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