OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlIsDigit_ch
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/include/libxml/
chvalid.h
139
*
xmlIsDigit_ch
:
144
#define
xmlIsDigit_ch
(c) (((0x30 <= (c)) && ((c) <= 0x39)))
153
xmlIsDigit_ch
((c)) : \
parserInternals.h
138
#define IS_DIGIT_CH(c)
xmlIsDigit_ch
(c)
Completed in 287 milliseconds