HomeSort by relevance Sort by last modified time
    Searched defs:isDigit (Results 26 - 50 of 125) sorted by null

12 3 4 5

  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 693 if (!isDigit(portStr.charAt(i)))
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java 713 if (!isDigit(portStr.charAt(i)))
    [all...]
  /prebuilts/go/darwin-x86/src/time/
format.go 255 if !isDigit(layout, j) {
646 // isDigit reports whether s[i] is in range and is a decimal digit.
647 func isDigit(s string, i int) bool {
659 if !isDigit(s, 0) {
662 if !isDigit(s, 1) {
806 if len(value) < 4 || !isDigit(value, 0) {
858 if len(value) >= 2 && value[0] == '.' && isDigit(value, 1) {
867 for ; n < len(value) && isDigit(value, n); n++ {
    [all...]
  /prebuilts/go/linux-x86/src/time/
format.go 255 if !isDigit(layout, j) {
646 // isDigit reports whether s[i] is in range and is a decimal digit.
647 func isDigit(s string, i int) bool {
659 if !isDigit(s, 0) {
662 if !isDigit(s, 1) {
806 if len(value) < 4 || !isDigit(value, 0) {
858 if len(value) >= 2 && value[0] == '.' && isDigit(value, 1) {
867 for ; n < len(value) && isDigit(value, n); n++ {
    [all...]
  /prebuilts/go/darwin-x86/src/bytes/
bytes_test.go 1097 var isDigit = predicate{unicode.IsDigit, "IsDigit"}
1122 {isDigit, "\u0e50\u0e5212hello34\u0e50\u0e51", "hello"},
1125 {not(isDigit), "hello\u0e50\u0e521234\u0e50\u0e51helo", "\u0e50\u0e521234\u0e50\u0e51"},
1147 {"abc", isDigit, -1, -1},
1148 {"0123", isDigit, 0, 3},
1149 {"a1b", isDigit, 1, 1},
1151 {"\u0e50\u0e5212hello34\u0e50\u0e51", isDigit, 0, 18},
1153 {"12\u0e50\u0e52hello34\u0e50\u0e51", not(isDigit), 8, 12}
    [all...]
  /prebuilts/go/darwin-x86/src/strings/
strings_test.go 760 var isDigit = predicate{unicode.IsDigit, "IsDigit"}
783 {isDigit, "\u0e50\u0e5212hello34\u0e50\u0e51", "hello"},
786 {not(isDigit), "hello\u0e50\u0e521234\u0e50\u0e51helo", "\u0e50\u0e521234\u0e50\u0e51"},
806 {"abc", isDigit, -1, -1},
807 {"0123", isDigit, 0, 3},
808 {"a1b", isDigit, 1, 1},
810 {"\u0e50\u0e5212hello34\u0e50\u0e51", isDigit, 0, 18},
812 {"12\u0e50\u0e52hello34\u0e50\u0e51", not(isDigit), 8, 12}
    [all...]
  /prebuilts/go/linux-x86/src/bytes/
bytes_test.go 1097 var isDigit = predicate{unicode.IsDigit, "IsDigit"}
1122 {isDigit, "\u0e50\u0e5212hello34\u0e50\u0e51", "hello"},
1125 {not(isDigit), "hello\u0e50\u0e521234\u0e50\u0e51helo", "\u0e50\u0e521234\u0e50\u0e51"},
1147 {"abc", isDigit, -1, -1},
1148 {"0123", isDigit, 0, 3},
1149 {"a1b", isDigit, 1, 1},
1151 {"\u0e50\u0e5212hello34\u0e50\u0e51", isDigit, 0, 18},
1153 {"12\u0e50\u0e52hello34\u0e50\u0e51", not(isDigit), 8, 12}
    [all...]
  /prebuilts/go/linux-x86/src/strings/
strings_test.go 760 var isDigit = predicate{unicode.IsDigit, "IsDigit"}
783 {isDigit, "\u0e50\u0e5212hello34\u0e50\u0e51", "hello"},
786 {not(isDigit), "hello\u0e50\u0e521234\u0e50\u0e51helo", "\u0e50\u0e521234\u0e50\u0e51"},
806 {"abc", isDigit, -1, -1},
807 {"0123", isDigit, 0, 3},
808 {"a1b", isDigit, 1, 1},
810 {"\u0e50\u0e5212hello34\u0e50\u0e51", isDigit, 0, 18},
812 {"12\u0e50\u0e52hello34\u0e50\u0e51", not(isDigit), 8, 12}
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /libcore/ojluni/src/main/java/java/text/
SimpleDateFormat.java 282 * {@link Character#isDigit(char)}, will be parsed into the default century.
    [all...]
  /prebuilts/tools/common/m2/repository/xslthl/xslthl/2.0.1/
xslthl-2.0.1.jar 
  /libcore/ojluni/src/main/java/java/lang/
Character.java     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-artifact-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/3.2.1/
maven-artifact-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/3.3.9/
maven-artifact-3.3.9.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-site-plugin/3.3/
maven-site-plugin-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-site-plugin/3.3/
maven-site-plugin-3.3.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacter.java 120 * - digit: isDigit(c) or getType(c)==DECIMAL_DIGIT_NUMBER
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacter.java 134 * - digit: isDigit(c) or getType(c)==DECIMAL_DIGIT_NUMBER
    [all...]
  /prebuilts/misc/common/robolectric/lib/
xercesMinimal-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/nekohtml/xercesMinimal/1.9.6.2/
xercesMinimal-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/
dtd-parser-1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/
decentxml-1.3.jar 

Completed in 801 milliseconds

12 3 4 5