Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucnv_openCCSID

471     /*Testing ucnv_openCCSID and ucnv_open with error conditions*/
477 if(ucnv_openCCSID(1051, UCNV_IBM, &err) != NULL){
482 /* Testing ucnv_openCCSID(), ucnv_open(), ucnv_getName() */
487 someConverters[3] = ucnv_openCCSID(949,UCNV_IBM,&err);
488 ucnv_close(ucnv_openCCSID(1051, UCNV_IBM, &err)); /* test for j350; ucnv_close(NULL) is safe */
546 /*Creates a converter and testing ucnv_openCCSID(u_int code_page, platform, errstatus*/
548 /* myConverter =ucnv_openCCSID(CodePageNumberToTest[codepage_index],UCNV_IBM, &err); */
1900 cnv=ucnv_openCCSID(ccsid, UCNV_IBM, &errorCode);
1902 log_data_err("error: ucnv_openCCSID(%ld) failed (%s)\n", ccsid, u_errorName(errorCode));
1907 log_err("error: ucnv_getCCSID(ucnv_openCCSID(%ld))=%ld\n", ccsid, ucnv_getCCSID(cnv, &errorCode));
1912 log_err("error: ucnv_getPlatform(ucnv_openCCSID(%ld))=%ld!=UCNV_IBM\n", ccsid, ucnv_getPlatform(cnv, &errorCode));