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

  /external/chromium_org/third_party/libxml/src/include/libxml/
parserInternals.h 221 * IS_ASCII_DIGIT:
227 #define IS_ASCII_DIGIT(c) ((0x30 <= (c)) && ((c) <= 0x39))
  /external/libxml2/include/libxml/
parserInternals.h 221 * IS_ASCII_DIGIT:
227 #define IS_ASCII_DIGIT(c) ((0x30 <= (c)) && ((c) <= 0x39))

Completed in 2580 milliseconds