Searched refs:expectedBytes (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/sun/nio/cs/
H A DSurrogateGB18030Test.java44 byte[] expectedBytes = { (byte)0x90,
49 test.encodeTest(inputString, expectedBytes);
84 private void encodeTest(String inputString, byte[] expectedBytes) argument
96 for (int i = 0 ; i < expectedBytes.length; i++) {
97 if (encoded[i] != expectedBytes[i]
98 || bb.get() != expectedBytes[i])
H A DTestISO2022JPSubBytes.java79 byte[] expectedBytes) throws Exception
81 ByteBuffer bb = ByteBuffer.allocate(expectedBytes.length);
87 if (outputLen != expectedBytes.length) {
92 expectedBytes[i] & 0xff,
94 if (expectedBytes[i] != outputBuff[i]) {
77 test(CharsetEncoder enc, char[] inputChars, byte[] expectedBytes) argument
H A DTestUni2HKSCS.java102 private static final byte[] expectedBytes = field in class:TestUni2HKSCS
321 if (encodedBytes[i] != expectedBytes[i]
322 || encodedBytes[i+1] != expectedBytes[i+1]) {
H A DTestMS5022X.java690 byte[] expectedBytes= (new String(expectedBytes_US_ASCII, "ASCII") +
697 roundTrip("MS50221", testStr, expectedBytes);
728 expectedBytes);
/openjdk7/jdk/test/java/util/Locale/
H A DInternationalBAT.java203 private static byte[][] expectedBytes = { field in class:InternationalBAT
239 byte[] expected = expectedBytes[i];

Completed in 48 milliseconds