Lines Matching refs:UMutableCPTrie
49 typedef struct UMutableCPTrie UMutableCPTrie; typedef
64 U_CAPI UMutableCPTrie * U_EXPORT2
76 U_CAPI UMutableCPTrie * U_EXPORT2
77 umutablecptrie_clone(const UMutableCPTrie *other, UErrorCode *pErrorCode);
86 umutablecptrie_close(UMutableCPTrie *trie);
101 U_DEFINE_LOCAL_OPEN_POINTER(LocalUMutableCPTriePointer, UMutableCPTrie, umutablecptrie_close);
116 U_CAPI UMutableCPTrie * U_EXPORT2
128 U_CAPI UMutableCPTrie * U_EXPORT2
140 umutablecptrie_get(const UMutableCPTrie *trie, UChar32 c);
172 umutablecptrie_getRange(const UMutableCPTrie *trie, UChar32 start,
186 umutablecptrie_set(UMutableCPTrie *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode);
200 umutablecptrie_setRange(UMutableCPTrie *trie,
235 umutablecptrie_buildImmutable(UMutableCPTrie *trie, UCPTrieType type, UCPTrieValueWidth valueWidth,