Home
last modified time | relevance | path

Searched refs:rQuot (Results 1 – 1 of 1) sorted by relevance

/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx125 …::rtl::OUString SetQuotation(const ::rtl::OUString& rValue, const ::rtl::OUString& rQuot, const ::… in SetQuotation() argument
127 ::rtl::OUString rNewValue = rQuot; in SetQuotation()
131 if (rQuot.getLength()) in SetQuotation()
136 nIndex = rNewValue.indexOf(rQuot,nIndex); in SetQuotation()
138 rNewValue = rNewValue.replaceAt(nIndex,rQuot.getLength(),rQuotToReplace); in SetQuotation()
142 rNewValue += rQuot; in SetQuotation()

Completed in 18 milliseconds