OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlIsIdeographicQ
(Results
1 - 3
of
3
) sorted by null
/external/libxml2/include/libxml/
chvalid.h
179
*
xmlIsIdeographicQ
:
184
#define
xmlIsIdeographicQ
(c) (((c) < 0x100) ? \
parserInternals.h
188
#define IS_IDEOGRAPHIC(c)
xmlIsIdeographicQ
(c)
/external/libxml2/
chvalid.c
311
* Use
xmlIsIdeographicQ
instead
317
return(
xmlIsIdeographicQ
(ch));
Completed in 1667 milliseconds