HomeSort by relevance Sort by last modified time
    Searched refs:sISO (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
TestCharsetDetector.java 222 String sISO =
228 byte[] bISO = sISO.getBytes("ISO-8859-1");
    [all...]
  /external/icu/icu4c/source/test/intltest/
csdetest.cpp 491 UnicodeString sISO = "This is a small sample of some English text. Just enough to be sure that it detects correctly.";
495 char *bISO = extractBytes(sISO, "ISO-8859-1", lISO);
823 UnicodeString sISO = "This is a small sample of some English text. Just enough to be sure that it detects correctly.";
828 char *bISO = extractBytes(sISO, "ISO-8859-1", lISO);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ucsdetst.c 230 UChar sISO[sizeof(ssISO)];
239 sISOLength = u_unescape(ssISO, sISO, sizeof(ssISO));
241 bISO = extractBytes(sISO, sISOLength, "ISO-8859-1", &lISO);

Completed in 596 milliseconds