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

  /external/libxml2/include/libxml/
parserInternals.h 211 * IS_ASCII_LETTER:
217 #define IS_ASCII_LETTER(c) (((0x41 <= (c)) && ((c) <= 0x5a)) || \
  /external/libxml2/
HTMLparser.c     [all...]
xpath.c     [all...]

Completed in 21 milliseconds