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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dtrie2test.c553 trie=utrie2_clone(trie, &errorCode);
555 log_err("error: utrie2_clone(unfrozen %s) failed - %s\n",
590 UTrie2 *clone=utrie2_clone(trie, &errorCode);
706 UTrie2 *clone=utrie2_clone(trie, &errorCode);
708 log_err("error: utrie2_clone(unserialized %s) failed - %s\n",
821 UTrie2 *clone=utrie2_clone(trie, &errorCode);
823 log_err("error: utrie2_clone(%s) failed - %s\n",
/external/icu/icu4c/source/test/cintltst/
H A Dtrie2test.c553 trie=utrie2_clone(trie, &errorCode);
555 log_err("error: utrie2_clone(unfrozen %s) failed - %s\n",
590 UTrie2 *clone=utrie2_clone(trie, &errorCode);
706 UTrie2 *clone=utrie2_clone(trie, &errorCode);
708 log_err("error: utrie2_clone(unserialized %s) failed - %s\n",
821 UTrie2 *clone=utrie2_clone(trie, &errorCode);
823 log_err("error: utrie2_clone(%s) failed - %s\n",
/external/chromium_org/third_party/icu/source/common/
H A Dutrie2.h218 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode);
H A Dutrie2_builder.cpp278 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode) { function
378 return utrie2_clone(other, pErrorCode); /* clone an unfrozen trie */
/external/icu/icu4c/source/common/
H A Dutrie2.h218 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode);
H A Dutrie2_builder.cpp278 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode) { function
378 return utrie2_clone(other, pErrorCode); /* clone an unfrozen trie */
/external/icu/icu4c/source/common/unicode/
H A Durename.h1672 #define utrie2_clone U_ICU_ENTRY_POINT_RENAME(utrie2_clone) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1749 #define utrie2_clone U_ICU_ENTRY_POINT_RENAME(utrie2_clone) macro

Completed in 1141 milliseconds