Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ducharstrietest.cpp401 if(!USTRINGTRIE_HAS_VALUE(result) || result!=trie->current() || value!=trie->getValue()) { in TestLargeTrie()
827 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst()
831 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()
841 firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst()
845 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()
862 if( !USTRINGTRIE_HAS_VALUE( in checkNext()
900 if(!USTRINGTRIE_HAS_VALUE(result)) { in checkNext()
950 if(USTRINGTRIE_HAS_VALUE(resultAtState)) { in checkNextWithState()
958 (USTRINGTRIE_HAS_VALUE(resultAtState) && valueAtState!=trie.getValue()) in checkNextWithState()
963 } else if(!USTRINGTRIE_HAS_VALUE( in checkNextWithState()
[all …]
Dbytestrietest.cpp663 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst()
667 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()
683 if( !USTRINGTRIE_HAS_VALUE(result=trie.next(data[i].s, stringLength)) || in checkNext()
720 if(!USTRINGTRIE_HAS_VALUE(result)) { in checkNext()
778 if(USTRINGTRIE_HAS_VALUE(resultAtState)) { in checkNextWithState()
786 (USTRINGTRIE_HAS_VALUE(resultAtState) && valueAtState!=trie.getValue()) in checkNextWithState()
791 } else if(!USTRINGTRIE_HAS_VALUE( in checkNextWithState()
798 } else if(!USTRINGTRIE_HAS_VALUE( in checkNextWithState()
/external/icu/icu4c/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp263 if(USTRINGTRIE_HAS_VALUE(trie.next(s, -1))) { in bytesTrieLookup()
361 if(USTRINGTRIE_HAS_VALUE(result)) { in ucharsTrieMatches()
472 if(!USTRINGTRIE_HAS_VALUE(trie->reset().next(lines[i].name, lines[i].len))) { in call()
555 if(USTRINGTRIE_HAS_VALUE(result)) { in bytesTrieMatches()
634 if(!USTRINGTRIE_HAS_VALUE(result)) { in call()
/external/icu/icu4c/source/common/unicode/
Dustringtrie.h84 #define USTRINGTRIE_HAS_VALUE(result) ((result)>=USTRINGTRIE_FINAL_VALUE) macro
/external/icu/icu4c/source/common/
Ddictionarydata.cpp56 if (USTRINGTRIE_HAS_VALUE(result)) { in matches()
123 if (USTRINGTRIE_HAS_VALUE(result)) { in matches()
Dpropname.cpp234 return USTRINGTRIE_HAS_VALUE(result); in containsName()
Dfilteredbrk.cpp280 if(USTRINGTRIE_HAS_VALUE(r)) { // remember the best match so far in breakExceptionAt()
/external/icu/icu4c/source/i18n/
Dcollationiterator.cpp459 if(USTRINGTRIE_HAS_VALUE(match)) { in getCE32FromPrefix()
506 if(USTRINGTRIE_HAS_VALUE(match)) { in nextCE32FromContraction()
630 if(prevCC < (fcd16 >> 8) && USTRINGTRIE_HAS_VALUE(match = suffixes.nextForCodePoint(c))) { in nextCE32FromDiscontiguousContraction()