Searched refs:UNewTrie2 (Results 1 – 4 of 4) sorted by relevance
106 allocIndex2Block(UNewTrie2 *trie);111 UNewTrie2 *newTrie; in utrie2_open()120 newTrie=(UNewTrie2 *)uprv_malloc(sizeof(UNewTrie2)); in utrie2_open()235 static UNewTrie2 *236 cloneBuilder(const UNewTrie2 *other) { in cloneBuilder()237 UNewTrie2 *trie; in cloneBuilder()239 trie=(UNewTrie2 *)uprv_malloc(sizeof(UNewTrie2)); in cloneBuilder()459 isInNullBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { in isInNullBlock()474 allocIndex2Block(UNewTrie2 *trie) { in allocIndex2Block()493 getIndex2Block(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { in getIndex2Block()[all …]
673 struct UNewTrie2;674 typedef struct UNewTrie2 UNewTrie2; typedef708 UNewTrie2 *newTrie; /* builder object; NULL when frozen */
144 struct UNewTrie2 { struct
43 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) { in get32()