Searched refs:USTRINGTRIE_MATCHES (Results 1 – 5 of 5) sorted by relevance
75 #define USTRINGTRIE_MATCHES(result) ((result)!=USTRINGTRIE_NO_MATCH) macro
726 if(!USTRINGTRIE_MATCHES(result)) { in checkNext()784 if(!USTRINGTRIE_MATCHES(trie.next(expectedString[j]))) { in checkNextWithState()838 if(!USTRINGTRIE_MATCHES(trie.next(expectedString[j]))) { in checkNextWithState64()
896 if(!USTRINGTRIE_MATCHES(result)) { in checkNext()946 if(!USTRINGTRIE_MATCHES(trie.next(expectedString[j]))) { in checkNextWithState()1000 if(!USTRINGTRIE_MATCHES(trie.next(expectedString[j]))) { in checkNextWithState64()
289 if(USTRINGTRIE_MATCHES(r)) { // exact match? in breakExceptionAt()319 if(USTRINGTRIE_MATCHES(rfwd)) { in breakExceptionAt()