Home | History | Annotate | Download | only in iotest

Lines Matching full:iso

378         log_err("Didn't get the proper default codepage for \"es\". Got %s expected: iso-8859-1\n",
395 log_err("Didn't get the proper default codepage for \"en\". Got %s expected: iso-8859-1\n",
412 log_err("Didn't get the proper default codepage for \"en\". Got %s expected: iso-8859-1\n",
840 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "ISO-8859-1");
842 log_err("Can't write test file for iso-8859-1.\n");
845 if (strcmp("ISO-8859-1", u_fgetcodepage(myFile)) != 0) {
846 log_err("Couldn't get ISO-8859-1 back as opened codepage\n");
853 if (u_fsetcodepage("ISO-8859-1", myFile) != 0) {
866 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "ISO-8859-1");
867 if (strcmp(ucnv_getName(u_fgetConverter(myFile), &status), "ISO-8859-1") != 0) {
883 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "ISO-8859-1");