Searched defs:sISO (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Ducsdetst.c230 UChar sISO[sizeof(ssISO)]; local
239 sISOLength = u_unescape(ssISO, sISO, sizeof(ssISO));
241 bISO = extractBytes(sISO, sISOLength, "ISO-8859-1", &lISO);
/external/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp491 UnicodeString sISO = "This is a small sample of some English text. Just enough to be sure that it detects correctly."; local
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."; local
828 char *bISO = extractBytes(sISO, "ISO-8859-1", lISO);

Completed in 587 milliseconds