OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlIsCharQ
(Results
1 - 4
of
4
) sorted by null
/external/libxml2/include/libxml/
chvalid.h
113
*
xmlIsCharQ
:
118
#define
xmlIsCharQ
(c) (((c) < 0x100) ? \
parserInternals.h
117
#define IS_CHAR(c)
xmlIsCharQ
(c)
/external/libxml2/
chvalid.c
251
* Use xmlIsChar_ch or
xmlIsCharQ
instead
257
return(
xmlIsCharQ
(ch));
parser.c
[
all
...]
Completed in 93 milliseconds