Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkOpSpan.cpp268 SkOpPtT* nextC = compare->next(); in merge() local
269 if (nextC->span() == remainder->span() && nextC->fT == remainder->fT) { in merge()
272 compare = nextC; in merge()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DBytesTrieTest.java606 int nextC=data[i].s.length()>1 ? data[i].bytes[1] : 0; in checkFirst() local
607 BytesTrie.Result nextResult=trie.next(nextC); in checkFirst()
611 nextResult!=trie.next(nextC) in checkFirst()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DBytesTrieTest.java640 int nextC=data[i].s.length()>1 ? data[i].bytes[1] : 0; in checkFirst() local
641 BytesTrie.Result nextResult=trie.next(nextC); in checkFirst()
645 nextResult!=trie.next(nextC) in checkFirst()
/third_party/icu/icu4c/source/i18n/
Drematch.cpp2987 UChar32 nextC = UTEXT_NEXT32(fInputText); in MatchAt() local
2988 … if (c == 0x0d && nextC == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) { in MatchAt()
/third_party/skia/third_party/externals/icu/source/i18n/
Drematch.cpp2977 UChar32 nextC = UTEXT_NEXT32(fInputText); in MatchAt() local
2978 … if (c == 0x0d && nextC == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) { in MatchAt()
/third_party/node/deps/icu-small/source/i18n/
Drematch.cpp2987 UChar32 nextC = UTEXT_NEXT32(fInputText); in MatchAt() local
2988 … if (c == 0x0d && nextC == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) { in MatchAt()