Searched refs:MatchString (Results 1 – 5 of 5) sorted by relevance
142 sal_Bool vcl::I18nHelper::MatchString( const String& rStr1, const String& rStr2 ) const in MatchString() function in vcl::I18nHelper169 bEqual = MatchString( cMnemonicChar, aMatchStr ); in MatchMnemonic()
81 sal_Bool MatchString( const String& rStr1, const String& rStr2 ) const;
101 if ( rI18nHelper.MatchString( _searchString, sEntryText ) != 0 ) in findMatchingEntry()
290 …sal_Bool bMatch = bLazy ? rI18nHelper.MatchString( rStr, pImplEntry->maStr ) != 0 : ( rStr.Match( … in FindMatchingEntry()
913 if (rI18nHelper.MatchString( sIndexItem, sKeyword )) in HasKeywordIgnoreCase()
Completed in 50 milliseconds