Searched refs:testBytes (Results 1 – 18 of 18) sorted by relevance
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
D | OldCharset_MultiByte_GBK.java | 191 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_MultiByte_GBK_Android.java | 191 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_MultiByte_UTF_16LE.java | 142 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_MultiByte_UTF_16.java | 146 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_MultiByte_Big5.java | 162 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_MultiByte_UTF_16BE.java | 142 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_MultiByte_UTF_8.java | 142 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_MultiByte_EUC_KR.java | 178 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_MultiByte_Big5_Android.java | 121 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_MultiByte_UTF_16_Android.java | 142 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_macintosh.java | 42 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_ISO_8859_10.java | 42 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_ISO_8859_14.java | 43 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_MultiByte_ISO_2022_JP.java | 24 testBytes = theseBytes(0x1b, 0x24, 0x42, 0x45, 0x6c, 0x35, 0x7e, 0x1b, in setUp()
|
D | OldCharset_MultiByte_GB2312.java | 78 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_MultiByte_x_windows_950.java | 94 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_AbstractTest.java | 44 static byte[] testBytes; field in OldCharset_AbstractTest 105 if (testBytes != null) return; in test_dumpEncoded() 132 decode(testBytes, testChars); in test_Decode() 143 assertEqualBytes("Encoded bytes must match!", testBytes, outputBB); in test_Encode()
|
D | OldCharset_MultiByte_EUC_JP.java | 27 testBytes = theseBytes(0xc5, 0xec, 0xb5, 0xfe, ' ', in setUp()
|