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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dstdnmtst.c69 standard = ucnv_getStandard(i, &err);
71 log_err("FAIL: ucnv_getStandard(%d), error=%s\n", i, u_errorName(err));
83 } else if (*ucnv_getStandard((uint16_t)(count-1), &err) != 0) {
84 log_err("FAIL: ucnv_getStandard(%d) should return ""\n", count-1);
88 if (ucnv_getStandard(++i, &err)) {
89 log_err("FAIL: ucnv_getStandard(%d) should return NULL\n", i);
/external/icu/icu4c/source/test/cintltst/
H A Dstdnmtst.c69 standard = ucnv_getStandard(i, &err);
71 log_err("FAIL: ucnv_getStandard(%d), error=%s\n", i, u_errorName(err));
83 } else if (*ucnv_getStandard((uint16_t)(count-1), &err) != 0) {
84 log_err("FAIL: ucnv_getStandard(%d) should return ""\n", count-1);
88 if (ucnv_getStandard(++i, &err)) {
89 log_err("FAIL: ucnv_getStandard(%d) should return NULL\n", i);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducnv.h1805 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode);
H A Durename.h652 #define ucnv_getStandard U_ICU_ENTRY_POINT_RENAME(ucnv_getStandard) macro
/external/icu/icu4c/source/common/unicode/
H A Ducnv.h1805 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode);
H A Durename.h642 #define ucnv_getStandard U_ICU_ENTRY_POINT_RENAME(ucnv_getStandard) macro
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_io.cpp943 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode) { function
/external/chromium_org/third_party/icu/source/extra/uconv/
H A Duconv.cpp257 stds[s] = ucnv_getStandard(s, &err);
/external/icu/icu4c/source/common/
H A Ducnv_io.cpp943 ucnv_getStandard(uint16_t n, UErrorCode *pErrorCode) { function
/external/icu/icu4c/source/extra/uconv/
H A Duconv.cpp257 stds[s] = ucnv_getStandard(s, &err);

Completed in 1088 milliseconds