OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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