/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | CharsetRecog_Unicode.java | 129 abstract int getChar(byte[] input, int index); in getChar() method in CharsetRecog_Unicode.CharsetRecog_UTF_32 184 int getChar(byte[] input, int index) in getChar() method in CharsetRecog_Unicode.CharsetRecog_UTF_32_BE 201 int getChar(byte[] input, int index) in getChar() method in CharsetRecog_Unicode.CharsetRecog_UTF_32_LE
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
H A D | CharsetRecog_Unicode.java | 128 abstract int getChar(byte[] input, int index); in getChar() method in CharsetRecog_Unicode.CharsetRecog_UTF_32 183 int getChar(byte[] input, int index) in getChar() method in CharsetRecog_Unicode.CharsetRecog_UTF_32_BE 200 int getChar(byte[] input, int index) in getChar() method in CharsetRecog_Unicode.CharsetRecog_UTF_32_LE
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | csrucode.cpp | 176 int32_t CharsetRecog_UTF_32_BE::getChar(const uint8_t *input, int32_t index) const in getChar() function in CharsetRecog_UTF_32_BE 192 int32_t CharsetRecog_UTF_32_LE::getChar(const uint8_t *input, int32_t index) const in getChar() function in CharsetRecog_UTF_32_LE
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | csrucode.cpp | 176 int32_t CharsetRecog_UTF_32_BE::getChar(const uint8_t *input, int32_t index) const in getChar() function in CharsetRecog_UTF_32_BE 192 int32_t CharsetRecog_UTF_32_LE::getChar(const uint8_t *input, int32_t index) const in getChar() function in CharsetRecog_UTF_32_LE
|
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/ |
H A D | ResultMetadata.java | 108 char getChar(String key); in getChar() method 120 char getChar(String key, char defaultValue); in getChar() method
|
H A D | HashMapResultMetadata.java | 135 public char getChar(String key) { in getChar() method in HashMapResultMetadata 147 public char getChar(String key, char defaultValue) { in getChar() method in HashMapResultMetadata
|
/aosp_15_r20/libcore/ojluni/annotations/mmodule/java/nio/ |
H A D | DirectByteBuffer.annotated.java | 93 public final char getChar() { throw new RuntimeException("Stub!"); } in getChar() method in DirectByteBuffer 96 public final char getChar(int i) { throw new RuntimeException("Stub!"); } in getChar() method in DirectByteBuffer
|
H A D | ByteBuffer.annotated.java | 92 public abstract char getChar(); in getChar() method in ByteBuffer 96 public abstract char getChar(int index); in getChar() method in ByteBuffer
|
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/nio/ |
H A D | ByteBuffer.annotated.java | 129 public abstract char getChar(); in getChar() method in ByteBuffer 133 public abstract char getChar(int index); in getChar() method in ByteBuffer
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/nio/ |
H A D | ByteBuffer.annotated.java | 119 public abstract char getChar(); in getChar() method in ByteBuffer 123 public abstract char getChar(int index); in getChar() method in ByteBuffer
|
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/ |
H A D | ISkippedIds.aidl | 24 char getChar() = 100; in getChar() method
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/res/ |
H A D | CharArrayWrapper.java | 35 public char getChar(int index){ in getChar() method in CharArrayWrapper
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/ |
H A D | StringUTF16.java | 64 public static char getChar(byte[] val, int index) { in getChar() method in StringUTF16
|
/aosp_15_r20/libcore/ojluni/annotations/mmodule/sun/misc/ |
H A D | Unsafe.annotated.java | 130 public native char getChar(java.lang.Object obj, long offset); in getChar() method in Unsafe 196 public native char getChar(long address); in getChar() method in Unsafe
|
/aosp_15_r20/external/jsilver/src/com/google/streamhtmlparser/util/ |
H A D | JavascriptTokenBuffer.java | 152 public char getChar(int position) { in getChar() method in JavascriptTokenBuffer
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowTime.java | 20 protected static int getChar(String s, int spos, int mul) { in getChar() method in ShadowTime
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/misc/ |
H A D | Unsafe.java | 376 public native char getChar(Object obj, long offset); in getChar() method in Unsafe 568 public native char getChar(long address); in getChar() method in Unsafe
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/nio/ |
H A D | ByteBuffer.java | 149 public abstract char getChar(); in getChar() method in ByteBuffer 153 public abstract char getChar(int index); in getChar() method in ByteBuffer
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
H A D | Unsafe.java | 140 public native char getChar(java.lang.Object obj, long offset); in getChar() method in Unsafe 204 public native char getChar(long address); in getChar() method in Unsafe
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | Bundle.java | 870 public char getChar(String key) { in getChar() method in Bundle 883 public char getChar(String key, char defaultValue) { in getChar() method in Bundle
|
/aosp_15_r20/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/block/read/ |
D | TypedData.java | 43 char getChar(int byteOffset); in getChar() method
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/hash/ |
H A D | FarmHashFingerprint64Test.java | 196 private static byte getChar(long h) { in getChar() method in FarmHashFingerprint64Test
|
H A D | Fingerprint2011Test.java | 230 private static byte getChar(long h) { in getChar() method in Fingerprint2011Test
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/hash/ |
H A D | FarmHashFingerprint64Test.java | 196 private static byte getChar(long h) { in getChar() method in FarmHashFingerprint64Test
|
H A D | Fingerprint2011Test.java | 230 private static byte getChar(long h) { in getChar() method in Fingerprint2011Test
|