Home
last modified time | relevance | path

Searched defs:IS_ASCII_DIGIT (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
DparserInternals.h267 #define IS_ASCII_DIGIT(c) ((0x30 <= (c)) && ((c) <= 0x39)) macro
/external/cronet/third_party/libxml/src/include/libxml/
DparserInternals.h267 #define IS_ASCII_DIGIT(c) ((0x30 <= (c)) && ((c) <= 0x39)) macro