| /libcore/include/ |
| D | ScopedJavaUnicodeString.h | 33 const int32_t charCount = env->GetStringLength(mString); in ScopedJavaUnicodeString() local
|
| /libcore/luni/src/main/java/java/nio/ |
| D | CharSequenceAdapter.java | 79 public final CharBuffer get(char[] dst, int dstOffset, int charCount) { in get() 128 public final CharBuffer put(char[] src, int srcOffset, int charCount) { in put()
|
| D | ByteBufferAsCharBuffer.java | 100 public CharBuffer get(char[] dst, int dstOffset, int charCount) { in get() 156 public CharBuffer put(char[] src, int srcOffset, int charCount) { in put()
|
| D | CharArrayBuffer.java | 110 @Override public final CharBuffer get(char[] dst, int srcOffset, int charCount) { in get() 155 @Override public CharBuffer put(char[] src, int srcOffset, int charCount) { in put()
|
| D | CharBuffer.java | 89 public static CharBuffer wrap(char[] array, int start, int charCount) { in wrap() 313 public CharBuffer get(char[] dst, int dstOffset, int charCount) { in get() 463 public CharBuffer put(char[] src, int srcOffset, int charCount) { in put()
|
| D | MemoryBlock.java | 177 …public final void pokeCharArray(int offset, char[] src, int srcOffset, int charCount, boolean swap… in pokeCharArray() 209 …public final void peekCharArray(int offset, char[] dst, int dstOffset, int charCount, boolean swap… in peekCharArray()
|
| D | ByteArrayBuffer.java | 114 final void get(char[] dst, int dstOffset, int charCount) { in get() 272 final void put(char[] src, int srcOffset, int charCount) { in put()
|
| D | DirectByteBuffer.java | 119 final void get(char[] dst, int dstOffset, int charCount) { in get() 362 final void put(char[] src, int srcOffset, int charCount) { in put()
|
| /libcore/luni/src/main/java/java/io/ |
| D | FilterReader.java | 186 public long skip(long charCount) throws IOException { in skip()
|
| D | Reader.java | 203 public long skip(long charCount) throws IOException { in skip()
|
| D | StringReader.java | 221 public long skip(long charCount) throws IOException { in skip()
|
| D | LineNumberReader.java | 252 public long skip(long charCount) throws IOException { in skip()
|
| D | PushbackReader.java | 341 public long skip(long charCount) throws IOException { in skip()
|
| D | BufferedReader.java | 474 public long skip(long charCount) throws IOException { in skip()
|
| /libcore/luni/src/main/native/ |
| D | libcore_icu_ICU.cpp | 176 int32_t charCount; in ICU_getCurrencyCode() local 193 int32_t charCount; in getCurrencyName() local 363 int charCount; in setStringField() local
|
| D | libcore_icu_NativeDecimalFormat.cpp | 182 uint32_t charCount = 0; in NativeDecimalFormat_getTextAttribute() local
|
| D | org_apache_harmony_xml_ExpatParser.cpp | 1042 jcharArray xml, jint charOffset, jint charCount) { in ExpatParser_appendChars()
|
| /libcore/luni/src/main/java/java/math/ |
| D | BigInt.java | 125 int charCount = s.length(); in checkString() local
|
| /libcore/libart/src/main/java/java/lang/ |
| D | String.java | 395 public String(char[] data, int offset, int charCount) { in String() 409 String(int offset, int charCount, char[] chars) { in String()
|
| /libcore/luni/src/main/java/libcore/io/ |
| D | Memory.java | 183 …public static native void peekCharArray(long address, char[] dst, int dstOffset, int charCount, bo… in peekCharArray()
|
| /libcore/luni/src/main/java/java/lang/ |
| D | Character.java | 1713 public static int charCount(int codePoint) { in charCount() method in Character
|