Go to the documentation of this file.
15 #ifndef __USTRINGTRIE_H__
16 #define __USTRINGTRIE_H__
73 #define USTRINGTRIE_MATCHES(result) ((result)!=USTRINGTRIE_NO_MATCH)
84 #define USTRINGTRIE_HAS_VALUE(result) ((result)>=USTRINGTRIE_FINAL_VALUE)
93 #define USTRINGTRIE_HAS_NEXT(result) ((result)&1)