/libcore/luni/src/test/java/libcore/java/nio/charset/ |
D | OldCharset_AbstractTest.java | 48 static char[] testChars; field in OldCharset_AbstractTest 82 if (testChars == null) return; in test_dumpEncodableChars() 83 if (testChars.length > 0) return; in test_dumpEncodableChars() 108 if (testChars == null) return; in test_dumpEncoded() 109 if (testChars.length == 0) return; in test_dumpEncoded() 114 CharBuffer inputCB = CharBuffer.wrap(testChars); in test_dumpEncoded() 137 decode(testBytes, testChars); in test_Decode() 141 CharBuffer inputCB = CharBuffer.wrap(testChars); in test_Encode()
|
D | OldCharset_MultiByte_Big5.java | 28 testChars = theseChars(new int[]{ in setUp()
|
D | OldCharset_ISO_8859_10.java | 25 testChars = theseChars(new int[]{ in setUp()
|
D | OldCharset_MultiByte_EUC_JP.java | 21 testChars = "東京 とうきょう トウキョウ Tokyo 123".toCharArray(); in setUp()
|
D | OldCharset_MultiByte_GBK.java | 27 testChars = theseChars(new int[]{ in setUp()
|
D | OldCharset_MultiByte_UTF_16.java | 24 testChars = theseChars(new int[]{ in setUp()
|
D | OldCharset_ISO_8859_14.java | 25 testChars = theseChars(new int[]{ in setUp()
|
D | OldCharset_MultiByte_UTF_16LE.java | 24 testChars = theseChars(new int[]{ in setUp()
|
D | OldCharset_MultiByte_UTF_16BE.java | 24 testChars = theseChars(new int[]{ in setUp()
|
D | OldCharset_MultiByte_Big5_Android.java | 26 testChars = theseChars(new int[]{ in setUp()
|
D | OldCharset_MultiByte_EUC_KR.java | 24 testChars = theseChars(new int[]{ in setUp()
|
D | OldCharset_macintosh.java | 25 testChars = theseChars(new int[]{ in setUp()
|
D | OldCharset_MultiByte_GBK_Android.java | 26 testChars = theseChars(new int[]{ in setUp()
|
D | OldCharset_MultiByte_UTF_8.java | 24 testChars = theseChars(new int[]{ in setUp()
|
D | OldCharset_MultiByte_ISO_2022_JP.java | 23 testChars = "東京 とうきょう トウキョウ Tokyo 123".toCharArray(); in setUp()
|
D | OldCharset_MultiByte_x_windows_950.java | 26 testChars = theseChars(new int[]{ in setUp()
|
D | OldCharset_MultiByte_GB2312.java | 26 testChars = theseChars(new int[]{ in setUp()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | StringBufferTest.java | 25 public void testChars() { in testChars() method in StringBufferTest
|
D | StringBuilderTest.java | 135 public void testChars() { in testChars() method in StringBuilderTest
|
D | StringTest.java | 710 public void testChars() { in testChars() method in StringTest
|
/libcore/luni/src/test/java/libcore/java/nio/ |
D | CharBufferTest.java | 27 public void testChars() { in testChars() method in CharBufferTest
|