Home
last modified time | relevance | path

Searched refs:USTRINGTRIE_HAS_NEXT (Results 1 – 25 of 30) sorted by relevance

12

/third_party/icu/icu4c/source/common/
Dlocdistance.cpp294 if (USTRINGTRIE_HAS_NEXT(result)) { in getRegionPartitionsDistance()
311 if (USTRINGTRIE_HAS_NEXT(result)) { in getRegionPartitionsDistance()
377 if (!USTRINGTRIE_HAS_NEXT(iter.next(c))) { in trieNext()
392 if (USTRINGTRIE_HAS_NEXT(result)) { in trieNext()
Ducharstrie.cpp47 (USTRINGTRIE_HAS_NEXT(first(U16_LEAD(cp))) ? in firstForCodePoint()
56 (USTRINGTRIE_HAS_NEXT(next(U16_LEAD(cp))) ? in nextForCodePoint()
Dloclikelysubtags.cpp295 U_ASSERT(USTRINGTRIE_HAS_NEXT(result)); in XLikelySubtags()
298 U_ASSERT(USTRINGTRIE_HAS_NEXT(result)); in XLikelySubtags()
609 if (!USTRINGTRIE_HAS_NEXT(iter.next(c))) { in trieNext()
Dpropname.cpp231 if(!USTRINGTRIE_HAS_NEXT(result)) { in containsName()
/third_party/node/deps/icu-small/source/common/
Dlocdistance.cpp294 if (USTRINGTRIE_HAS_NEXT(result)) { in getRegionPartitionsDistance()
311 if (USTRINGTRIE_HAS_NEXT(result)) { in getRegionPartitionsDistance()
377 if (!USTRINGTRIE_HAS_NEXT(iter.next(c))) { in trieNext()
392 if (USTRINGTRIE_HAS_NEXT(result)) { in trieNext()
Ducharstrie.cpp47 (USTRINGTRIE_HAS_NEXT(first(U16_LEAD(cp))) ? in firstForCodePoint()
56 (USTRINGTRIE_HAS_NEXT(next(U16_LEAD(cp))) ? in nextForCodePoint()
Dloclikelysubtags.cpp295 U_ASSERT(USTRINGTRIE_HAS_NEXT(result)); in XLikelySubtags()
298 U_ASSERT(USTRINGTRIE_HAS_NEXT(result)); in XLikelySubtags()
609 if (!USTRINGTRIE_HAS_NEXT(iter.next(c))) { in trieNext()
Dpropname.cpp231 if(!USTRINGTRIE_HAS_NEXT(result)) { in containsName()
Dfilteredbrk.cpp309 if(!USTRINGTRIE_HAS_NEXT(r)) { in breakExceptionAt()
342 USTRINGTRIE_HAS_NEXT(rfwd=iter.nextForCodePoint(uch))) { in breakExceptionAt()
/third_party/skia/third_party/externals/icu/source/common/
Dlocdistance.cpp294 if (USTRINGTRIE_HAS_NEXT(result)) { in getRegionPartitionsDistance()
311 if (USTRINGTRIE_HAS_NEXT(result)) { in getRegionPartitionsDistance()
377 if (!USTRINGTRIE_HAS_NEXT(iter.next(c))) { in trieNext()
392 if (USTRINGTRIE_HAS_NEXT(result)) { in trieNext()
Ducharstrie.cpp47 (USTRINGTRIE_HAS_NEXT(first(U16_LEAD(cp))) ? in firstForCodePoint()
56 (USTRINGTRIE_HAS_NEXT(next(U16_LEAD(cp))) ? in nextForCodePoint()
Dloclikelysubtags.cpp295 U_ASSERT(USTRINGTRIE_HAS_NEXT(result)); in XLikelySubtags()
298 U_ASSERT(USTRINGTRIE_HAS_NEXT(result)); in XLikelySubtags()
609 if (!USTRINGTRIE_HAS_NEXT(iter.next(c))) { in trieNext()
Dpropname.cpp231 if(!USTRINGTRIE_HAS_NEXT(result)) { in containsName()
Dfilteredbrk.cpp310 if(!USTRINGTRIE_HAS_NEXT(r)) { in breakExceptionAt()
343 USTRINGTRIE_HAS_NEXT(rfwd=iter.nextForCodePoint(uch))) { in breakExceptionAt()
/third_party/node/deps/icu-small/source/common/unicode/
Dustringtrie.h95 #define USTRINGTRIE_HAS_NEXT(result) ((result)&1) macro
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dustringtrie.h95 #define USTRINGTRIE_HAS_NEXT(result) ((result)&1) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dustringtrie.h95 #define USTRINGTRIE_HAS_NEXT(result) ((result)&1) macro
/third_party/icu/icu4c/source/common/unicode/
Dustringtrie.h95 #define USTRINGTRIE_HAS_NEXT(result) ((result)&1) macro
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducharstrie.cpp47 (USTRINGTRIE_HAS_NEXT(first(U16_LEAD(cp))) ? in firstForCodePoint()
56 (USTRINGTRIE_HAS_NEXT(next(U16_LEAD(cp))) ? in nextForCodePoint()
Dpropname.cpp231 if(!USTRINGTRIE_HAS_NEXT(result)) { in containsName()
Dfilteredbrk.cpp281 USTRINGTRIE_HAS_NEXT(r=fData->fBackwardsTrie->nextForCodePoint(uch))) {// more in the trie in breakExceptionAt()
316 USTRINGTRIE_HAS_NEXT(rfwd=fData->fForwardsPartialTrie->nextForCodePoint(uch))) { in breakExceptionAt()
/third_party/node/deps/icu-small/source/i18n/
Dcollationiterator.cpp464 if(!USTRINGTRIE_HAS_NEXT(match)) { break; } in getCE32FromPrefix()
510 if(!USTRINGTRIE_HAS_NEXT(match) || (c = nextSkippedCodePoint(errorCode)) < 0) { in nextCE32FromContraction()
638 if(!USTRINGTRIE_HAS_NEXT(match)) { break; } in nextCE32FromDiscontiguousContraction()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationiterator.cpp464 if(!USTRINGTRIE_HAS_NEXT(match)) { break; } in getCE32FromPrefix()
510 if(!USTRINGTRIE_HAS_NEXT(match) || (c = nextSkippedCodePoint(errorCode)) < 0) { in nextCE32FromContraction()
638 if(!USTRINGTRIE_HAS_NEXT(match)) { break; } in nextCE32FromDiscontiguousContraction()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationiterator.cpp464 if(!USTRINGTRIE_HAS_NEXT(match)) { break; } in getCE32FromPrefix()
510 if(!USTRINGTRIE_HAS_NEXT(match) || (c = nextSkippedCodePoint(errorCode)) < 0) { in nextCE32FromContraction()
638 if(!USTRINGTRIE_HAS_NEXT(match)) { break; } in nextCE32FromDiscontiguousContraction()
/third_party/icu/icu4c/source/i18n/
Dcollationiterator.cpp464 if(!USTRINGTRIE_HAS_NEXT(match)) { break; } in getCE32FromPrefix()
510 if(!USTRINGTRIE_HAS_NEXT(match) || (c = nextSkippedCodePoint(errorCode)) < 0) { in nextCE32FromContraction()
638 if(!USTRINGTRIE_HAS_NEXT(match)) { break; } in nextCE32FromDiscontiguousContraction()

12