OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IS_BLANK
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libxml/src/include/libxml/
parserInternals.h
95
*
IS_BLANK
:
102
#define
IS_BLANK
(c) xmlIsBlankQ(c)
108
* Behaviour same as
IS_BLANK
/external/libxml2/include/libxml/
parserInternals.h
95
*
IS_BLANK
:
102
#define
IS_BLANK
(c) xmlIsBlankQ(c)
108
* Behaviour same as
IS_BLANK
/external/chromium_org/third_party/libxslt/libxslt/
attributes.c
68
#ifdef
IS_BLANK
69
#undef
IS_BLANK
72
#define
IS_BLANK
(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \
415
while (
IS_BLANK
(*curval)) curval++;
419
while ((*endval != 0) && (!
IS_BLANK
(*endval))) endval++;
1074
while (
IS_BLANK
(*curstr))
1079
while ((*endstr != 0) && (!
IS_BLANK
(*endstr)))
xslt.c
104
#ifdef
IS_BLANK
105
#undef
IS_BLANK
107
#define
IS_BLANK
(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \
262
if (!(
IS_BLANK
(*str))) return(0);
1276
while (
IS_BLANK
(*element))
1281
while ((*end != 0) && (!
IS_BLANK
(*end)))
[
all
...]
/external/libxslt/libxslt/
attributes.c
68
#ifdef
IS_BLANK
69
#undef
IS_BLANK
72
#define
IS_BLANK
(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \
415
while (
IS_BLANK
(*curval)) curval++;
419
while ((*endval != 0) && (!
IS_BLANK
(*endval))) endval++;
1074
while (
IS_BLANK
(*curstr))
1079
while ((*endstr != 0) && (!
IS_BLANK
(*endstr)))
xslt.c
104
#ifdef
IS_BLANK
105
#undef
IS_BLANK
107
#define
IS_BLANK
(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \
262
if (!(
IS_BLANK
(*str))) return(0);
1276
while (
IS_BLANK
(*element))
1281
while ((*end != 0) && (!
IS_BLANK
(*end)))
[
all
...]
/external/chromium_org/third_party/libxml/src/
xmlregexp.c
[
all
...]
/external/libxml2/
xmlregexp.c
[
all
...]
Completed in 1012 milliseconds