Home
last modified time | relevance | path

Searched refs:USTRINGTRIE_FINAL_VALUE (Results 1 – 25 of 31) sorted by relevance

12

/third_party/node/deps/icu-small/source/common/unicode/
Dustringtrie.h58 USTRINGTRIE_FINAL_VALUE, enumerator
86 #define USTRINGTRIE_HAS_VALUE(result) ((result)>=USTRINGTRIE_FINAL_VALUE)
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dustringtrie.h58 USTRINGTRIE_FINAL_VALUE, enumerator
86 #define USTRINGTRIE_HAS_VALUE(result) ((result)>=USTRINGTRIE_FINAL_VALUE)
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dustringtrie.h58 USTRINGTRIE_FINAL_VALUE, enumerator
86 #define USTRINGTRIE_HAS_VALUE(result) ((result)>=USTRINGTRIE_FINAL_VALUE)
/third_party/icu/icu4c/source/common/unicode/
Dustringtrie.h58 USTRINGTRIE_FINAL_VALUE, enumerator
86 #define USTRINGTRIE_HAS_VALUE(result) ((result)>=USTRINGTRIE_FINAL_VALUE)
/third_party/skia/third_party/externals/icu/source/common/
Ddictionarydata.cpp71 if (result == USTRINGTRIE_FINAL_VALUE) { in matches()
138 if (result == USTRINGTRIE_FINAL_VALUE) { in matches()
Ducharstrie.cpp88 result=USTRINGTRIE_FINAL_VALUE; in branchNext()
255 if(result==USTRINGTRIE_FINAL_VALUE) { in next()
Dbytestrie.cpp108 result=USTRINGTRIE_FINAL_VALUE; in branchNext()
285 if(result==USTRINGTRIE_FINAL_VALUE) { in next()
Dlocdistance.cpp274 if (result == USTRINGTRIE_FINAL_VALUE) { in getDesSuppScriptDistance()
386 if (result == USTRINGTRIE_FINAL_VALUE) { in trieNext()
Dloclikelysubtags.cpp626 case USTRINGTRIE_FINAL_VALUE: return iter.getValue(); in trieNext()
/third_party/icu/icu4c/source/common/
Ddictionarydata.cpp71 if (result == USTRINGTRIE_FINAL_VALUE) { in matches()
138 if (result == USTRINGTRIE_FINAL_VALUE) { in matches()
Ducharstrie.cpp88 result=USTRINGTRIE_FINAL_VALUE; in branchNext()
255 if(result==USTRINGTRIE_FINAL_VALUE) { in next()
Dlocdistance.cpp274 if (result == USTRINGTRIE_FINAL_VALUE) { in getDesSuppScriptDistance()
386 if (result == USTRINGTRIE_FINAL_VALUE) { in trieNext()
Dbytestrie.cpp108 result=USTRINGTRIE_FINAL_VALUE; in branchNext()
285 if(result==USTRINGTRIE_FINAL_VALUE) { in next()
Dloclikelysubtags.cpp626 case USTRINGTRIE_FINAL_VALUE: return iter.getValue(); in trieNext()
/third_party/node/deps/icu-small/source/common/
Ddictionarydata.cpp71 if (result == USTRINGTRIE_FINAL_VALUE) { in matches()
138 if (result == USTRINGTRIE_FINAL_VALUE) { in matches()
Ducharstrie.cpp88 result=USTRINGTRIE_FINAL_VALUE; in branchNext()
255 if(result==USTRINGTRIE_FINAL_VALUE) { in next()
Dlocdistance.cpp274 if (result == USTRINGTRIE_FINAL_VALUE) { in getDesSuppScriptDistance()
386 if (result == USTRINGTRIE_FINAL_VALUE) { in trieNext()
Dbytestrie.cpp108 result=USTRINGTRIE_FINAL_VALUE; in branchNext()
285 if(result==USTRINGTRIE_FINAL_VALUE) { in next()
Dloclikelysubtags.cpp626 case USTRINGTRIE_FINAL_VALUE: return iter.getValue(); in trieNext()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ddictionarydata.cpp71 if (result == USTRINGTRIE_FINAL_VALUE) { in matches()
138 if (result == USTRINGTRIE_FINAL_VALUE) { in matches()
Ducharstrie.cpp88 result=USTRINGTRIE_FINAL_VALUE; in branchNext()
255 if(result==USTRINGTRIE_FINAL_VALUE) { in next()
Dbytestrie.cpp108 result=USTRINGTRIE_FINAL_VALUE; in branchNext()
285 if(result==USTRINGTRIE_FINAL_VALUE) { in next()
/third_party/icu/icu4c/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp370 if(result==USTRINGTRIE_FINAL_VALUE) { in ucharsTrieMatches()
564 if(result==USTRINGTRIE_FINAL_VALUE) { in bytesTrieMatches()
/third_party/icu/icu4c/source/test/intltest/
Ducharstrietest.cpp309 … (result=trie->nextForCodePoint(0x10ffff))!=USTRINGTRIE_FINAL_VALUE || result!=trie->current() || in TestNextForCodePoint()
317 … (result=trie->nextForCodePoint(0x20002))!=USTRINGTRIE_FINAL_VALUE || result!=trie->current() || in TestNextForCodePoint()
330 … (result=trie->nextForCodePoint(0x103ff))!=USTRINGTRIE_FINAL_VALUE || result!=trie->current() || in TestNextForCodePoint()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_skeletons.cpp539 if (stemResult != USTRINGTRIE_INTERMEDIATE_VALUE && stemResult != USTRINGTRIE_FINAL_VALUE) { in parseStem()
859 if (result != USTRINGTRIE_INTERMEDIATE_VALUE && result != USTRINGTRIE_FINAL_VALUE) { in parseExponentSignOption()

12