Home
last modified time | relevance | path

Searched refs:ucnv_getStandardName (Results 1 - 18 of 18) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
H A Dstdnmtst.c46 tag = ucnv_getStandardName(name, standard, &error); in dotestname()
H A Dccapitst.c1322 alias = ucnv_getStandardName("Shift_JIS", "IBM", &status); in TestDuplicateAlias()
1327 alias = ucnv_getStandardName("ibm-943", "IANA", &status); in TestDuplicateAlias()
1332 alias = ucnv_getStandardName("ibm-943_P130-2000", "IANA", &status); in TestDuplicateAlias()
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dderb.cpp631 if (!(enc = ucnv_getStandardName(encoding, "MIME", &err))) { in getEncodingName()
633 if (!(enc = ucnv_getStandardName(encoding, "IANA", &err))) { in getEncodingName()
/third_party/icu/icu4c/source/tools/genrb/
H A Dderb.cpp631 if (!(enc = ucnv_getStandardName(encoding, "MIME", &err))) { in getEncodingName()
633 if (!(enc = ucnv_getStandardName(encoding, "IANA", &err))) { in getEncodingName()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dderb.cpp631 if (!(enc = ucnv_getStandardName(encoding, "MIME", &err))) { in getEncodingName()
633 if (!(enc = ucnv_getStandardName(encoding, "IANA", &err))) { in getEncodingName()
/third_party/icu/icu4c/source/common/unicode/
H A Ducnv.h35 * {@link ucnv_getAlias() } and {@link ucnv_getStandardName() } are some of the
1790 * <code>ucnv_getStandardName</code>, which is the default alias for
1801 * @see ucnv_getStandardName
1835 * Result of ucnv_getStandardName("conv", "STANDARD1") from example
1849 ucnv_getStandardName(const char *name, const char *standard, UErrorCode *pErrorCode);
1859 * Result of ucnv_getStandardName("alias1", "STANDARD1") from example
1867 * @see ucnv_getStandardName
H A Durename.h682 #define ucnv_getStandardName U_ICU_ENTRY_POINT_RENAME(ucnv_getStandardName) 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
1790 * <code>ucnv_getStandardName</code>, which is the default alias for
1801 * @see ucnv_getStandardName
1835 * Result of ucnv_getStandardName("conv", "STANDARD1") from example
1849 ucnv_getStandardName(const char *name, const char *standard, UErrorCode *pErrorCode);
1859 * Result of ucnv_getStandardName("alias1", "STANDARD1") from example
1867 * @see ucnv_getStandardName
H A Durename.h683 #define ucnv_getStandardName U_ICU_ENTRY_POINT_RENAME(ucnv_getStandardName) 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
1779 * <code>ucnv_getStandardName</code>, which is the default alias for
1790 * @see ucnv_getStandardName
1824 * Result of ucnv_getStandardName("conv", "STANDARD1") from example
1838 ucnv_getStandardName(const char *name, const char *standard, UErrorCode *pErrorCode);
1848 * Result of ucnv_getStandardName("alias1", "STANDARD1") from example
1856 * @see ucnv_getStandardName
H A Durename.h674 #define ucnv_getStandardName U_ICU_ENTRY_POINT_RENAME(ucnv_getStandardName) macro
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp240 #undef ucnv_getStandardName macro
1326 const char *ucnv_getStandardName(const char *name, const char *standard, UErrorCode *pErrorCode) in ucnv_getStandardName() function
1328 return U_ICU_ENTRY_POINT_RENAME(ucnv_getStandardName)(name, standard, pErrorCode); in ucnv_getStandardName()
/third_party/icu/icu4c/source/common/
H A Ducnv_io.cpp961 ucnv_getStandardName(const char *alias, const char *standard, UErrorCode *pErrorCode) { in ucnv_getStandardName() function
H A Ducnv.cpp691 const char *standardName = ucnv_getStandardName(ucnv_getName(converter, err), "IBM", err); in ucnv_getCCSID()
/third_party/node/deps/icu-small/source/common/
H A Ducnv_io.cpp961 ucnv_getStandardName(const char *alias, const char *standard, UErrorCode *pErrorCode) { in ucnv_getStandardName() function
H A Ducnv.cpp691 const char *standardName = ucnv_getStandardName(ucnv_getName(converter, err), "IBM", err); in ucnv_getCCSID()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_io.cpp961 ucnv_getStandardName(const char *alias, const char *standard, UErrorCode *pErrorCode) { in ucnv_getStandardName() function
H A Ducnv.cpp684 const char *standardName = ucnv_getStandardName(ucnv_getName(converter, err), "IBM", err); in ucnv_getCCSID()

Completed in 62 milliseconds