Searched refs:fromUCPTrie (Results 1 – 1 of 1) sorted by relevance
75 static MutableCodePointTrie *fromUCPTrie(const UCPTrie *trie, UErrorCode &errorCode);208 MutableCodePointTrie *MutableCodePointTrie::fromUCPTrie(const UCPTrie *trie, UErrorCode &errorCode)… in fromUCPTrie() function in __anon5a66f5c00111::MutableCodePointTrie1789 return reinterpret_cast<UMutableCPTrie *>(MutableCodePointTrie::fromUCPTrie(trie, *pErrorCode)); in umutablecptrie_fromUCPTrie()