Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/commontools/
H A Dpredicateinput.cxx160 static const ::rtl::OUString sDoubleQuote( RTL_CONSTASCII_USTRINGPARAM( "''" ) ); in implPredicateTree() local
166 sQuoted = sQuoted.replaceAt( nIndex, 1, sDoubleQuote ); in implPredicateTree()
310 static const ::rtl::OUString sDoubleQuote( RTL_CONSTASCII_USTRINGPARAM( "''" ) ); in getPredicateValue() local
314 while ( -1 != ( nIndex = sValue.indexOf( sDoubleQuote,nTemp ) ) ) in getPredicateValue()

Completed in 8 milliseconds