Searched defs:isDigit (Results 1 - 19 of 19) sorted by relevance

/external/arduino/hardware/arduino/cores/arduino/
H A DWCharacter.h31 inline boolean isDigit(int c) __attribute__((always_inline));
83 inline boolean isDigit(int c) function
/external/v8/src/
H A Dconversions.h48 inline bool isDigit(int x, int radix) { function in namespace:v8::internal
/external/nist-sip/java/gov/nist/core/
H A DStringTokenizer.java78 isDigit(ch);
90 public static boolean isDigit(char ch) { method in class:StringTokenizer
95 return Character.isDigit(ch);
108 Character.isDigit(ch);
/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
H A DUnicodeBrew.cpp62 bool isDigit(UChar c) function in namespace:WTF::Unicode
/external/icu4c/test/perf/charperf/
H A Dcharperf.h134 inline void isDigit(UChar32 ch) function
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
H A DUnicodeWinCE.cpp70 bool isDigit(UChar c) function in namespace:WTF::Unicode
/external/javassist/src/main/javassist/compiler/
H A DLex.java518 private static boolean isDigit(int c) { method in class:Lex
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DURI.java693 if (!isDigit(portStr.charAt(i)))
1460 if (index + 1 < addrLength && isDigit(p_address.charAt(index + 1)))
1474 if (!isDigit(address.charAt(i - 1))
1475 || (i + 1 < addrLength &&!isDigit(address.charAt(i + 1))))
1482 else if (!isDigit(testChar))
1533 private static boolean isDigit(char p_char) method in class:URI
1548 return (isDigit(p_char) || (p_char >= 'a' && p_char <= 'f')
1574 return (isAlpha(p_char) || isDigit(p_char));
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DURI.java713 if (!isDigit(portStr.charAt(i)))
1480 if (index + 1 < addrLength && isDigit(p_address.charAt(index + 1)))
1494 if (!isDigit(address.charAt(i - 1))
1495 || (i + 1 < addrLength &&!isDigit(address.charAt(i + 1))))
1502 else if (!isDigit(testChar))
1553 private static boolean isDigit(char p_char) method in class:URI
1568 return (isDigit(p_char) || (p_char >= 'a' && p_char <= 'f')
1594 return (isAlpha(p_char) || isDigit(p_char));
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dconfig.cpp104 ** Function: isDigit()
111 inline bool isDigit(char c, int base) function
236 else if (isDigit(c, 10))
262 else if (isDigit(c, 10))
277 if (isDigit(c, base))
/external/libnfc-nci/src/adaptation/
H A Dconfig.cpp104 ** Function: isDigit()
111 inline bool isDigit(char c, int base) function
236 else if (isDigit(c, 10))
262 else if (isDigit(c, 10))
277 if (isDigit(c, base))
/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
H A DUnicodeGLib.h175 inline bool isDigit(UChar32 c) function in namespace:WTF::Unicode
/external/icu4c/test/intltest/
H A Dwbnf.cpp34 static inline UBool isDigit(char c) {return isInList(c, DIGIT_CHAR);} function
411 } else { //if (isAlphabet(c) || isDigit(c) || TRUE){ // treat others as literal
858 } else if (isDigit(c)){ state = IN_NUM; token.append(c);
864 if (isDigit(c)){
879 if (isAlphabet(c) || isDigit(c)){
896 } else if (isAlphabet(c) || isDigit(c)){
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 421 milliseconds