Searched refs:theseBytes (Results 1 – 18 of 18) sorted by relevance
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
D | OldCharset_MultiByte_Big5.java | 162 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_ISO_8859_10.java | 42 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_MultiByte_EUC_JP.java | 22 testBytes = theseBytes(0xc5, 0xec, 0xb5, 0xfe, ' ', in setUp()
|
D | OldCharset_MultiByte_GBK.java | 191 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_MultiByte_UTF_16.java | 142 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_ISO_8859_14.java | 43 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_MultiByte_UTF_16LE.java | 142 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_MultiByte_UTF_16BE.java | 142 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_MultiByte_Big5_Android.java | 121 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_MultiByte_EUC_KR.java | 178 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_macintosh.java | 42 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_MultiByte_GBK_Android.java | 191 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_MultiByte_UTF_8.java | 142 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_SingleByte_IBM864.java | 74 theseBytes(new int[]{26, 28, 37, 127, 159, 215, 216, 241}), in test_Bytes_DifferentOnes_Android()
|
D | OldCharset_MultiByte_x_windows_950.java | 94 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_MultiByte_GB2312.java | 78 testBytes = theseBytes(new int[]{ in setUp()
|
D | OldCharset_AbstractTest.java | 57 static byte[] theseBytes (int... codes) { in theseBytes() method in OldCharset_AbstractTest
|