OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlIsBlank_ch
(Results
1 - 3
of
3
) sorted by null
/external/libxml2/include/libxml/
chvalid.h
83
*
xmlIsBlank_ch
:
88
#define
xmlIsBlank_ch
(c) (((c) == 0x20) || \
99
xmlIsBlank_ch
((c)) : 0)
parserInternals.h
143
#define IS_BLANK_CH(c)
xmlIsBlank_ch
(c)
/external/libxml2/
catalog.c
1051
if (!
xmlIsBlank_ch
(*p))
1065
if (
xmlIsBlank_ch
(*p)) {
[
all
...]
Completed in 893 milliseconds