Searched refs:USTRINGTRIE_HAS_VALUE (Results 1 – 8 of 8) sorted by relevance
401 if(!USTRINGTRIE_HAS_VALUE(result) || result!=trie->current() || value!=trie->getValue()) { in TestLargeTrie()827 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst()831 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()841 firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst()845 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()862 if( !USTRINGTRIE_HAS_VALUE( in checkNext()900 if(!USTRINGTRIE_HAS_VALUE(result)) { in checkNext()950 if(USTRINGTRIE_HAS_VALUE(resultAtState)) { in checkNextWithState()958 (USTRINGTRIE_HAS_VALUE(resultAtState) && valueAtState!=trie.getValue()) in checkNextWithState()963 } else if(!USTRINGTRIE_HAS_VALUE( in checkNextWithState()[all …]
663 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst()667 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()683 if( !USTRINGTRIE_HAS_VALUE(result=trie.next(data[i].s, stringLength)) || in checkNext()720 if(!USTRINGTRIE_HAS_VALUE(result)) { in checkNext()778 if(USTRINGTRIE_HAS_VALUE(resultAtState)) { in checkNextWithState()786 (USTRINGTRIE_HAS_VALUE(resultAtState) && valueAtState!=trie.getValue()) in checkNextWithState()791 } else if(!USTRINGTRIE_HAS_VALUE( in checkNextWithState()798 } else if(!USTRINGTRIE_HAS_VALUE( in checkNextWithState()
263 if(USTRINGTRIE_HAS_VALUE(trie.next(s, -1))) { in bytesTrieLookup()361 if(USTRINGTRIE_HAS_VALUE(result)) { in ucharsTrieMatches()472 if(!USTRINGTRIE_HAS_VALUE(trie->reset().next(lines[i].name, lines[i].len))) { in call()555 if(USTRINGTRIE_HAS_VALUE(result)) { in bytesTrieMatches()634 if(!USTRINGTRIE_HAS_VALUE(result)) { in call()
84 #define USTRINGTRIE_HAS_VALUE(result) ((result)>=USTRINGTRIE_FINAL_VALUE) macro
56 if (USTRINGTRIE_HAS_VALUE(result)) { in matches()123 if (USTRINGTRIE_HAS_VALUE(result)) { in matches()
234 return USTRINGTRIE_HAS_VALUE(result); in containsName()
280 if(USTRINGTRIE_HAS_VALUE(r)) { // remember the best match so far in breakExceptionAt()
459 if(USTRINGTRIE_HAS_VALUE(match)) { in getCE32FromPrefix()506 if(USTRINGTRIE_HAS_VALUE(match)) { in nextCE32FromContraction()630 if(prevCC < (fcd16 >> 8) && USTRINGTRIE_HAS_VALUE(match = suffixes.nextForCodePoint(c))) { in nextCE32FromDiscontiguousContraction()