Home | History | Annotate | Download | only in cintltst

Lines Matching defs:kr

4043     cnv=ucnv_open("ISO_2022,locale=kr", &errorCode);
4079 TestGetNextUChar2022(cnv, cBuf, cTarget, in, "ISO-2022-KR encoding");
4089 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ILLEGAL_ESCAPE_SEQUENCE, "an invalid character [ISO-2022-KR]");
4159 TestGetNextUChar2022(cnv, cBuf, cTarget, in, "ISO-2022-KR encoding");
4169 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ILLEGAL_ESCAPE_SEQUENCE, "an invalid character [ISO-2022-KR]");
4180 UConverter* kr=NULL, *kr1=NULL;
4185 kr=ucnv_open("iso-2022-kr", &errorCode);
4187 log_data_err("Unable to open a iso-2022-kr converter: %s\n", u_errorName(errorCode));
4190 ucnv_toUnicode(kr,&target,targetLimit,&source,source+uprv_strlen(source),NULL,TRUE,&errorCode);
4192 log_err("iso-2022-kr cannot handle multiple escape sequences : %s\n", u_errorName(errorCode));
4202 ucnv_toUnicode(kr,&target,targetLimit,&source,source+uprv_strlen(source),NULL,TRUE,&errorCode);
4209 ucnv_close(kr);
4584 /* Tests for empty segments in ISO-2022-JP/KR/CN, HZ, check that UConverterCallbackReason is UCNV_IRREGULAR */
4615 { "ISO-2022-KR", iso2022kr_a, sizeof(iso2022kr_a) },