/libcore/luni/src/main/java/java/io/ |
D | OutputStreamWriter.java | 179 private void convert(CharBuffer chars) throws IOException { in convert() 198 CharBuffer chars = CharBuffer.allocate(0); in drainEncoder() local 268 CharBuffer chars = CharBuffer.wrap(buffer, offset, count); in write() local 288 CharBuffer chars = CharBuffer.wrap(new char[] { (char) oneChar }); in write() local 326 CharBuffer chars = CharBuffer.wrap(str, offset, count + offset); in write() local
|
D | BufferedWriter.java | 274 char[] chars = new char[count]; in write() local 294 char[] chars = new char[count]; in write() local
|
D | PipedReader.java | 196 char[] chars = new char[1]; in read() local 383 synchronized void receive(char[] chars, int offset, int count) throws IOException { in receive()
|
D | StringWriter.java | 118 public void write(char[] chars, int offset, int count) { in write()
|
/libcore/benchmarks/src/benchmarks/ |
D | StringIterationBenchmark.java | 49 char[] chars = s.toCharArray(); in timeStringIteration2() local 58 char[] chars = s.toCharArray(); in timeStringToCharArray() local
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | OldInputStreamReaderTest.java | 118 char[] chars = new char[source.length()]; in testReadcharArrayintint() local 131 char[] chars = new char[source.length()]; in testReadcharArrayintint2() local 265 char[] chars = new char[8192]; in test_readWhenCharacterSpansBuffer() local
|
D | OldBufferedReaderTest.java | 108 char[] chars = new char[256]; in test_markI() local 156 char[] chars = new char[256]; in test_read() local 356 char[] chars = new char[1]; in test_readLine_interaction_with_array_read_2() local
|
D | OldOutputStreamWriterTest.java | 294 char[] chars = new char[maxChar]; in testEncodeCharset() local 339 char[] chars = testString.toCharArray(); in test_write$CII() local
|
D | DataOutputStreamTest.java | 92 char[] chars = new char[65535 - 1 - 2]; in test_writeUTF() local
|
D | OldDataOutputStreamTest.java | 162 char[] chars = new char[unihw.length()]; in test_writeCharsLjava_lang_String() local
|
D | OutputStreamWriterTest.java | 36 char[] chars = new char[16*1024]; in testFlushCount() local
|
/libcore/luni/src/main/java/libcore/util/ |
D | CharsetUtils.java | 67 public static native void asciiBytesToChars(byte[] bytes, int offset, int length, char[] chars); in asciiBytesToChars() 76 …ublic static native void isoLatin1BytesToChars(byte[] bytes, int offset, int length, char[] chars); in isoLatin1BytesToChars()
|
/libcore/luni/src/main/java/libcore/internal/ |
D | StringPool.java | 28 private static boolean contentEquals(String s, char[] chars, int start, int length) { in contentEquals()
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | CharacterBenchmark.java | 33 private char[] chars; field in CharacterBenchmark 48 final char[] chars; field in CharacterBenchmark.CharacterSet
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | BufferedReaderTest.java | 128 char[] chars = new char[256]; in test_markI() local 202 char[] chars = new char[256]; in test_read() local
|
D | InputStreamReaderTest.java | 457 char[] chars = new char[source.length()]; in test_read$CII() local 505 char[] chars = new char[source.length()]; in test_read$CII_1() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | ScannerTest.java | 4844 char[] chars = new char[2048]; in test_findInLine_LPattern() local 4980 char[] chars = new char[2048]; in test_findInLine_LString() local 5102 char [] chars = new char[1024]; in test_skip_LPattern() local 5359 char[] chars = new char[1024]; in test_nextLine() local 5488 char[] chars = new char[2048]; in test_hasNextLine() local
|
D | PropertyResourceBundleTest.java | 77 char[] chars = new char[cbuffer.limit()]; in test_ConstructorLjava_io_Reader() local
|
/libcore/luni/src/main/java/java/lang/ |
D | StringBuffer.java | 256 public synchronized StringBuffer append(char[] chars) { in append() 277 public synchronized StringBuffer append(char[] chars, int start, int length) { in append() 575 public synchronized StringBuffer insert(int index, char[] chars) { in insert() 600 public synchronized StringBuffer insert(int index, char[] chars, int start, int length) { in insert()
|
/libcore/luni/src/main/java/libcore/net/url/ |
D | UrlUtils.java | 133 public static int findFirstOf(String string, String chars, int start, int end) { in findFirstOf()
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
D | ArrayTest.java | 25 private static char[] chars; field in ArrayTest
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
D | OldCharset_AbstractTest.java | 40 static final char[] chars = new char[codes.length]; // Is filled with field in OldCharset_AbstractTest 47 char[] chars = new char[codes.length]; in theseChars() local
|
D | OldCharset_SingleByteAbstractTest.java | 178 static void assertEqualBytes2 (String msg, byte[] expected, byte[] actual, char[] chars) { in assertEqualBytes2()
|
/libcore/libart/src/main/java/java/lang/ |
D | AbstractStringBuilder.java | 112 final void append0(char[] chars) { in append0() 121 final void append0(char[] chars, int offset, int length) { in append0() 302 final void insert0(int index, char[] chars) { in insert0() 313 final void insert0(int index, char[] chars, int start, int length) { in insert0()
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
D | DNParser.java | 51 private final char[] chars; field in DNParser
|