Searched refs:getChar (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/text/format/ |
D | Time.java | 432 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/api/ |
D | Scanner.cpp | 37 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()
|
D | Scanner.h | 44 int getChar();
|
/frameworks/base/core/java/android/os/ |
D | Bundle.java | 616 public char getChar(String key) { in getChar() method in Bundle 617 return super.getChar(key); in getChar() 629 public char getChar(String key, char defaultValue) { in getChar() method in Bundle 630 return super.getChar(key, defaultValue); in getChar()
|
D | BaseBundle.java | 713 char getChar(String key) { in getChar() method in BaseBundle 715 return getChar(key, (char) 0); in getChar() 726 char getChar(String key, char defaultValue) { in getChar() method in BaseBundle
|
/frameworks/base/core/java/android/ddm/ |
D | DdmHandleViewDebug.java | 348 char c = in.getChar(); in invokeViewMethod() 360 args[i] = in.getChar(); in invokeViewMethod()
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 5267 mExtras.getChar(name, defaultValue); in getCharExtra()
|
/frameworks/base/api/ |
D | current.txt | 22728 method public char getChar(java.lang.String); 22729 method public char getChar(java.lang.String, char); 45116 …method public static char getChar(java.lang.Object, int) throws java.lang.ArrayIndexOutOfBoundsExc… 45158 …method public char getChar(java.lang.Object) throws java.lang.IllegalAccessException, java.lang.Il… 46346 method public abstract char getChar(); 46347 method public abstract char getChar(int);
|
D | system-current.txt | 24672 method public char getChar(java.lang.String); 24673 method public char getChar(java.lang.String, char); 47722 …method public static char getChar(java.lang.Object, int) throws java.lang.ArrayIndexOutOfBoundsExc… 47764 …method public char getChar(java.lang.Object) throws java.lang.IllegalAccessException, java.lang.Il… 48952 method public abstract char getChar(); 48953 method public abstract char getChar(int);
|