HomeSort by relevance Sort by last modified time
    Searched defs:DIGIT (Results 1 - 25 of 50) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.h 16 #define DIGIT 5
TestLexerLexer.h 21 #define DIGIT 4
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
TestLexer.h 16 #define DIGIT 5
TestLexerLexer.h 16 #define DIGIT 5
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
AddressListParserConstants.java 24 int DIGIT = 12;
52 "<DIGIT>",
  /external/guava/guava/src/com/google/common/base/
CharMatcher.java 99 * Determines whether a character is a digit according to
102 public static final CharMatcher DIGIT;
105 CharMatcher digit = inRange('0', '9'); typedefs
111 digit = digit.or(inRange(base, (char) (base + 9)));
113 DIGIT = digit.precomputed();
117 * Determines whether a character is a digit according to {@link Character#isDigit(char) Java's
138 * Determines whether a character is a letter or digit according to {@link
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
CharMatcher.java 92 * Determines whether a character is a digit according to
95 public static final CharMatcher DIGIT;
98 CharMatcher digit = inRange('0', '9'); typedefs
104 digit = digit.or(inRange(base, (char) (base + 9)));
106 DIGIT = digit;
127 * Determines whether a character is a digit according to {@link
150 * Determines whether a character is a letter or digit according to {@link
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharMatcher.java 92 * Determines whether a character is a digit according to
95 public static final CharMatcher DIGIT;
98 CharMatcher digit = inRange('0', '9'); typedefs
104 digit = digit.or(inRange(base, (char) (base + 9)));
106 DIGIT = digit;
127 * Determines whether a character is a digit according to {@link
150 * Determines whether a character is a letter or digit according to {@link
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
CharMatcherTest.java 174 doTestNoMatches(CharMatcher.DIGIT, "\tAz()");
176 doTestNoMatches(CharMatcher.DIGIT.and(CharMatcher.ASCII), "\tAz()");
201 doTestAllMatches(CharMatcher.DIGIT, "0123456789\u0ED0\u1B59");
203 doTestAllMatches(CharMatcher.DIGIT.and(CharMatcher.ASCII), "0123456789");
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 48 public static final int DIGIT = END + 2;
190 tok.tokenType = DIGIT;
239 if (tok == DIGIT) {
241 throw new ParseException(buffer + "\nExpecting DIGIT", ptr);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 171 public static final int DIGIT = LexerCore.DIGIT;
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /external/zxing/core/
core.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 101 milliseconds

1 2