Lines Matching refs:UMutableCPTrie
50 typedef struct UMutableCPTrie UMutableCPTrie; typedef
65 U_CAPI UMutableCPTrie * U_EXPORT2
77 U_CAPI UMutableCPTrie * U_EXPORT2
78 umutablecptrie_clone(const UMutableCPTrie *other, UErrorCode *pErrorCode);
87 umutablecptrie_close(UMutableCPTrie *trie);
98 U_CAPI UMutableCPTrie * U_EXPORT2
110 U_CAPI UMutableCPTrie * U_EXPORT2
122 umutablecptrie_get(const UMutableCPTrie *trie, UChar32 c);
154 umutablecptrie_getRange(const UMutableCPTrie *trie, UChar32 start,
168 umutablecptrie_set(UMutableCPTrie *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode);
182 umutablecptrie_setRange(UMutableCPTrie *trie,
217 umutablecptrie_buildImmutable(UMutableCPTrie *trie, UCPTrieType type, UCPTrieValueWidth valueWidth,
235 U_DEFINE_LOCAL_OPEN_POINTER(LocalUMutableCPTriePointer, UMutableCPTrie, umutablecptrie_close);