Searched refs:aMatchString (Results 1 – 2 of 2) sorted by relevance
366 ::rtl::OUString aMatchString; in whereAnalysis()368 aMatchString = pRHS->getTokenValue(); in whereAnalysis()403 rtl::OUString aMatchString; in whereAnalysis() local404 aMatchString = pAtom->getTokenValue(); in whereAnalysis()425 else if( (aMatchString.indexOf ( WILDCARD ) == aMatchString.lastIndexOf ( WILDCARD ) ) ) in whereAnalysis()429 else if ( aMatchString.indexOf ( WILDCARD ) == aMatchString.getLength() - 1 ) in whereAnalysis()430 …pResult = createTest( aColumnName, E_BOOK_QUERY_BEGINS_WITH, aMatchString.copy( 0, aMatchString.ge… in whereAnalysis()437 else if( aMatchString.getLength() >= 3 && in whereAnalysis()438 aMatchString.indexOf ( WILDCARD ) == 0 && in whereAnalysis()439 aMatchString.indexOf ( WILDCARD, 1) == aMatchString.getLength() - 1 ) { in whereAnalysis()[all …]
770 String aMatchString; in TryAutoComplete() local
Completed in 23 milliseconds