Searched refs:ucnv_getStandard (Results 1 - 13 of 13) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | stdnmtst.c | 70 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 D | ucnv.h | 1827 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode);
|
H A D | urename.h | 681 #define ucnv_getStandard U_ICU_ENTRY_POINT_RENAME(ucnv_getStandard) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucnv.h | 1827 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode);
|
H A D | urename.h | 682 #define ucnv_getStandard U_ICU_ENTRY_POINT_RENAME(ucnv_getStandard) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucnv.h | 1816 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode);
|
H A D | urename.h | 673 #define ucnv_getStandard U_ICU_ENTRY_POINT_RENAME(ucnv_getStandard) macro
|
/third_party/icu/icu4c/source/extra/uconv/ |
H A D | uconv.cpp | 257 stds[s] = ucnv_getStandard(s, &err); in printConverters()
|
/third_party/skia/third_party/externals/icu/source/extra/uconv/ |
H A D | uconv.cpp | 257 stds[s] = ucnv_getStandard(s, &err); in printConverters()
|
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 239 #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 D | ucnv_io.cpp | 949 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode) { in ucnv_getStandard() function
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_io.cpp | 949 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode) { in ucnv_getStandard() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_io.cpp | 949 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode) { in ucnv_getStandard() function
|
Completed in 53 milliseconds