Searched refs:pMatchStr (Results 1 – 1 of 1) sorted by relevance
98 static sal_Bool Impl_matchString( const sal_Char* pCompStr, const sal_Char* pMatchStr ) in Impl_matchString() argument102 while ( *pMatchStr ) in Impl_matchString()104 if ( *pCompStr != *pMatchStr ) in Impl_matchString()108 pMatchStr++; in Impl_matchString()
Completed in 16 milliseconds