Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
H A Dstdnmtst.c70 standard = ucnv_getStandard(i, &err); in TestStandardName()
72 log_err("FAIL: ucnv_getStandard(%d), error=%s\n", i, u_errorName(err)); in TestStandardName()
84 } else if (*ucnv_getStandard((uint16_t)(count-1), &err) != 0) { in TestStandardName()
85 log_err("FAIL: ucnv_getStandard(%d) should return ""\n", count-1); in TestStandardName()
89 if (ucnv_getStandard(++i, &err)) { in TestStandardName()
90 log_err("FAIL: ucnv_getStandard(%d) should return NULL\n", i); in TestStandardName()
/third_party/icu/icu4c/source/common/unicode/
H A Ducnv.h1827 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode);
H A Durename.h681 #define ucnv_getStandard U_ICU_ENTRY_POINT_RENAME(ucnv_getStandard) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Ducnv.h1827 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode);
H A Durename.h682 #define ucnv_getStandard U_ICU_ENTRY_POINT_RENAME(ucnv_getStandard) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Ducnv.h1816 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode);
H A Durename.h673 #define ucnv_getStandard U_ICU_ENTRY_POINT_RENAME(ucnv_getStandard) macro
/third_party/icu/icu4c/source/extra/uconv/
H A Duconv.cpp257 stds[s] = ucnv_getStandard(s, &err); in printConverters()
/third_party/skia/third_party/externals/icu/source/extra/uconv/
H A Duconv.cpp257 stds[s] = ucnv_getStandard(s, &err); in printConverters()
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp239 #undef ucnv_getStandard macro
1322 const char *ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode) in ucnv_getStandard() function
1324 return U_ICU_ENTRY_POINT_RENAME(ucnv_getStandard)(n, pErrorCode); in ucnv_getStandard()
/third_party/icu/icu4c/source/common/
H A Ducnv_io.cpp949 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode) { in ucnv_getStandard() function
/third_party/node/deps/icu-small/source/common/
H A Ducnv_io.cpp949 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode) { in ucnv_getStandard() function
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_io.cpp949 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode) { in ucnv_getStandard() function

Completed in 53 milliseconds