Searched refs:pSeqStart (Results 1 – 1 of 1) sorted by relevance
492 const OUString *pSeqStart, // first element to check in lcl_SeqHasEntry() argument497 if (pSeqStart && nToCheck > 0) in lcl_SeqHasEntry()499 const OUString *pDone = pSeqStart + nToCheck; // one behind last to check in lcl_SeqHasEntry()500 while (!bRes && pSeqStart != pDone) in lcl_SeqHasEntry()502 if (*pSeqStart++ == rText) in lcl_SeqHasEntry()
Completed in 12 milliseconds