Home
last modified time | relevance | path

Searched refs:fromUCPMap (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Dumutablecptrie.cpp74 static MutableCodePointTrie *fromUCPMap(const UCPMap *map, UErrorCode &errorCode);
178 MutableCodePointTrie *MutableCodePointTrie::fromUCPMap(const UCPMap *map, UErrorCode &errorCode) { in fromUCPMap() function in __anon5a66f5c00111::MutableCodePointTrie
1777 return reinterpret_cast<UMutableCPTrie *>(MutableCodePointTrie::fromUCPMap(map, *pErrorCode)); in umutablecptrie_fromUCPMap()