Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Ducsdetst.c232 UChar sWindows[sizeof(ssWindows)]; in TestC1Bytes() local
241 sWindowsLength = u_unescape(ssWindows, sWindows, sizeof(ssWindows)); in TestC1Bytes()
243 bWindows = extractBytes(sWindows, sWindowsLength, "windows-1252", &lWindows); in TestC1Bytes()
/external/icu/icu4c/source/test/intltest/
Dcsdetest.cpp493 UnicodeString sWindows = ssWindows.unescape(); in C1BytesTest() local
496 char *bWindows = extractBytes(sWindows, "windows-1252", lWindows); in C1BytesTest()
826 UnicodeString sWindows = ssWindows.unescape(); in Ticket6954Test() local
829 char *bWindows = extractBytes(sWindows, "windows-1252", lWindows); in Ticket6954Test()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
DTestCharsetDetector.java222 String sWindows = in TestC1Bytes() local
226 byte[] bWindows = sWindows.getBytes("windows-1252"); in TestC1Bytes()
1151 …String sWindows = "This is another small sample of some English text. Just enough to be sure that … in TestBug6954() local
1155 byte[] bWindows = sWindows.getBytes("windows-1252"); in TestBug6954()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/
DTestCharsetDetector.java225 String sWindows = in TestC1Bytes() local
229 byte[] bWindows = sWindows.getBytes("windows-1252"); in TestC1Bytes()
1154 …String sWindows = "This is another small sample of some English text. Just enough to be sure that … in TestBug6954() local
1158 byte[] bWindows = sWindows.getBytes("windows-1252"); in TestBug6954()