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