Lines Matching refs:UMutableCPTrie
1734 U_CAPI UMutableCPTrie * U_EXPORT2
1744 return reinterpret_cast<UMutableCPTrie *>(trie.orphan()); in umutablecptrie_open()
1747 U_CAPI UMutableCPTrie * U_EXPORT2
1748 umutablecptrie_clone(const UMutableCPTrie *other, UErrorCode *pErrorCode) { in umutablecptrie_clone()
1760 return reinterpret_cast<UMutableCPTrie *>(clone.orphan()); in umutablecptrie_clone()
1764 umutablecptrie_close(UMutableCPTrie *trie) { in umutablecptrie_close()
1768 U_CAPI UMutableCPTrie * U_EXPORT2
1777 return reinterpret_cast<UMutableCPTrie *>(MutableCodePointTrie::fromUCPMap(map, *pErrorCode)); in umutablecptrie_fromUCPMap()
1780 U_CAPI UMutableCPTrie * U_EXPORT2
1789 return reinterpret_cast<UMutableCPTrie *>(MutableCodePointTrie::fromUCPTrie(trie, *pErrorCode)); in umutablecptrie_fromUCPTrie()
1793 umutablecptrie_get(const UMutableCPTrie *trie, UChar32 c) { in umutablecptrie_get()
1808 umutablecptrie_getRange(const UMutableCPTrie *trie, UChar32 start, in umutablecptrie_getRange()
1817 umutablecptrie_set(UMutableCPTrie *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) { in umutablecptrie_set()
1825 umutablecptrie_setRange(UMutableCPTrie *trie, UChar32 start, UChar32 end, in umutablecptrie_setRange()
1835 umutablecptrie_buildImmutable(UMutableCPTrie *trie, UCPTrieType type, UCPTrieValueWidth valueWidth, in umutablecptrie_buildImmutable()
1844 U_CFUNC void umutablecptrie_setName(UMutableCPTrie *trie, const char *name) { in umutablecptrie_setName()