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.c551 trie=utrie2_clone(trie, &errorCode); in testTrieSerialize()
588 UTrie2 *clone=utrie2_clone(trie, &errorCode); in testTrieSerialize()
704 UTrie2 *clone=utrie2_clone(trie, &errorCode); in testTrieSerialize()
819 UTrie2 *clone=utrie2_clone(trie, &errorCode); in makeTrieWithRanges()
/external/icu/icu4c/source/common/
Dutrie2.h218 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode);
Dutrie2_builder.cpp276 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode) { in utrie2_clone() function
376 return utrie2_clone(other, pErrorCode); /* clone an unfrozen trie */ in utrie2_cloneAsThawed()
/external/icu/icu4c/source/common/unicode/
Durename.h1712 #define utrie2_clone U_ICU_ENTRY_POINT_RENAME(utrie2_clone) macro