Home
last modified time | relevance | path

Searched refs:theseBytes (Results 1 – 18 of 18) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/charset/
DOldCharset_MultiByte_Big5.java162 testBytes = theseBytes(new int[]{ in setUp()
DOldCharset_ISO_8859_10.java42 testBytes = theseBytes(new int[]{ in setUp()
DOldCharset_MultiByte_EUC_JP.java22 testBytes = theseBytes(0xc5, 0xec, 0xb5, 0xfe, ' ', in setUp()
DOldCharset_MultiByte_GBK.java191 testBytes = theseBytes(new int[]{ in setUp()
DOldCharset_MultiByte_UTF_16.java142 testBytes = theseBytes(new int[]{ in setUp()
DOldCharset_ISO_8859_14.java43 testBytes = theseBytes(new int[]{ in setUp()
DOldCharset_MultiByte_UTF_16LE.java142 testBytes = theseBytes(new int[]{ in setUp()
DOldCharset_MultiByte_UTF_16BE.java142 testBytes = theseBytes(new int[]{ in setUp()
DOldCharset_MultiByte_Big5_Android.java121 testBytes = theseBytes(new int[]{ in setUp()
DOldCharset_MultiByte_EUC_KR.java178 testBytes = theseBytes(new int[]{ in setUp()
DOldCharset_macintosh.java42 testBytes = theseBytes(new int[]{ in setUp()
DOldCharset_MultiByte_GBK_Android.java191 testBytes = theseBytes(new int[]{ in setUp()
DOldCharset_MultiByte_UTF_8.java142 testBytes = theseBytes(new int[]{ in setUp()
DOldCharset_MultiByte_ISO_2022_JP.java24 testBytes = theseBytes(0x1b, 0x24, 0x42, 0x45, 0x6c, 0x35, 0x7e, 0x1b, in setUp()
DOldCharset_SingleByte_IBM864.java74 theseBytes(new int[]{26, 28, 37, 127, 159, 215, 216, 241}), in test_Bytes_DifferentOnes_Android()
DOldCharset_MultiByte_x_windows_950.java94 testBytes = theseBytes(new int[]{ in setUp()
DOldCharset_MultiByte_GB2312.java78 testBytes = theseBytes(new int[]{ in setUp()
DOldCharset_AbstractTest.java57 static byte[] theseBytes (int... codes) { in theseBytes() method in OldCharset_AbstractTest