Home
last modified time | relevance | path

Searched refs:sISO (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Ducsdetst.c231 UChar sISO[sizeof(ssISO)]; in TestC1Bytes() local
240 sISOLength = u_unescape(ssISO, sISO, sizeof(ssISO)); in TestC1Bytes()
242 bISO = extractBytes(sISO, sISOLength, "ISO-8859-1", &lISO); in TestC1Bytes()
/third_party/icu/icu4c/source/test/intltest/
Dcsdetest.cpp476 …UnicodeString sISO = "This is a small sample of some English text. Just enough to be sure that it … in C1BytesTest() local
480 char *bISO = extractBytes(sISO, "ISO-8859-1", lISO); in C1BytesTest()
808 …UnicodeString sISO = "This is a small sample of some English text. Just enough to be sure that it … in Ticket6954Test() local
813 std::unique_ptr<char[]> bISO(extractBytes(sISO, "ISO-8859-1", lISO)); in Ticket6954Test()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/
DTestCharsetDetector.java222 String sISO = in TestC1Bytes() local
228 byte[] bISO = sISO.getBytes("ISO-8859-1"); in TestC1Bytes()
1153 …String sISO = "This is a small sample of some English text. Just enough to be sure that it detects… in TestBug6954() local
1157 byte[] bISO = sISO.getBytes("ISO-8859-1"); in TestBug6954()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
DTestCharsetDetector.java219 String sISO = in TestC1Bytes() local
225 byte[] bISO = sISO.getBytes("ISO-8859-1"); in TestC1Bytes()
1150 …String sISO = "This is a small sample of some English text. Just enough to be sure that it detects… in TestBug6954() local
1154 byte[] bISO = sISO.getBytes("ISO-8859-1"); in TestBug6954()