Searched refs:bWindows (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 236 char *bWindows; in TestC1Bytes() local 244 bWindows = extractBytes(sWindows, sWindowsLength, "windows-1252", &lWindows); in TestC1Bytes() 246 ucsdet_setText(csd, bWindows, lWindows, &status); in TestC1Bytes() 275 freeBytes(bWindows); in TestC1Bytes()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | csdetest.cpp | 485 char *bWindows = extractBytes(sWindows, "windows-1252", lWindows); in C1BytesTest() local 490 ucsdet_setText(csd, bWindows, lWindows, &status); in C1BytesTest() 519 delete[] bWindows; in C1BytesTest() 818 std::unique_ptr<char[]> bWindows(extractBytes(sWindows, "windows-1252", lWindows)); in Ticket6954Test() local 823 ucsdet_setText(csd1.getAlias(), bWindows.get(), lWindows, &status); in Ticket6954Test()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 226 byte[] bWindows = sWindows.getBytes("windows-1252"); in TestC1Bytes() 231 det.setText(bWindows); in TestC1Bytes() 1155 byte[] bWindows = sWindows.getBytes("windows-1252"); in TestBug6954() 1160 csd1.setText(bWindows); in TestBug6954()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 229 byte[] bWindows = sWindows.getBytes("windows-1252"); in TestC1Bytes() 234 det.setText(bWindows); in TestC1Bytes() 1158 byte[] bWindows = sWindows.getBytes("windows-1252"); in TestBug6954() 1163 csd1.setText(bWindows); in TestBug6954()
|