/third_party/icu/icu4c/source/test/intltest/ |
D | ucharstrietest.cpp | 405 if(!USTRINGTRIE_HAS_VALUE(result) || result!=trie->current() || value!=trie->getValue()) { in TestLargeTrie() 832 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst() 836 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst() 846 firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst() 850 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst() 867 if( !USTRINGTRIE_HAS_VALUE( in checkNext() 905 if(!USTRINGTRIE_HAS_VALUE(result)) { in checkNext() 955 if(USTRINGTRIE_HAS_VALUE(resultAtState)) { in checkNextWithState() 963 (USTRINGTRIE_HAS_VALUE(resultAtState) && valueAtState!=trie.getValue()) in checkNextWithState() 968 } else if(!USTRINGTRIE_HAS_VALUE( in checkNextWithState() [all …]
|
D | bytestrietest.cpp | 719 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst() 723 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst() 739 if( !USTRINGTRIE_HAS_VALUE(result=trie.next(data[i].s, stringLength)) || in checkNext() 776 if(!USTRINGTRIE_HAS_VALUE(result)) { in checkNext() 834 if(USTRINGTRIE_HAS_VALUE(resultAtState)) { in checkNextWithState() 842 (USTRINGTRIE_HAS_VALUE(resultAtState) && valueAtState!=trie.getValue()) in checkNextWithState() 847 } else if(!USTRINGTRIE_HAS_VALUE( in checkNextWithState() 854 } else if(!USTRINGTRIE_HAS_VALUE( in checkNextWithState() 889 if(USTRINGTRIE_HAS_VALUE(resultAtState)) { in checkNextWithState64() 897 (USTRINGTRIE_HAS_VALUE(resultAtState) && valueAtState!=trie.getValue()) in checkNextWithState64() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | locdistance.cpp | 267 U_ASSERT(USTRINGTRIE_HAS_VALUE(result)); in getDesSuppScriptDistance() 296 if (USTRINGTRIE_HAS_VALUE(result)) { in getRegionPartitionsDistance() 316 if (USTRINGTRIE_HAS_VALUE(result)) { in getRegionPartitionsDistance() 360 U_ASSERT(USTRINGTRIE_HAS_VALUE(result)); in getFallbackRegionDistance() 384 if (USTRINGTRIE_HAS_VALUE(result)) { in trieNext()
|
D | dictionarydata.cpp | 58 if (USTRINGTRIE_HAS_VALUE(result)) { in matches() 125 if (USTRINGTRIE_HAS_VALUE(result)) { in matches()
|
D | propname.cpp | 236 return USTRINGTRIE_HAS_VALUE(result); in containsName()
|
/third_party/node/deps/icu-small/source/common/ |
D | locdistance.cpp | 267 U_ASSERT(USTRINGTRIE_HAS_VALUE(result)); in getDesSuppScriptDistance() 296 if (USTRINGTRIE_HAS_VALUE(result)) { in getRegionPartitionsDistance() 316 if (USTRINGTRIE_HAS_VALUE(result)) { in getRegionPartitionsDistance() 360 U_ASSERT(USTRINGTRIE_HAS_VALUE(result)); in getFallbackRegionDistance() 384 if (USTRINGTRIE_HAS_VALUE(result)) { in trieNext()
|
D | dictionarydata.cpp | 58 if (USTRINGTRIE_HAS_VALUE(result)) { in matches() 125 if (USTRINGTRIE_HAS_VALUE(result)) { in matches()
|
D | propname.cpp | 236 return USTRINGTRIE_HAS_VALUE(result); in containsName()
|
D | emojiprops.cpp | 188 if (USTRINGTRIE_HAS_VALUE(result)) { in hasBinaryPropertyImpl()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | locdistance.cpp | 267 U_ASSERT(USTRINGTRIE_HAS_VALUE(result)); in getDesSuppScriptDistance() 296 if (USTRINGTRIE_HAS_VALUE(result)) { in getRegionPartitionsDistance() 316 if (USTRINGTRIE_HAS_VALUE(result)) { in getRegionPartitionsDistance() 360 U_ASSERT(USTRINGTRIE_HAS_VALUE(result)); in getFallbackRegionDistance() 384 if (USTRINGTRIE_HAS_VALUE(result)) { in trieNext()
|
D | dictionarydata.cpp | 58 if (USTRINGTRIE_HAS_VALUE(result)) { in matches() 125 if (USTRINGTRIE_HAS_VALUE(result)) { in matches()
|
D | propname.cpp | 236 return USTRINGTRIE_HAS_VALUE(result); in containsName()
|
/third_party/icu/icu4c/source/test/perf/dicttrieperf/ |
D | dicttrieperf.cpp | 267 if(USTRINGTRIE_HAS_VALUE(trie.next(s, -1))) { in bytesTrieLookup() 365 if(USTRINGTRIE_HAS_VALUE(result)) { in ucharsTrieMatches() 476 if(!USTRINGTRIE_HAS_VALUE(trie->reset().next(lines[i].name, lines[i].len))) { in call() 559 if(USTRINGTRIE_HAS_VALUE(result)) { in bytesTrieMatches() 638 if(!USTRINGTRIE_HAS_VALUE(result)) { in call()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ustringtrie.h | 86 #define USTRINGTRIE_HAS_VALUE(result) ((result)>=USTRINGTRIE_FINAL_VALUE) macro
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | ustringtrie.h | 86 #define USTRINGTRIE_HAS_VALUE(result) ((result)>=USTRINGTRIE_FINAL_VALUE) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ustringtrie.h | 86 #define USTRINGTRIE_HAS_VALUE(result) ((result)>=USTRINGTRIE_FINAL_VALUE) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ustringtrie.h | 86 #define USTRINGTRIE_HAS_VALUE(result) ((result)>=USTRINGTRIE_FINAL_VALUE) macro
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | dictionarydata.cpp | 58 if (USTRINGTRIE_HAS_VALUE(result)) { in matches() 125 if (USTRINGTRIE_HAS_VALUE(result)) { in matches()
|
D | propname.cpp | 236 return USTRINGTRIE_HAS_VALUE(result); in containsName()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationiterator.cpp | 461 if(USTRINGTRIE_HAS_VALUE(match)) { in getCE32FromPrefix() 508 if(USTRINGTRIE_HAS_VALUE(match)) { in nextCE32FromContraction() 632 if(prevCC < (fcd16 >> 8) && USTRINGTRIE_HAS_VALUE(match = suffixes.nextForCodePoint(c))) { in nextCE32FromDiscontiguousContraction()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationiterator.cpp | 461 if(USTRINGTRIE_HAS_VALUE(match)) { in getCE32FromPrefix() 508 if(USTRINGTRIE_HAS_VALUE(match)) { in nextCE32FromContraction() 632 if(prevCC < (fcd16 >> 8) && USTRINGTRIE_HAS_VALUE(match = suffixes.nextForCodePoint(c))) { in nextCE32FromDiscontiguousContraction()
|
D | measunit_extra.cpp | 230 if (!USTRINGTRIE_HAS_VALUE(result)) { in put() 651 U_ASSERT(USTRINGTRIE_HAS_VALUE(result)); in nextToken() 819 if (!USTRINGTRIE_HAS_VALUE(result)) { in getUnitCategoryIndex()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationiterator.cpp | 461 if(USTRINGTRIE_HAS_VALUE(match)) { in getCE32FromPrefix() 508 if(USTRINGTRIE_HAS_VALUE(match)) { in nextCE32FromContraction() 632 if(prevCC < (fcd16 >> 8) && USTRINGTRIE_HAS_VALUE(match = suffixes.nextForCodePoint(c))) { in nextCE32FromDiscontiguousContraction()
|
/third_party/icu/icu4c/source/i18n/ |
D | collationiterator.cpp | 461 if(USTRINGTRIE_HAS_VALUE(match)) { in getCE32FromPrefix() 508 if(USTRINGTRIE_HAS_VALUE(match)) { in nextCE32FromContraction() 632 if(prevCC < (fcd16 >> 8) && USTRINGTRIE_HAS_VALUE(match = suffixes.nextForCodePoint(c))) { in nextCE32FromDiscontiguousContraction()
|
D | measunit_extra.cpp | 230 if (!USTRINGTRIE_HAS_VALUE(result)) { in put() 651 U_ASSERT(USTRINGTRIE_HAS_VALUE(result)); in nextToken() 819 if (!USTRINGTRIE_HAS_VALUE(result)) { in getUnitCategoryIndex()
|