OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlIsDigitQ
(Results
1 - 3
of
3
) sorted by null
/external/libxml2/include/libxml/
chvalid.h
147
*
xmlIsDigitQ
:
152
#define
xmlIsDigitQ
(c) (((c) < 0x100) ? \
parserInternals.h
163
#define IS_DIGIT(c)
xmlIsDigitQ
(c)
/external/libxml2/
chvalid.c
281
* Use xmlIsDigit_ch or
xmlIsDigitQ
instead
287
return(
xmlIsDigitQ
(ch));
Completed in 899 milliseconds