Home
last modified time | relevance | path

Searched refs:getChar (Results 1 – 14 of 14) 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/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/os/
DBundle.java827 public char getChar(String key) { in getChar() method in Bundle
828 return super.getChar(key); in getChar()
840 public char getChar(String key, char defaultValue) { in getChar() method in Bundle
841 return super.getChar(key, defaultValue); in getChar()
DBaseBundle.java989 char getChar(String key) { in getChar() method in BaseBundle
991 return getChar(key, (char) 0); in getChar()
1002 char getChar(String key, char defaultValue) { in getChar() method in BaseBundle
/frameworks/base/media/java/android/media/
DMediaMetrics.java632 final char version = buffer.getChar(); in toBundle()
633 final char keySize = buffer.getChar(); // includes zero termination, i.e. keyLength + 1 in toBundle()
687 final char propSize = buffer.getChar(); in toBundle()
/frameworks/base/core/java/android/ddm/
DDdmHandleViewDebug.java335 char c = in.getChar(); in invokeViewMethod()
347 args[i] = in.getChar(); in invokeViewMethod()
/frameworks/base/tools/processors/view_inspector/test/resources/android/processor/view/inspector/InspectionCompanionGeneratorTest/
DSimpleProperties.java.txt105 propertyReader.readChar(mCharId, node.getChar());
/frameworks/base/core/java/android/content/
DIntent.java8166 mExtras.getChar(name, defaultValue); in getCharExtra()
/frameworks/opt/setupwizard/tools/docs/
Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...
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/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt35891 method public char getChar(String);
35892 method public char getChar(String, char);
65310 …method public static char getChar(@NonNull Object, int) throws java.lang.ArrayIndexOutOfBoundsExce…
65360 …method public char getChar(@Nullable Object) throws java.lang.IllegalAccessException, java.lang.Il…
66592 method public abstract char getChar();
66593 method public abstract char getChar(int);
/frameworks/base/config/
Dboot-image-profile.txt34200 HSPLjava/nio/DirectByteBuffer;->getChar()C
34201 HSPLjava/nio/DirectByteBuffer;->getChar(I)C