Searched refs:USTRINGTRIE_HAS_VALUE (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/common/unicode/
H A Dustringtrie.h29 * @see USTRINGTRIE_HAS_VALUE
84 #define USTRINGTRIE_HAS_VALUE(result) ((result)>=USTRINGTRIE_FINAL_VALUE) macro
/external/icu4c/test/intltest/
H A Ducharstrietest.cpp402 if(!USTRINGTRIE_HAS_VALUE(result) || result!=trie->current() || value!=trie->getValue()) {
828 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1;
832 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
842 firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1;
846 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
863 if( !USTRINGTRIE_HAS_VALUE(
901 if(!USTRINGTRIE_HAS_VALUE(result)) {
951 if(USTRINGTRIE_HAS_VALUE(resultAtState)) {
959 (USTRINGTRIE_HAS_VALUE(resultAtState) && valueAtState!=trie.getValue())
964 } else if(!USTRINGTRIE_HAS_VALUE(
[all...]
H A Dbytestrietest.cpp664 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1;
668 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
684 if( !USTRINGTRIE_HAS_VALUE(result=trie.next(data[i].s, stringLength)) ||
721 if(!USTRINGTRIE_HAS_VALUE(result)) {
779 if(USTRINGTRIE_HAS_VALUE(resultAtState)) {
787 (USTRINGTRIE_HAS_VALUE(resultAtState) && valueAtState!=trie.getValue())
792 } else if(!USTRINGTRIE_HAS_VALUE(
799 } else if(!USTRINGTRIE_HAS_VALUE(
/external/icu4c/common/
H A Ddictionarydata.cpp48 if (USTRINGTRIE_HAS_VALUE(result)) {
112 if (USTRINGTRIE_HAS_VALUE(result)) {
H A Dpropname.cpp235 return USTRINGTRIE_HAS_VALUE(result);
/external/icu4c/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp264 if(USTRINGTRIE_HAS_VALUE(trie.next(s, -1))) {
362 if(USTRINGTRIE_HAS_VALUE(result)) {
473 if(!USTRINGTRIE_HAS_VALUE(trie->reset().next(lines[i].name, lines[i].len))) {
556 if(USTRINGTRIE_HAS_VALUE(result)) {
635 if(!USTRINGTRIE_HAS_VALUE(result)) {

Completed in 286 milliseconds