Home
last modified time | relevance | path

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

/trunk/main/sal/textenc/
H A Dtencinfo.c98 static sal_Bool Impl_matchString( const sal_Char* pCompStr, const sal_Char* pMatchStr ) in Impl_matchString() argument
102 while ( *pMatchStr ) in Impl_matchString()
104 if ( *pCompStr != *pMatchStr ) in Impl_matchString()
108 pMatchStr++; in Impl_matchString()

Completed in 17 milliseconds