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

  /external/libxml2/include/libxml/
parserInternals.h 221 * IS_ASCII_DIGIT:
227 #define IS_ASCII_DIGIT(c) ((0x30 <= (c)) && ((c) <= 0x39))
  /external/libxml2/
HTMLparser.c     [all...]
xpath.c 96 * any use of the macros IS_ASCII_CHARACTER and IS_ASCII_DIGIT)
    [all...]

Completed in 2410 milliseconds