HomeSort by relevance Sort by last modified time
    Searched refs:USTRINGTRIE_HAS_VALUE (Results 1 - 5 of 5) sorted by null

  /external/icu4c/common/unicode/
ustringtrie.h 28 * @see USTRINGTRIE_HAS_VALUE
83 #define USTRINGTRIE_HAS_VALUE(result) ((result)>=USTRINGTRIE_FINAL_VALUE)
  /external/icu4c/test/intltest/
ucharstrietest.cpp 402 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)) {
    [all...]
bytestrietest.cpp 664 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/test/perf/dicttrieperf/
dicttrieperf.cpp 265 if(USTRINGTRIE_HAS_VALUE(trie.next(s, -1))) {
413 if(USTRINGTRIE_HAS_VALUE(result)) {
524 if(!USTRINGTRIE_HAS_VALUE(trie->reset().next(lines[i].name, lines[i].len))) {
607 if(USTRINGTRIE_HAS_VALUE(result)) {
686 if(!USTRINGTRIE_HAS_VALUE(result)) {
  /external/icu4c/common/
propname.cpp 234 return USTRINGTRIE_HAS_VALUE(result);

Completed in 457 milliseconds