Lines Matching full:iso
825 /*ISO-2022*/
853 expectedISO88593, sizeof(expectedISO88593), "iso-8859-3", toISO88593Offs,FALSE );
867 expectedISO88593, sizeof(expectedISO88593), "iso-8859-3", toISO88593Offs,FALSE );
877 /*ISO-2022*/
913 expectedMaltese913, sizeof(expectedMaltese913), "iso-8859-3", NULL,FALSE );
1397 TestConverterType("iso-8859-1", UCNV_LATIN_1);
1410 TestConverterType("iso-2022", UCNV_ISO_2022);
1451 like the ISO-7 and GSM series of codepages, which we ignore. */
2665 log_data_err("Unable to open a iso-2022 converter: %s\n", u_errorName(errorCode));
3275 TestGetNextUChar2022(cnv, cBuf, cTarget, in, "ISO-2022-JP encoding");
3703 log_data_err("Unable to open a iso-2022 converter: %s\n", u_errorName(err));
3767 log_data_err("Unable to open a iso-2022 converter: %s\n", u_errorName(errorCode));
3807 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-JP-1]");
3857 log_data_err("Unable to open a iso-2022 converter: %s\n", u_errorName(errorCode));
3899 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-JP-2]");
3934 log_data_err("Unable to open a iso-2022 converter: %s\n", u_errorName(errorCode));
3968 TestGetNextUChar2022(cnv, cBuf, cTarget, in, "ISO-2022-KR encoding");
3978 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ILLEGAL_ESCAPE_SEQUENCE, "an invalid character [ISO-2022-KR]");
4013 log_data_err("Unable to open a iso-2022 converter: %s\n", u_errorName(errorCode));
4048 TestGetNextUChar2022(cnv, cBuf, cTarget, in, "ISO-2022-KR encoding");
4058 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ILLEGAL_ESCAPE_SEQUENCE, "an invalid character [ISO-2022-KR]");
4074 kr=ucnv_open("iso-2022-kr", &errorCode);
4076 log_data_err("Unable to open a iso-2022-kr converter: %s\n", u_errorName(errorCode));
4081 log_err("iso-2022-kr cannot handle multiple escape sequences : %s\n", u_errorName(errorCode));
4086 log_data_err("Unable to open a iso-2022-kr_1 converter: %s\n", u_errorName(errorCode));
4094 log_err("iso-2022-kr_1 cannot handle multiple escape sequences : %s\n", u_errorName(errorCode));
4231 log_data_err("Unable to open a iso-2022 converter: %s\n", u_errorName(err));
4236 log_err("iso-2022-CN to Unicode conversion failed: %s\n", u_errorName(err));
4243 log_err("iso-2022-CN from Unicode conversion failed: %s\n", u_errorName(err));
4315 log_data_err("Unable to open a iso-2022 converter: %s\n", u_errorName(errorCode));
4358 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-CN-EXT]");
4413 log_data_err("Unable to open a iso-2022 converter: %s\n", u_errorName(errorCode));
4450 TestGetNextUChar2022(cnv, cBuf, cTarget, in, "ISO-2022-CN encoding");
4459 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, "an invalid character [ISO-2022-CN]");
4468 /* Tests for empty segments in ISO-2022-JP/KR/CN, HZ, check that UConverterCallbackReason is UCNV_IRREGULAR */
4498 { "ISO-2022-JP", iso2022jp_a, sizeof(iso2022jp_a) },
4499 { "ISO-2022-KR", iso2022kr_a, sizeof(iso2022kr_a) },
4500 { "ISO-2022-CN", iso2022cn_a, sizeof(iso2022cn_a) },
4501 { "ISO-2022-CN", iso2022cn_b, sizeof(iso2022cn_b) },