Searched refs:bISO (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | csdetest.cpp | 495 char *bISO = extractBytes(sISO, "ISO-8859-1", lISO); in C1BytesTest() local 515 ucsdet_setText(csd, bISO, lISO, &status); in C1BytesTest() 531 freeBytes(bISO); in C1BytesTest() 828 char *bISO = extractBytes(sISO, "ISO-8859-1", lISO); in Ticket6954Test() local 843 ucsdet_setText(csd2, bISO, lISO, &status); in Ticket6954Test() 858 freeBytes(bISO); in Ticket6954Test()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 234 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()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 225 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()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 228 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()
|