Searched refs:testChars (Results 1 - 22 of 22) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/charset/
H A DOldCharset_ISO_8859_10.java25 testChars = theseChars(new int[]{
H A DOldCharset_ISO_8859_14.java25 testChars = theseChars(new int[]{
H A DOldCharset_MultiByte_Big5.java28 testChars = theseChars(new int[]{
H A DOldCharset_MultiByte_Big5_Android.java26 testChars = theseChars(new int[]{
H A DOldCharset_MultiByte_EUC_KR.java24 testChars = theseChars(new int[]{
H A DOldCharset_MultiByte_GBK.java27 testChars = theseChars(new int[]{
H A DOldCharset_MultiByte_GBK_Android.java26 testChars = theseChars(new int[]{
H A DOldCharset_MultiByte_UTF_16.java28 testChars = theseChars(new int[]{
H A DOldCharset_MultiByte_UTF_16BE.java24 testChars = theseChars(new int[]{
H A DOldCharset_MultiByte_UTF_16LE.java24 testChars = theseChars(new int[]{
H A DOldCharset_MultiByte_UTF_16_Android.java26 testChars = theseChars(new int[]{
H A DOldCharset_MultiByte_UTF_8.java24 testChars = theseChars(new int[]{
H A DOldCharset_macintosh.java25 testChars = theseChars(new int[]{
H A DOldCharset_MultiByte_GB2312.java26 testChars = theseChars(new int[]{
H A DOldCharset_MultiByte_x_windows_950.java26 testChars = theseChars(new int[]{
H A DOldCharset_AbstractTest.java43 static char[] testChars; field in class:OldCharset_AbstractTest
77 if (testChars == null) return;
78 if (testChars.length > 0) return;
103 if (testChars == null) return;
104 if (testChars.length == 0) return;
109 CharBuffer inputCB = CharBuffer.wrap(testChars);
132 decode(testBytes, testChars);
136 CharBuffer inputCB = CharBuffer.wrap(testChars);
H A DOldCharset_MultiByte_ISO_2022_JP.java23 testChars = "東京 とうきょう トウキョウ Tokyo 123".toCharArray();
H A DOldCharset_MultiByte_EUC_JP.java26 testChars = "東京 とうきょう トウキョウ Tokyo 123".toCharArray();
/libcore/luni/src/test/java/libcore/java/lang/
H A DStringBufferTest.java25 public void testChars() { method in class:StringBufferTest
H A DStringBuilderTest.java135 public void testChars() { method in class:StringBuilderTest
H A DStringTest.java521 public void testChars() { method in class:StringTest
/libcore/luni/src/test/java/libcore/java/nio/
H A DCharBufferTest.java27 public void testChars() { method in class:CharBufferTest

Completed in 178 milliseconds