Searched refs:USTRINGTRIE_HAS_NEXT (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dustringtrie.h30 * @see USTRINGTRIE_HAS_NEXT
93 #define USTRINGTRIE_HAS_NEXT(result) ((result)&1) macro
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducharstrie.cpp45 (USTRINGTRIE_HAS_NEXT(first(U16_LEAD(cp))) ?
54 (USTRINGTRIE_HAS_NEXT(next(U16_LEAD(cp))) ?
H A Dpropname.cpp230 if(!USTRINGTRIE_HAS_NEXT(result)) {
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dfilteredbrk.cpp136 USTRINGTRIE_HAS_NEXT(r=fBackwardsTrie->nextForCodePoint(uch))) {// more in the trie
173 USTRINGTRIE_HAS_NEXT(rfwd=fForwardsPartialTrie->nextForCodePoint(uch))) {
H A Dcollationiterator.cpp462 if(!USTRINGTRIE_HAS_NEXT(match)) { break; }
508 if(!USTRINGTRIE_HAS_NEXT(match) || (c = nextSkippedCodePoint(errorCode)) < 0) {
636 if(!USTRINGTRIE_HAS_NEXT(match)) { break; }
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp629 if(!USTRINGTRIE_HAS_NEXT(result)) {
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dbytestrietest.cpp700 if(!USTRINGTRIE_HAS_NEXT(result)) {
H A Ducharstrietest.cpp880 if(!USTRINGTRIE_HAS_NEXT(result)) {

Completed in 87 milliseconds