Searched refs:pSearchStr (Results 1 – 2 of 2) sorted by relevance
125 const char* pSearchStr = aSearchStr.GetBuffer(); in ImpScan() local126 while( strchr( pSearchStr, *p ) && *p ) in ImpScan()
909 static int ImplStrSearch( const sal_Char* pSearchStr, int nSearchLen, in ImplStrSearch() argument915 if ( strncmp( pStr+nPos, pSearchStr, nSearchLen ) == 0 ) in ImplStrSearch()
Completed in 45 milliseconds