/libcore/include/ |
D | ScopedJavaUnicodeString.h | 33 const int32_t charCount = env->GetStringLength(mString); in ScopedJavaUnicodeString() local
|
/libcore/luni/src/main/java/java/nio/ |
D | ByteBufferAsCharBuffer.java | 101 public CharBuffer get(char[] dst, int dstOffset, int charCount) { in get() 157 public CharBuffer put(char[] src, int srcOffset, int charCount) { in put()
|
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 | 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() 324 public CharBuffer get(char[] dst, int dstOffset, int charCount) { in get() 474 public CharBuffer put(char[] src, int srcOffset, int charCount) { in put()
|
D | MemoryBlock.java | 155 …public final void pokeCharArray(int offset, char[] src, int srcOffset, int charCount, boolean swap… in pokeCharArray() 187 …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 | 113 final void get(char[] dst, int dstOffset, int charCount) { in get() 313 final void put(char[] src, int srcOffset, int charCount) { in put()
|
/libcore/luni/src/main/native/ |
D | toStringArray.h | 51 int32_t charCount; in toStringArray16() local
|
D | libcore_icu_ICU.cpp | 167 int32_t charCount; in ICU_getCurrencyCode() local 184 int32_t charCount; in getCurrencyName() local 312 int charCount; in setStringField() local 323 int charCount; in setStringField() local
|
D | libcore_icu_NativeDecimalFormat.cpp | 178 uint32_t charCount = 0; in NativeDecimalFormat_getTextAttribute() local
|
D | org_apache_harmony_xml_ExpatParser.cpp | 1038 jcharArray xml, jint charOffset, jint charCount) { in ExpatParser_appendChars()
|
/libcore/luni/src/main/java/java/io/ |
D | FilterReader.java | 195 public long skip(long charCount) throws IOException { in skip()
|
D | Reader.java | 216 public long skip(long charCount) throws IOException { in skip()
|
D | StringReader.java | 231 public long skip(long charCount) throws IOException { in skip()
|
D | LineNumberReader.java | 261 public long skip(long charCount) throws IOException { in skip()
|
D | PushbackReader.java | 352 public long skip(long charCount) throws IOException { in skip()
|
D | BufferedReader.java | 484 public long skip(long charCount) throws IOException { in skip()
|
/libcore/luni/src/main/java/java/math/ |
D | BigInt.java | 161 int charCount = s.length(); in checkString() local
|
/libcore/luni/src/main/java/libcore/io/ |
D | Memory.java | 159 …public static native void peekCharArray(long address, char[] dst, int dstOffset, int charCount, bo… in peekCharArray()
|
/libcore/luni/src/main/java/java/lang/ |
D | String.java | 417 public String(char[] data, int offset, int charCount) { in String() 431 String(int offset, int charCount, char[] chars) { in String()
|
D | Character.java | 1750 public static int charCount(int codePoint) { in charCount() method in Character
|