/third_party/icu/icu4c/source/common/ |
D | locdistance.cpp | 294 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()
|
D | ucharstrie.cpp | 47 (USTRINGTRIE_HAS_NEXT(first(U16_LEAD(cp))) ? in firstForCodePoint() 56 (USTRINGTRIE_HAS_NEXT(next(U16_LEAD(cp))) ? in nextForCodePoint()
|
D | loclikelysubtags.cpp | 295 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()
|
D | propname.cpp | 231 if(!USTRINGTRIE_HAS_NEXT(result)) { in containsName()
|
/third_party/node/deps/icu-small/source/common/ |
D | locdistance.cpp | 294 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()
|
D | ucharstrie.cpp | 47 (USTRINGTRIE_HAS_NEXT(first(U16_LEAD(cp))) ? in firstForCodePoint() 56 (USTRINGTRIE_HAS_NEXT(next(U16_LEAD(cp))) ? in nextForCodePoint()
|
D | loclikelysubtags.cpp | 295 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()
|
D | propname.cpp | 231 if(!USTRINGTRIE_HAS_NEXT(result)) { in containsName()
|
D | filteredbrk.cpp | 309 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/ |
D | locdistance.cpp | 294 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()
|
D | ucharstrie.cpp | 47 (USTRINGTRIE_HAS_NEXT(first(U16_LEAD(cp))) ? in firstForCodePoint() 56 (USTRINGTRIE_HAS_NEXT(next(U16_LEAD(cp))) ? in nextForCodePoint()
|
D | loclikelysubtags.cpp | 295 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()
|
D | propname.cpp | 231 if(!USTRINGTRIE_HAS_NEXT(result)) { in containsName()
|
D | filteredbrk.cpp | 310 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/ |
D | ustringtrie.h | 95 #define USTRINGTRIE_HAS_NEXT(result) ((result)&1) macro
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | ustringtrie.h | 95 #define USTRINGTRIE_HAS_NEXT(result) ((result)&1) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ustringtrie.h | 95 #define USTRINGTRIE_HAS_NEXT(result) ((result)&1) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ustringtrie.h | 95 #define USTRINGTRIE_HAS_NEXT(result) ((result)&1) macro
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucharstrie.cpp | 47 (USTRINGTRIE_HAS_NEXT(first(U16_LEAD(cp))) ? in firstForCodePoint() 56 (USTRINGTRIE_HAS_NEXT(next(U16_LEAD(cp))) ? in nextForCodePoint()
|
D | propname.cpp | 231 if(!USTRINGTRIE_HAS_NEXT(result)) { in containsName()
|
D | filteredbrk.cpp | 281 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/ |
D | collationiterator.cpp | 464 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/ |
D | collationiterator.cpp | 464 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/ |
D | collationiterator.cpp | 464 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/ |
D | collationiterator.cpp | 464 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()
|