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.cpp404 if(!USTRINGTRIE_HAS_VALUE(result) || result!=trie->current() || value!=trie->getValue()) { in TestLargeTrie()
830 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst()
834 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()
844 firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst()
848 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()
865 if( !USTRINGTRIE_HAS_VALUE( in checkNext()
903 if(!USTRINGTRIE_HAS_VALUE(result)) { in checkNext()
953 if(USTRINGTRIE_HAS_VALUE(resultAtState)) { in checkNextWithState()
961 (USTRINGTRIE_HAS_VALUE(resultAtState) && valueAtState!=trie.getValue()) in checkNextWithState()
966 } else if(!USTRINGTRIE_HAS_VALUE( in checkNextWithState()
[all …]
Dbytestrietest.cpp676 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst()
680 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()
696 if( !USTRINGTRIE_HAS_VALUE(result=trie.next(data[i].s, stringLength)) || in checkNext()
733 if(!USTRINGTRIE_HAS_VALUE(result)) { in checkNext()
791 if(USTRINGTRIE_HAS_VALUE(resultAtState)) { in checkNextWithState()
799 (USTRINGTRIE_HAS_VALUE(resultAtState) && valueAtState!=trie.getValue()) in checkNextWithState()
804 } else if(!USTRINGTRIE_HAS_VALUE( in checkNextWithState()
811 } else if(!USTRINGTRIE_HAS_VALUE( in checkNextWithState()
/external/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()
/external/icu/icu4c/source/common/unicode/
Dustringtrie.h86 #define USTRINGTRIE_HAS_VALUE(result) ((result)>=USTRINGTRIE_FINAL_VALUE) macro
/external/icu/icu4c/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()
Dfilteredbrk.cpp282 if(USTRINGTRIE_HAS_VALUE(r)) { // remember the best match so far in breakExceptionAt()
/external/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()