Searched refs:prevC (Results 1 – 5 of 5) sorted by relevance
132 UChar32 prevC=0; in getStringToken() local202 if(isNLUnescaped == FALSE && prevC!=CR){ in getStringToken()212 prevC = c; in getStringToken()
4213 UChar32 prevC = UTEXT_PREVIOUS32(fInputText); in MatchAt() local4217 if (prevC == 0x0a && in MatchAt()5652 UChar32 prevC; in MatchChunkAt() local5653 … U16_PREV(inputBuf, 0, fp->fInputIdx, prevC); // !!!: should this 0 be one of f*Limit? in MatchChunkAt()5655 if (prevC == 0x0a && in MatchChunkAt()
1036 int prevC = fText.codePointBefore(pos); in next() local1037 if (fZWJ.contains(prevC)) { in next()
1039 int prevC = fText.codePointBefore(pos); in next() local1040 if (fZWJ.contains(prevC)) { in next()
3102 UChar32 prevC = fText->char32At(prevIdx); in next() local3103 if (fZWJ->contains(prevC)) { in next()