Searched refs:sWindows (Results 1 – 4 of 4) sorted by relevance
232 UChar sWindows[sizeof(ssWindows)]; in TestC1Bytes() local241 sWindowsLength = u_unescape(ssWindows, sWindows, sizeof(ssWindows)); in TestC1Bytes()243 bWindows = extractBytes(sWindows, sWindowsLength, "windows-1252", &lWindows); in TestC1Bytes()
493 UnicodeString sWindows = ssWindows.unescape(); in C1BytesTest() local496 char *bWindows = extractBytes(sWindows, "windows-1252", lWindows); in C1BytesTest()826 UnicodeString sWindows = ssWindows.unescape(); in Ticket6954Test() local829 char *bWindows = extractBytes(sWindows, "windows-1252", lWindows); in Ticket6954Test()
222 String sWindows = in TestC1Bytes() local226 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() local1155 byte[] bWindows = sWindows.getBytes("windows-1252"); in TestBug6954()
225 String sWindows = in TestC1Bytes() local229 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() local1158 byte[] bWindows = sWindows.getBytes("windows-1252"); in TestBug6954()