Searched refs:USTRINGTRIE_HAS_VALUE (Results 1 – 8 of 8) sorted by relevance
403 if(!USTRINGTRIE_HAS_VALUE(result) || result!=trie->current() || value!=trie->getValue()) { in TestLargeTrie()829 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst()833 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()843 firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst()847 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()864 if( !USTRINGTRIE_HAS_VALUE( in checkNext()902 if(!USTRINGTRIE_HAS_VALUE(result)) { in checkNext()952 if(USTRINGTRIE_HAS_VALUE(resultAtState)) { in checkNextWithState()960 (USTRINGTRIE_HAS_VALUE(resultAtState) && valueAtState!=trie.getValue()) in checkNextWithState()965 } else if(!USTRINGTRIE_HAS_VALUE( in checkNextWithState()[all …]
676 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()
267 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()
86 #define USTRINGTRIE_HAS_VALUE(result) ((result)>=USTRINGTRIE_FINAL_VALUE) macro
58 if (USTRINGTRIE_HAS_VALUE(result)) { in matches()125 if (USTRINGTRIE_HAS_VALUE(result)) { in matches()
236 return USTRINGTRIE_HAS_VALUE(result); in containsName()
282 if(USTRINGTRIE_HAS_VALUE(r)) { // remember the best match so far in breakExceptionAt()
461 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()