Lines Matching refs:USTRINGTRIE_HAS_VALUE
402 if(!USTRINGTRIE_HAS_VALUE(result) || result!=trie->current() || value!=trie->getValue()) { in TestLargeTrie()
828 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst()
832 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()
842 firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst()
846 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()
863 if( !USTRINGTRIE_HAS_VALUE( in checkNext()
901 if(!USTRINGTRIE_HAS_VALUE(result)) { in checkNext()
951 if(USTRINGTRIE_HAS_VALUE(resultAtState)) { in checkNextWithState()
959 (USTRINGTRIE_HAS_VALUE(resultAtState) && valueAtState!=trie.getValue()) in checkNextWithState()
964 } else if(!USTRINGTRIE_HAS_VALUE( in checkNextWithState()
971 } else if(!USTRINGTRIE_HAS_VALUE( in checkNextWithState()