Home
last modified time | relevance | path

Searched defs:testChars (Results 1 – 7 of 7) sorted by relevance

/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/lang/String/
DChars.java80 static void testChars(char[] cc, int[] expected) { in testChars() method in Chars
/libcore/luni/src/test/java/libcore/java/nio/
DCharBufferTest.java27 public void testChars() { in testChars() method in CharBufferTest
/libcore/ojluni/src/test/java/nio/Buffer/
DChars.java133 public void testChars(String type, CharBuffer cb) { in testChars() method in Chars
/libcore/luni/src/test/java/libcore/java/nio/charset/
DOldCharset_AbstractTest.java48 static char[] testChars; field in OldCharset_AbstractTest