Searched refs:ucnv_getCanonicalName (Results 1 - 11 of 11) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | stdnmtst.c | 122 tag = ucnv_getCanonicalName(name, standard, &error); in dotestconv()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucnv.h | 1871 ucnv_getCanonicalName(const char *alias, const char *standard, UErrorCode *pErrorCode);
|
H A D | urename.h | 668 #define ucnv_getCanonicalName U_ICU_ENTRY_POINT_RENAME(ucnv_getCanonicalName) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucnv.h | 1871 ucnv_getCanonicalName(const char *alias, const char *standard, UErrorCode *pErrorCode);
|
H A D | urename.h | 669 #define ucnv_getCanonicalName U_ICU_ENTRY_POINT_RENAME(ucnv_getCanonicalName) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucnv.h | 1860 ucnv_getCanonicalName(const char *alias, const char *standard, UErrorCode *pErrorCode);
|
H A D | urename.h | 660 #define ucnv_getCanonicalName U_ICU_ENTRY_POINT_RENAME(ucnv_getCanonicalName) macro
|
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 228 #undef ucnv_getCanonicalName macro 1276 const char *ucnv_getCanonicalName(const char *alias, const char *standard, UErrorCode *pErrorCode) in ucnv_getCanonicalName() function 1278 return U_ICU_ENTRY_POINT_RENAME(ucnv_getCanonicalName)(alias, standard, pErrorCode); in ucnv_getCanonicalName()
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_io.cpp | 1007 ucnv_getCanonicalName(const char *alias, const char *standard, UErrorCode *pErrorCode) { in ucnv_getCanonicalName() function
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_io.cpp | 1007 ucnv_getCanonicalName(const char *alias, const char *standard, UErrorCode *pErrorCode) { in ucnv_getCanonicalName() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_io.cpp | 1007 ucnv_getCanonicalName(const char *alias, const char *standard, UErrorCode *pErrorCode) { in ucnv_getCanonicalName() function
|
Completed in 44 milliseconds