Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Drematch.cpp1359 const UChar * pInp = inputBuf + fp->fInputIdx; in MatchAt() local
1361 const UChar * pEnd = pInp + stringLen; in MatchAt()
1363 if (*pInp == *pPat) { in MatchAt()
1364 pInp++; in MatchAt()
1366 if (pInp == pEnd) { in MatchAt()