Lines Matching defs:trie
100 UCPTrie *trie = (UCPTrie *)uprv_malloc(sizeof(UCPTrie)); in ucptrie_openFromBinary() local
146 ucptrie_close(UCPTrie *trie) { in ucptrie_close()
151 ucptrie_getType(const UCPTrie *trie) { in ucptrie_getType()
156 ucptrie_getValueWidth(const UCPTrie *trie) { in ucptrie_getValueWidth()
161 ucptrie_internalSmallIndex(const UCPTrie *trie, UChar32 c) { in ucptrie_internalSmallIndex()
188 ucptrie_internalSmallU8Index(const UCPTrie *trie, int32_t lt1, uint8_t t2, uint8_t t3) { in ucptrie_internalSmallU8Index()
198 ucptrie_internalU8PrevIndex(const UCPTrie *trie, UChar32 c, in ucptrie_internalU8PrevIndex()
233 ucptrie_get(const UCPTrie *trie, UChar32 c) { in ucptrie_get()
264 const UCPTrie *trie = reinterpret_cast<const UCPTrie *>(t); in getRange() local
416 const void *trie, UChar32 start, in ucptrie_internalGetRange()
461 ucptrie_getRange(const UCPTrie *trie, UChar32 start, in ucptrie_getRange()
470 ucptrie_toBinary(const UCPTrie *trie, in ucptrie_toBinary()
545 long countNull(const UCPTrie *trie) { in countNull()
573 ucptrie_printLengths(const UCPTrie *trie, const char *which) { in ucptrie_printLengths()