Searched refs:nextC (Results 1 – 6 of 6) sorted by relevance
268 SkOpPtT* nextC = compare->next(); in merge() local269 if (nextC->span() == remainder->span() && nextC->fT == remainder->fT) { in merge()272 compare = nextC; in merge()
606 int nextC=data[i].s.length()>1 ? data[i].bytes[1] : 0; in checkFirst() local607 BytesTrie.Result nextResult=trie.next(nextC); in checkFirst()611 nextResult!=trie.next(nextC) in checkFirst()
640 int nextC=data[i].s.length()>1 ? data[i].bytes[1] : 0; in checkFirst() local641 BytesTrie.Result nextResult=trie.next(nextC); in checkFirst()645 nextResult!=trie.next(nextC) in checkFirst()
2987 UChar32 nextC = UTEXT_NEXT32(fInputText); in MatchAt() local2988 … if (c == 0x0d && nextC == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) { in MatchAt()
2977 UChar32 nextC = UTEXT_NEXT32(fInputText); in MatchAt() local2978 … if (c == 0x0d && nextC == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) { in MatchAt()