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

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

Completed in 55 milliseconds