Home
last modified time | relevance | path

Searched refs:getChar (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/core/java/android/text/format/
DTime.java432 int n = getChar(s, 0, 1000); in parseInternal()
433 n += getChar(s, 1, 100); in parseInternal()
434 n += getChar(s, 2, 10); in parseInternal()
435 n += getChar(s, 3, 1); in parseInternal()
439 n = getChar(s, 4, 10); in parseInternal()
440 n += getChar(s, 5, 1); in parseInternal()
445 n = getChar(s, 6, 10); in parseInternal()
446 n += getChar(s, 7, 1); in parseInternal()
460 n = getChar(s, 9, 10); in parseInternal()
461 n += getChar(s, 10, 1); in parseInternal()
[all …]
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DTime.java405 int n = getChar(s, 0, 1000); in parseInternal()
406 n += getChar(s, 1, 100); in parseInternal()
407 n += getChar(s, 2, 10); in parseInternal()
408 n += getChar(s, 3, 1); in parseInternal()
412 n = getChar(s, 4, 10); in parseInternal()
413 n += getChar(s, 5, 1); in parseInternal()
418 n = getChar(s, 6, 10); in parseInternal()
419 n += getChar(s, 7, 1); in parseInternal()
427 n = getChar(s, 9, 10); in parseInternal()
428 n += getChar(s, 10, 1); in parseInternal()
[all …]
/frameworks/rs/script_api/
DScanner.cpp37 int Scanner::getChar() { in getChar() function in Scanner
47 int c = getChar(); in readUpTo()
60 int c = getChar(); in readRestOfLine()
72 int c = getChar(); in getNextEntry()
DScanner.h44 int getChar();
/frameworks/base/core/java/android/ddm/
DDdmHandle.java36 data[i] = buf.getChar(); in getString()
/frameworks/native/libs/binder/tests/
DIBinderRecordReplayTest.aidl23 char getChar(); in getChar() method
DbinderRecordReplayTest.cpp256 &IBinderRecordReplayTest::getChar, char16_t{'K'}); in TEST_F()
/frameworks/base/core/java/android/os/
DBundle.java828 public char getChar(String key) { in getChar() method in Bundle
829 return super.getChar(key); in getChar()
841 public char getChar(String key, char defaultValue) { in getChar() method in Bundle
842 return super.getChar(key, defaultValue); in getChar()
DBaseBundle.java1208 char getChar(String key) { in getChar() method in BaseBundle
1210 return getChar(key, (char) 0); in getChar()
1221 char getChar(String key, char defaultValue) { in getChar() method in BaseBundle
/frameworks/base/media/java/android/media/
DMediaMetrics.java669 final char version = buffer.getChar(); in toBundle()
670 final char keySize = buffer.getChar(); // includes zero termination, i.e. keyLength + 1 in toBundle()
724 final char propSize = buffer.getChar(); in toBundle()
/frameworks/base/tools/processors/view_inspector/test/resources/android/processor/view/inspector/InspectionCompanionGeneratorTest/
DSimpleProperties.java.txt105 propertyReader.readChar(mCharId, node.getChar());
/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
DByteBufferPerfTest.java171 src.getChar(); in timeByteBuffer_getChar()
201 src.getChar(i * 2); in timeByteBuffer_getChar_indexed()
/frameworks/base/core/java/android/view/
DViewDebug.java2031 char typeSignature = in.getChar();
2034 char arrayType = in.getChar();
2066 args[i] = in.getChar();
/frameworks/base/core/java/android/content/
DIntent.java9359 mExtras.getChar(name, defaultValue); in getCharExtra()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt21489 method public char getChar(java.lang.String);
21490 method public char getChar(java.lang.String, char);
42351 …method public static char getChar(java.lang.Object, int) throws java.lang.ArrayIndexOutOfBoundsExc…
42393 …method public char getChar(java.lang.Object) throws java.lang.IllegalAccessException, java.lang.Il…
43581 method public abstract char getChar();
43582 method public abstract char getChar(int);
/frameworks/base/config/
Dboot-image-profile.txt24787 HSPLjava/lang/StringUTF16;->getChar([BI)C
25954 HSPLjava/nio/DirectByteBuffer;->getChar()C
25955 HSPLjava/nio/DirectByteBuffer;->getChar(I)C
/frameworks/base/core/api/
Dcurrent.txt32768 method public char getChar(String);
32769 method public char getChar(String, char);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt34045 Landroid/os/BaseBundle;->getChar(Ljava/lang/String;)C
34046 Landroid/os/BaseBundle;->getChar(Ljava/lang/String;C)C
55455 Landroid/text/format/Time;->getChar(Ljava/lang/String;II)I