Lines Matching refs:kr
3932 cnv=ucnv_open("ISO_2022,locale=kr", &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]");
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]");
4069 UConverter* kr=NULL, *kr1=NULL;
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));
4079 ucnv_toUnicode(kr,&target,targetLimit,&source,source+uprv_strlen(source),NULL,TRUE,&errorCode);
4081 log_err("iso-2022-kr cannot handle multiple escape sequences : %s\n", u_errorName(errorCode));
4091 ucnv_toUnicode(kr,&target,targetLimit,&source,source+uprv_strlen(source),NULL,TRUE,&errorCode);
4098 ucnv_close(kr);
4468 /* Tests for empty segments in ISO-2022-JP/KR/CN, HZ, check that UConverterCallbackReason is UCNV_IRREGULAR */
4499 { "ISO-2022-KR", iso2022kr_a, sizeof(iso2022kr_a) },