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

/external/icu/icu4c/source/test/cintltst/
H A Dtrie2test.c551 trie=utrie2_clone(trie, &errorCode);
553 log_err("error: utrie2_clone(unfrozen %s) failed - %s\n",
588 UTrie2 *clone=utrie2_clone(trie, &errorCode);
704 UTrie2 *clone=utrie2_clone(trie, &errorCode);
706 log_err("error: utrie2_clone(unserialized %s) failed - %s\n",
819 UTrie2 *clone=utrie2_clone(trie, &errorCode);
821 log_err("error: utrie2_clone(%s) failed - %s\n",
/external/icu/icu4c/source/common/
H A Dutrie2.h218 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode);
H A Dutrie2_builder.cpp276 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode) { function
376 return utrie2_clone(other, pErrorCode); /* clone an unfrozen trie */
/external/icu/icu4c/source/common/unicode/
H A Durename.h1711 #define utrie2_clone U_ICU_ENTRY_POINT_RENAME(utrie2_clone) macro

Completed in 106 milliseconds