Searched refs:fromUCPMap (Results 1 – 1 of 1) sorted by relevance
74 static MutableCodePointTrie *fromUCPMap(const UCPMap *map, UErrorCode &errorCode);178 MutableCodePointTrie *MutableCodePointTrie::fromUCPMap(const UCPMap *map, UErrorCode &errorCode) { in fromUCPMap() function in __anon5a66f5c00111::MutableCodePointTrie1777 return reinterpret_cast<UMutableCPTrie *>(MutableCodePointTrie::fromUCPMap(map, *pErrorCode)); in umutablecptrie_fromUCPMap()