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

1 2 3 4 5 6 7 8

  /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 146 * Determines whether a character is a digit according to
150 public static final CharMatcher DIGIT = new RangesMatcher(
151 "CharMatcher.DIGIT", ZEROES.toCharArray(), NINES.toCharArray());
154 * Determines whether a character is a digit according to {@linkplain Character#isDigit(char)
176 * Determines whether a character is a letter or digit according to {@linkplain
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
CharMatcher.java 144 * Determines whether a character is a digit according to
148 public static final CharMatcher DIGIT = new RangesMatcher(
149 "CharMatcher.DIGIT", ZEROES.toCharArray(), NINES.toCharArray());
152 * Determines whether a character is a digit according to {@linkplain Character#isDigit(char)
174 * Determines whether a character is a letter or digit according to {@linkplain
    [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'); external variable declarations
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/tensorflow/tensorflow/core/lib/strings/
scanner.h 40 // DIGIT means ascii digit: 0-9.
45 DIGIT,
189 case DIGIT:
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
CharMatcherTest.java 149 doTestNoMatches(CharMatcher.DIGIT, "\tAz()");
151 doTestNoMatches(CharMatcher.DIGIT.and(CharMatcher.ASCII), "\tAz()");
176 doTestAllMatches(CharMatcher.DIGIT, "0123456789\u0ED0\u1B59");
178 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/guava/guava-tests/test/com/google/common/base/
CharMatcherTest.java 126 doTestSetBits(CharMatcher.DIGIT);
218 doTestNoMatches(CharMatcher.DIGIT, "\tAz()");
220 doTestNoMatches(CharMatcher.DIGIT.and(CharMatcher.ASCII), "\tAz()");
245 doTestAllMatches(CharMatcher.DIGIT, "0123456789\u0ED0\u1B59");
247 doTestAllMatches(CharMatcher.DIGIT.and(CharMatcher.ASCII), "0123456789");
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Collator.java 275 * Characters with the digit property.
276 * This is equivalent to the rule value "digit".
278 public final static int DIGIT = 0x1004;
406 * are space, punctuation, symbol, currency, and digit. These special groups are represented with
643 getIntValue(keyword, s, "space", "punct", "symbol", "currency", "digit");
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
Collator.java 292 * Characters with the digit property.
293 * This is equivalent to the rule value "digit".
296 public final static int DIGIT = 0x1004;
426 * are space, punctuation, symbol, currency, and digit. These special groups are represented with
673 getIntValue(keyword, s, "space", "punct", "symbol", "currency", "digit");
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 171 public static final int DIGIT = LexerCore.DIGIT;
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 
ognl-2.6.7.jar 
  /prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/
antlr-2.7.7.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacter.java 70 * values '10' - '35'. UCharacter also does this in digit and
119 * - digit: isDigit(c) or getType(c)==DECIMAL_DIGIT_NUMBER
3190 public static int digit(int ch, int radix) method in class:UCharacter
3216 public static int digit(int ch) method in class:UCharacter
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacter.java 79 * values '10' - '35'. UCharacter also does this in digit and
133 * - digit: isDigit(c) or getType(c)==DECIMAL_DIGIT_NUMBER
3747 public static int digit(int ch, int radix) method in class:UCharacter
3774 public static int digit(int ch) method in class:UCharacter
    [all...]
  /external/annotation-tools/asmx/test/lib/
javancss.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/
bsh-2.0b4.jar 

Completed in 257 milliseconds

1 2 3 4 5 6 7 8