17 #ifndef __USTRINGTRIE_H__ 18 #define __USTRINGTRIE_H__ 75 #define USTRINGTRIE_MATCHES(result) ((result)!=USTRINGTRIE_NO_MATCH) 86 #define USTRINGTRIE_HAS_VALUE(result) ((result)>=USTRINGTRIE_FINAL_VALUE) 95 #define USTRINGTRIE_HAS_NEXT(result) ((result)&1) The input unit(s) continued a matching string but there is no value for the string so far...
The input unit(s) continued a matching string and there is a value for the string so far...
UStringTrieResult
Return values for BytesTrie::next(), UCharsTrie::next() and similar methods.
The input unit(s) did not continue a matching string.
Basic definitions for ICU, for both C and C++ APIs.
The input unit(s) continued a matching string and there is a value for the string so far...