Home
last modified time | relevance | path

Searched refs:USTRINGTRIE_HAS_VALUE (Results 1 – 25 of 34) sorted by relevance

12

/third_party/icu/icu4c/source/test/intltest/
Ducharstrietest.cpp405 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 …]
Dbytestrietest.cpp719 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/
Dlocdistance.cpp267 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()
Ddictionarydata.cpp58 if (USTRINGTRIE_HAS_VALUE(result)) { in matches()
125 if (USTRINGTRIE_HAS_VALUE(result)) { in matches()
Dpropname.cpp236 return USTRINGTRIE_HAS_VALUE(result); in containsName()
/third_party/node/deps/icu-small/source/common/
Dlocdistance.cpp267 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()
Ddictionarydata.cpp58 if (USTRINGTRIE_HAS_VALUE(result)) { in matches()
125 if (USTRINGTRIE_HAS_VALUE(result)) { in matches()
Dpropname.cpp236 return USTRINGTRIE_HAS_VALUE(result); in containsName()
Demojiprops.cpp188 if (USTRINGTRIE_HAS_VALUE(result)) { in hasBinaryPropertyImpl()
/third_party/skia/third_party/externals/icu/source/common/
Dlocdistance.cpp267 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()
Ddictionarydata.cpp58 if (USTRINGTRIE_HAS_VALUE(result)) { in matches()
125 if (USTRINGTRIE_HAS_VALUE(result)) { in matches()
Dpropname.cpp236 return USTRINGTRIE_HAS_VALUE(result); in containsName()
/third_party/icu/icu4c/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp267 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/
Dustringtrie.h86 #define USTRINGTRIE_HAS_VALUE(result) ((result)>=USTRINGTRIE_FINAL_VALUE) macro
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dustringtrie.h86 #define USTRINGTRIE_HAS_VALUE(result) ((result)>=USTRINGTRIE_FINAL_VALUE) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dustringtrie.h86 #define USTRINGTRIE_HAS_VALUE(result) ((result)>=USTRINGTRIE_FINAL_VALUE) macro
/third_party/icu/icu4c/source/common/unicode/
Dustringtrie.h86 #define USTRINGTRIE_HAS_VALUE(result) ((result)>=USTRINGTRIE_FINAL_VALUE) macro
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ddictionarydata.cpp58 if (USTRINGTRIE_HAS_VALUE(result)) { in matches()
125 if (USTRINGTRIE_HAS_VALUE(result)) { in matches()
Dpropname.cpp236 return USTRINGTRIE_HAS_VALUE(result); in containsName()
/third_party/node/deps/icu-small/source/i18n/
Dcollationiterator.cpp461 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/
Dcollationiterator.cpp461 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()
Dmeasunit_extra.cpp230 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/
Dcollationiterator.cpp461 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/
Dcollationiterator.cpp461 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()
Dmeasunit_extra.cpp230 if (!USTRINGTRIE_HAS_VALUE(result)) { in put()
651 U_ASSERT(USTRINGTRIE_HAS_VALUE(result)); in nextToken()
819 if (!USTRINGTRIE_HAS_VALUE(result)) { in getUnitCategoryIndex()

12