Searched refs:UNewTrie2 (Results 1 – 4 of 4) sorted by relevance
104 allocIndex2Block(UNewTrie2 *trie);109 UNewTrie2 *newTrie; in utrie2_open()118 newTrie=(UNewTrie2 *)uprv_malloc(sizeof(UNewTrie2)); in utrie2_open()233 static UNewTrie2 *234 cloneBuilder(const UNewTrie2 *other) { in cloneBuilder()235 UNewTrie2 *trie; in cloneBuilder()237 trie=(UNewTrie2 *)uprv_malloc(sizeof(UNewTrie2)); in cloneBuilder()457 isInNullBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { in isInNullBlock()472 allocIndex2Block(UNewTrie2 *trie) { in allocIndex2Block()491 getIndex2Block(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { in getIndex2Block()[all …]
671 struct UNewTrie2;672 typedef struct UNewTrie2 UNewTrie2; typedef706 UNewTrie2 *newTrie; /* builder object; NULL when frozen */
142 struct UNewTrie2 { struct
41 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) { in get32()