Searched defs:testChars (Results 1 – 7 of 7) sorted by relevance
| /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 | 713 public void testChars() { in testChars() method in StringTest |
| /libcore/ojluni/src/test/java/lang/String/ | ||
| D | Chars.java | 80 static void testChars(char[] cc, int[] expected) { in testChars() method in Chars |
| /libcore/luni/src/test/java/libcore/java/nio/ | ||
| D | CharBufferTest.java | 27 public void testChars() { in testChars() method in CharBufferTest |
| /libcore/ojluni/src/test/java/nio/Buffer/ | ||
| D | Chars.java | 133 public void testChars(String type, CharBuffer cb) { in testChars() method in Chars |
| /libcore/luni/src/test/java/libcore/java/nio/charset/ | ||
| D | OldCharset_AbstractTest.java | 48 static char[] testChars; field in OldCharset_AbstractTest |