Home
last modified time | relevance | path

Searched refs:USTRINGTRIE_MATCHES (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dustringtrie.h73 #define USTRINGTRIE_MATCHES(result) ((result)!=USTRINGTRIE_NO_MATCH) macro
/external/icu/icu4c/source/common/
Dfilteredbrk.cpp287 if(USTRINGTRIE_MATCHES(r)) { // exact match? in breakExceptionAt()
317 if(USTRINGTRIE_MATCHES(rfwd)) { in breakExceptionAt()
/external/icu/icu4c/source/test/intltest/
Dbytestrietest.cpp711 if(!USTRINGTRIE_MATCHES(result)) { in checkNext()
769 if(!USTRINGTRIE_MATCHES(trie.next(expectedString[j]))) { in checkNextWithState()
Ducharstrietest.cpp891 if(!USTRINGTRIE_MATCHES(result)) { in checkNext()
941 if(!USTRINGTRIE_MATCHES(trie.next(expectedString[j]))) { in checkNextWithState()