Searched refs:pInp (Results 1 – 1 of 1) sorted by relevance
1359 const UChar * pInp = inputBuf + fp->fInputIdx; in MatchAt() local1361 const UChar * pEnd = pInp + stringLen; in MatchAt()1363 if (*pInp == *pPat) { in MatchAt()1364 pInp++; in MatchAt()1366 if (pInp == pEnd) { in MatchAt()