Searched refs:UNewTrie2 (Results 1 – 4 of 4) sorted by relevance
113 allocIndex2Block(UNewTrie2 *trie);118 UNewTrie2 *newTrie; in utrie2_open()127 newTrie=(UNewTrie2 *)uprv_malloc(sizeof(UNewTrie2)); in utrie2_open()248 static UNewTrie2 *249 cloneBuilder(const UNewTrie2 *other) { in cloneBuilder()250 UNewTrie2 *trie; in cloneBuilder()252 trie=(UNewTrie2 *)uprv_malloc(sizeof(UNewTrie2)); in cloneBuilder()496 isInNullBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { in isInNullBlock()511 allocIndex2Block(UNewTrie2 *trie) { in allocIndex2Block()530 getIndex2Block(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { in getIndex2Block()[all …]
641 struct UNewTrie2;642 typedef struct UNewTrie2 UNewTrie2; typedef676 UNewTrie2 *newTrie; /* builder object; NULL when frozen */
142 struct UNewTrie2 { struct
42 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) { in get32()