Home
last modified time | relevance | path

Searched refs:ucnv_getStandard (Results 1 – 17 of 17) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dstdnmtst.c70 standard = ucnv_getStandard(i, &err); in TestStandardName()
84 } else if (*ucnv_getStandard((uint16_t)(count-1), &err) != 0) { in TestStandardName()
89 if (ucnv_getStandard(++i, &err)) { in TestStandardName()
/third_party/node/deps/icu-small/source/common/unicode/
Ducnv.h1815 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode);
Durename.h679 #define ucnv_getStandard U_ICU_ENTRY_POINT_RENAME(ucnv_getStandard) macro
/third_party/icu/icu4c/source/common/unicode/
Ducnv.h1816 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode);
Durename.h673 #define ucnv_getStandard U_ICU_ENTRY_POINT_RENAME(ucnv_getStandard) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducnv.h1816 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode);
Durename.h673 #define ucnv_getStandard U_ICU_ENTRY_POINT_RENAME(ucnv_getStandard) macro
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Ducnv.h1813 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode);
Durename.h656 #define ucnv_getStandard U_ICU_ENTRY_POINT_RENAME(ucnv_getStandard) macro
/third_party/flutter/skia/third_party/externals/icu/source/extra/uconv/
Duconv.cpp257 stds[s] = ucnv_getStandard(s, &err); in printConverters()
/third_party/skia/third_party/externals/icu/source/extra/uconv/
Duconv.cpp257 stds[s] = ucnv_getStandard(s, &err); in printConverters()
/third_party/icu/icu4c/source/extra/uconv/
Duconv.cpp257 stds[s] = ucnv_getStandard(s, &err); in printConverters()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnv_io.cpp949 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode) { in ucnv_getStandard() function
/third_party/icu/icu4c/source/common/
Ducnv_io.cpp949 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode) { in ucnv_getStandard() function
/third_party/node/deps/icu-small/source/common/
Ducnv_io.cpp949 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode) { in ucnv_getStandard() function
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_io.cpp949 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode) { in ucnv_getStandard() function
/third_party/icu/docs/userguide/conversion/
Dconverters.md127 | `ucnv_countStandards`, `ucnv_getStandard` | Get the list of known standards. |