Home
last modified time | relevance | path

Searched refs:testChars (Results 1 – 21 of 21) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/charset/
DOldCharset_AbstractTest.java48 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()
DOldCharset_MultiByte_Big5.java28 testChars = theseChars(new int[]{ in setUp()
DOldCharset_ISO_8859_10.java25 testChars = theseChars(new int[]{ in setUp()
DOldCharset_MultiByte_EUC_JP.java21 testChars = "東京 とうきょう トウキョウ Tokyo 123".toCharArray(); in setUp()
DOldCharset_MultiByte_GBK.java27 testChars = theseChars(new int[]{ in setUp()
DOldCharset_MultiByte_UTF_16.java24 testChars = theseChars(new int[]{ in setUp()
DOldCharset_ISO_8859_14.java25 testChars = theseChars(new int[]{ in setUp()
DOldCharset_MultiByte_UTF_16LE.java24 testChars = theseChars(new int[]{ in setUp()
DOldCharset_MultiByte_UTF_16BE.java24 testChars = theseChars(new int[]{ in setUp()
DOldCharset_MultiByte_Big5_Android.java26 testChars = theseChars(new int[]{ in setUp()
DOldCharset_MultiByte_EUC_KR.java24 testChars = theseChars(new int[]{ in setUp()
DOldCharset_macintosh.java25 testChars = theseChars(new int[]{ in setUp()
DOldCharset_MultiByte_GBK_Android.java26 testChars = theseChars(new int[]{ in setUp()
DOldCharset_MultiByte_UTF_8.java24 testChars = theseChars(new int[]{ in setUp()
DOldCharset_MultiByte_ISO_2022_JP.java23 testChars = "東京 とうきょう トウキョウ Tokyo 123".toCharArray(); in setUp()
DOldCharset_MultiByte_x_windows_950.java26 testChars = theseChars(new int[]{ in setUp()
DOldCharset_MultiByte_GB2312.java26 testChars = theseChars(new int[]{ in setUp()
/libcore/luni/src/test/java/libcore/java/lang/
DStringBufferTest.java25 public void testChars() { in testChars() method in StringBufferTest
DStringBuilderTest.java135 public void testChars() { in testChars() method in StringBuilderTest
DStringTest.java710 public void testChars() { in testChars() method in StringTest
/libcore/luni/src/test/java/libcore/java/nio/
DCharBufferTest.java27 public void testChars() { in testChars() method in CharBufferTest