Lines Matching full:iso
378 char *bytes = extractBytes(s, "ISO-8859-1", byteLength);
400 if (name == NULL || strcmp(name, "ISO-8859-1") != 0) {
401 errln("Turning on the input filter resulted in %s rather than ISO-8859-1.", name);
422 if (name == NULL || strcmp(name, "ISO-8859-1") != 0) {
423 errln("Turning off the input filter resulted in %s rather than ISO-8859-1.", name);
445 char *bISO = extractBytes(sISO, "ISO-8859-1", lISO);
475 if (strcmp(name, "ISO-8859-1") != 0) {
476 errln("English text without C1 bytes does not detect as ISO-8859-1, but as %s", name);
714 const char charText[] = "Here is some random English text that should be detected as ISO-8859-1."
715 "Ticket 6394 claims that ISO-8859-1 will appear in the array of detected "
719 UnicodeString(charText).extract(0, sizeof(charText)-2, latin1Text, sizeof(latin1Text), "ISO-8859-1");