Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/String/
DChars.java50 testChars(cc, ccExp); in testCharsAndCodePoints()
57 testChars(cc, ccExp); in testCharsAndCodePoints()
75 testChars(cc, ccExp); in testCharsAndCodePoints()
80 static void testChars(char[] cc, int[] expected) { in testChars() method in Chars
/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_UTF_8.java24 testChars = theseChars(new int[]{ in setUp()
DOldCharset_MultiByte_UTF_16LE.java24 testChars = theseChars(new int[]{ in setUp()
DOldCharset_MultiByte_EUC_JP.java21 testChars = "東京 とうきょう トウキョウ Tokyo 123".toCharArray(); in setUp()
DOldCharset_MultiByte_GBK_Android.java26 testChars = theseChars(new int[]{ in setUp()
DOldCharset_MultiByte_EUC_KR.java24 testChars = theseChars(new int[]{ in setUp()
DOldCharset_MultiByte_UTF_16.java24 testChars = theseChars(new int[]{ in setUp()
DOldCharset_ISO_8859_10.java25 testChars = theseChars(new int[]{ in setUp()
DOldCharset_MultiByte_Big5.java28 testChars = theseChars(new int[]{ in setUp()
DOldCharset_ISO_8859_14.java25 testChars = theseChars(new int[]{ in setUp()
DOldCharset_MultiByte_UTF_16BE.java24 testChars = theseChars(new int[]{ in setUp()
DOldCharset_macintosh.java25 testChars = theseChars(new int[]{ in setUp()
DOldCharset_MultiByte_GBK.java27 testChars = theseChars(new int[]{ in setUp()
DOldCharset_MultiByte_Big5_Android.java26 testChars = theseChars(new int[]{ in setUp()
DOldCharset_MultiByte_ISO_2022_JP.java23 testChars = "東京 とうきょう トウキョウ Tokyo 123".toCharArray(); in setUp()
DOldCharset_MultiByte_GB2312.java26 testChars = theseChars(new int[]{ in setUp()
DOldCharset_MultiByte_x_windows_950.java26 testChars = theseChars(new int[]{ in setUp()
/libcore/ojluni/src/test/java/util/Arrays/
DHashCode.java45 private static char[][] testChars = new char[tests.length][]; field in HashCode
61 testChars[i] = new char[len]; in main()
65 testChars[i][j] = (char) testBytes[i][j]; in main()
156 int hashCode = Arrays.hashCode(testChars[i]); in main()
158 … throw new RuntimeException("char[] \"" + Arrays.toString(testChars[i]) + "\": " in main()
/libcore/luni/src/test/java/libcore/java/nio/
DCharBufferTest.java27 public void testChars() { in testChars() method in CharBufferTest
/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.java713 public void testChars() { in testChars() method in StringTest
/libcore/ojluni/src/test/java/nio/Buffer/
DChars.java133 public void testChars(String type, CharBuffer cb) { in testChars() method in Chars