Searched refs:ucnv_getStandard (Results 1 – 17 of 17) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | stdnmtst.c | 70 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/ |
D | ucnv.h | 1815 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode);
|
D | urename.h | 679 #define ucnv_getStandard U_ICU_ENTRY_POINT_RENAME(ucnv_getStandard) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucnv.h | 1816 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode);
|
D | urename.h | 673 #define ucnv_getStandard U_ICU_ENTRY_POINT_RENAME(ucnv_getStandard) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucnv.h | 1816 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode);
|
D | urename.h | 673 #define ucnv_getStandard U_ICU_ENTRY_POINT_RENAME(ucnv_getStandard) macro
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | ucnv.h | 1813 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode);
|
D | urename.h | 656 #define ucnv_getStandard U_ICU_ENTRY_POINT_RENAME(ucnv_getStandard) macro
|
/third_party/flutter/skia/third_party/externals/icu/source/extra/uconv/ |
D | uconv.cpp | 257 stds[s] = ucnv_getStandard(s, &err); in printConverters()
|
/third_party/skia/third_party/externals/icu/source/extra/uconv/ |
D | uconv.cpp | 257 stds[s] = ucnv_getStandard(s, &err); in printConverters()
|
/third_party/icu/icu4c/source/extra/uconv/ |
D | uconv.cpp | 257 stds[s] = ucnv_getStandard(s, &err); in printConverters()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucnv_io.cpp | 949 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode) { in ucnv_getStandard() function
|
/third_party/icu/icu4c/source/common/ |
D | ucnv_io.cpp | 949 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode) { in ucnv_getStandard() function
|
/third_party/node/deps/icu-small/source/common/ |
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/ |
D | ucnv_io.cpp | 949 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode) { in ucnv_getStandard() function
|
/third_party/icu/docs/userguide/conversion/ |
D | converters.md | 127 | `ucnv_countStandards`, `ucnv_getStandard` | Get the list of known standards. |
|