Home
last modified time | relevance | path

Searched refs:ucnv_getAlias (Results 1 - 13 of 13) sorted by relevance

/third_party/icu/icu4c/source/extra/uconv/
H A Duconv.cpp221 const char *truename = ucnv_getAlias(lookfor, 0, &err); in printConverters()
302 const char *alias = ucnv_getAlias(name, a, &err); in printConverters()
1211 printName = ucnv_getAlias(*iter, 0, &e); in main()
/third_party/skia/third_party/externals/icu/source/extra/uconv/
H A Duconv.cpp221 const char *truename = ucnv_getAlias(lookfor, 0, &err); in printConverters()
302 const char *alias = ucnv_getAlias(name, a, &err); in printConverters()
1211 printName = ucnv_getAlias(*iter, 0, &e); in main()
/third_party/icu/icu4c/source/test/cintltst/
H A Dccapitst.c196 alias = ucnv_getAlias("utf-8", 0, &err); in ListNames()
198 log_err("FAILURE! ucnv_getAlias(\"utf-8\", 0) -> %s\n", myErrorName(err)); in ListNames()
200 log_err("FAILURE! ucnv_getAlias(\"utf-8\", 0) -> %s instead of UTF-8\n", alias); in ListNames()
204 alias = ucnv_getAlias("utf-8", aliasNum, &err); in ListNames()
206 log_err("FAILURE! ucnv_getAlias(\"utf-8\", %d) -> %s\n", aliasNum, myErrorName(err)); in ListNames()
209 log_err("FAILURE! ucnv_getAlias(\"utf-8\", %d) -> alias %s insanely long, corrupt?!\n", aliasNum, alias); in ListNames()
225 alias = ucnv_getAlias("utf-8", aliasNum, &err); in ListNames()
227 log_err("FAILURE! ucnv_getAlias(\"utf-8\", %d) -> %s\n", aliasNum, myErrorName(err)); in ListNames()
229 log_err("FAILURE! ucnv_getAliases(\"utf-8\")[%d] != ucnv_getAlias(\"utf-8\", %d)\n", aliasNum, aliasNum); in ListNames()
1214 alias0 = ucnv_getAlias(nam in TestAlias()
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Ducnv.h35 * {@link ucnv_getAlias() } and {@link ucnv_getStandardName() } are some of the
354 * ucnv_getAlias for a complete list that is available.
361 * @see ucnv_getAlias
1765 ucnv_getAlias(const char *alias, uint16_t n, UErrorCode *pErrorCode);
H A Durename.h664 #define ucnv_getAlias U_ICU_ENTRY_POINT_RENAME(ucnv_getAlias) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Ducnv.h35 * {@link ucnv_getAlias() } and {@link ucnv_getStandardName() } are some of the
354 * ucnv_getAlias for a complete list that is available.
361 * @see ucnv_getAlias
1765 ucnv_getAlias(const char *alias, uint16_t n, UErrorCode *pErrorCode);
H A Durename.h665 #define ucnv_getAlias U_ICU_ENTRY_POINT_RENAME(ucnv_getAlias) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Ducnv.h35 * {@link ucnv_getAlias() } and {@link ucnv_getStandardName() } are some of the
355 * ucnv_getAlias for a complete list that is available.
362 * @see ucnv_getAlias
1754 ucnv_getAlias(const char *alias, uint16_t n, UErrorCode *pErrorCode);
H A Durename.h656 #define ucnv_getAlias U_ICU_ENTRY_POINT_RENAME(ucnv_getAlias) macro
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp224 #undef ucnv_getAlias macro
1260 const char *ucnv_getAlias(const char *alias, uint16_t n, UErrorCode *pErrorCode) in ucnv_getAlias() function
1262 return U_ICU_ENTRY_POINT_RENAME(ucnv_getAlias)(alias, n, pErrorCode); in ucnv_getAlias()
/third_party/icu/icu4c/source/common/
H A Ducnv_io.cpp988 ucnv_getAlias(const char *alias, uint16_t n, UErrorCode *pErrorCode) in ucnv_getAlias() function
/third_party/node/deps/icu-small/source/common/
H A Ducnv_io.cpp988 ucnv_getAlias(const char *alias, uint16_t n, UErrorCode *pErrorCode) in ucnv_getAlias() function
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_io.cpp988 ucnv_getAlias(const char *alias, uint16_t n, UErrorCode *pErrorCode) in ucnv_getAlias() function

Completed in 50 milliseconds