Searched refs:USTRINGTRIE_HAS_VALUE (Results 1 – 14 of 14) sorted by relevance
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()[all …]
664 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; in checkFirst()668 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) || in checkFirst()684 if( !USTRINGTRIE_HAS_VALUE(result=trie.next(data[i].s, stringLength)) || in checkNext()721 if(!USTRINGTRIE_HAS_VALUE(result)) { in checkNext()779 if(USTRINGTRIE_HAS_VALUE(resultAtState)) { in checkNextWithState()787 (USTRINGTRIE_HAS_VALUE(resultAtState) && valueAtState!=trie.getValue()) in checkNextWithState()792 } else if(!USTRINGTRIE_HAS_VALUE( in checkNextWithState()799 } else if(!USTRINGTRIE_HAS_VALUE( in checkNextWithState()
84 #define USTRINGTRIE_HAS_VALUE(result) ((result)>=USTRINGTRIE_FINAL_VALUE) macro
264 if(USTRINGTRIE_HAS_VALUE(trie.next(s, -1))) { in bytesTrieLookup()362 if(USTRINGTRIE_HAS_VALUE(result)) { in ucharsTrieMatches()473 if(!USTRINGTRIE_HAS_VALUE(trie->reset().next(lines[i].name, lines[i].len))) { in call()556 if(USTRINGTRIE_HAS_VALUE(result)) { in bytesTrieMatches()635 if(!USTRINGTRIE_HAS_VALUE(result)) { in call()
53 if (USTRINGTRIE_HAS_VALUE(result)) { in matches()117 if (USTRINGTRIE_HAS_VALUE(result)) { in matches()
235 return USTRINGTRIE_HAS_VALUE(result); in containsName()
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()
137 if(USTRINGTRIE_HAS_VALUE(r)) { // remember the best match so far in next()