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

  /external/dhcpcd/compat/
linkaddr.c 47 #define DIGIT (4*0)
82 case NAMING | DIGIT:
90 case GOTTWO | DIGIT:
93 case RESET | DIGIT:
97 case GOTONE | DIGIT:
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/
AddressListParserConstants.java 24 int DIGIT = 12;
52 "<DIGIT>",
  /external/guava/src/com/google/common/base/
CharMatcher.java 94 * Determines whether a character is a digit according to
97 public static final CharMatcher DIGIT;
100 CharMatcher digit = inRange('0', '9'); typedefs
106 digit = digit.or(inRange(base, (char) (base + 9)));
108 DIGIT = digit;
129 * Determines whether a character is a digit according to {@link
152 * Determines whether a character is a letter or digit according to {@link
    [all...]
  /external/dropbear/libtommath/mtest/
mpi.h 60 #define DIGIT(MP,N) (MP)->dp[(N)]
105 /* Single digit arithmetic */
  /external/dropbear/libtommath/
tommath.h 125 /* otherwise the bits per digit is calculated automatically from the size of a mp_digit */
127 #define DIGIT_BIT ((int)((CHAR_BIT * sizeof(mp_digit) - 1))) /* bits per digit */
189 #define DIGIT(m,k) ((m)->dp[(k)])
228 /* set to a digit */
237 /* initialize and set a digit */
252 /* ---> digit manipulation <--- */
328 /* ---> single digit functions <--- */
330 /* compare against a single digit */
  /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 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 2752 milliseconds