Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
Ducsdetst.c234 char *bISO; in TestC1Bytes() local
242 bISO = extractBytes(sISO, sISOLength, "ISO-8859-1", &lISO); in TestC1Bytes()
259 ucsdet_setText(csd, bISO, lISO, &status); in TestC1Bytes()
275 freeBytes(bISO); in TestC1Bytes()
/third_party/icu/icu4c/source/test/intltest/
Dcsdetest.cpp480 char *bISO = extractBytes(sISO, "ISO-8859-1", lISO); in C1BytesTest() local
500 ucsdet_setText(csd, bISO, lISO, &status); in C1BytesTest()
516 delete[] bISO; in C1BytesTest()
813 std::unique_ptr<char[]> bISO(extractBytes(sISO, "ISO-8859-1", lISO)); in Ticket6954Test() local
828 ucsdet_setText(csd2.getAlias(), bISO.get(), lISO, &status); in Ticket6954Test()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/
DTestCharsetDetector.java228 byte[] bISO = sISO.getBytes("ISO-8859-1"); in TestC1Bytes()
242 det.setText(bISO); in TestC1Bytes()
1157 byte[] bISO = sISO.getBytes("ISO-8859-1"); in TestBug6954()
1171 csd2.setText(bISO); in TestBug6954()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
DTestCharsetDetector.java225 byte[] bISO = sISO.getBytes("ISO-8859-1"); in TestC1Bytes()
239 det.setText(bISO); in TestC1Bytes()
1154 byte[] bISO = sISO.getBytes("ISO-8859-1"); in TestBug6954()
1168 csd2.setText(bISO); in TestBug6954()