Home
last modified time | relevance | path

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

/aoo41x/main/connectivity/source/drivers/evoab2/
H A DNStatement.cxx401 const sal_Unicode WILDCARD = '%'; in whereAnalysis() local
407 if( aMatchString.equals( ::rtl::OUString::valueOf( WILDCARD ) ) ) in whereAnalysis()
413 else if( aMatchString.indexOf( WILDCARD ) == -1 ) in whereAnalysis()
425 else if( (aMatchString.indexOf ( WILDCARD ) == aMatchString.lastIndexOf ( WILDCARD ) ) ) in whereAnalysis()
427 if ( aMatchString.indexOf ( WILDCARD ) == 0 ) in whereAnalysis()
429 else if ( aMatchString.indexOf ( WILDCARD ) == aMatchString.getLength() - 1 ) in whereAnalysis()
438 aMatchString.indexOf ( WILDCARD ) == 0 && in whereAnalysis()
439 aMatchString.indexOf ( WILDCARD, 1) == aMatchString.getLength() - 1 ) { in whereAnalysis()

Completed in 14 milliseconds