/third_party/icu/icu4c/source/test/cintltst/ |
H A D | stdnmtst.c | 46 tag = ucnv_getStandardName(name, standard, &error); in dotestname()
|
H A D | ccapitst.c | 1322 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 D | derb.cpp | 631 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 D | derb.cpp | 631 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 D | derb.cpp | 631 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 D | ucnv.h | 35 * {@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 D | urename.h | 682 #define ucnv_getStandardName U_ICU_ENTRY_POINT_RENAME(ucnv_getStandardName) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucnv.h | 35 * {@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 D | urename.h | 683 #define ucnv_getStandardName U_ICU_ENTRY_POINT_RENAME(ucnv_getStandardName) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucnv.h | 35 * {@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 D | urename.h | 674 #define ucnv_getStandardName U_ICU_ENTRY_POINT_RENAME(ucnv_getStandardName) macro
|
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 240 #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 D | ucnv_io.cpp | 961 ucnv_getStandardName(const char *alias, const char *standard, UErrorCode *pErrorCode) { in ucnv_getStandardName() function
|
H A D | ucnv.cpp | 691 const char *standardName = ucnv_getStandardName(ucnv_getName(converter, err), "IBM", err); in ucnv_getCCSID()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_io.cpp | 961 ucnv_getStandardName(const char *alias, const char *standard, UErrorCode *pErrorCode) { in ucnv_getStandardName() function
|
H A D | ucnv.cpp | 691 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 D | ucnv_io.cpp | 961 ucnv_getStandardName(const char *alias, const char *standard, UErrorCode *pErrorCode) { in ucnv_getStandardName() function
|
H A D | ucnv.cpp | 684 const char *standardName = ucnv_getStandardName(ucnv_getName(converter, err), "IBM", err); in ucnv_getCCSID()
|