Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dtrie2test.c585 trie=utrie2_clone(trie, &errorCode); in testTrieSerialize()
622 UTrie2 *clone=utrie2_clone(trie, &errorCode); in testTrieSerialize()
738 UTrie2 *clone=utrie2_clone(trie, &errorCode); in testTrieSerialize()
853 UTrie2 *clone=utrie2_clone(trie, &errorCode); in makeTrieWithRanges()
/external/icu/icu4c/source/common/
Dutrie2.h223 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode);
Dutrie2_builder.cpp278 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode) { in utrie2_clone() function
378 return utrie2_clone(other, pErrorCode); /* clone an unfrozen trie */ in utrie2_cloneAsThawed()
/external/icu/icu4c/source/common/unicode/
Durename.h1736 #define utrie2_clone U_ICU_ENTRY_POINT_RENAME(utrie2_clone) macro