Searched refs:xmlIsBlank_ch (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dchvalid.in.h83 * xmlIsBlank_ch:
88 #define xmlIsBlank_ch(c) (((c) == 0x20) || \ macro
99 xmlIsBlank_ch((c)) : 0)
H A Dcatalog.c1031 if (!xmlIsBlank_ch(*p))
1045 if (xmlIsBlank_ch(*p)) {
3135 while (xmlIsBlank_ch(*cur))
3139 while ((*cur != 0) && (!xmlIsBlank_ch(*cur)))
3218 while (xmlIsBlank_ch(*cur)) cur++;
3221 while ((*cur != 0) && (*cur != ':') && (!xmlIsBlank_ch(*cur)))
H A DparserInternals.in.h101 #define IS_BLANK_CH(c) xmlIsBlank_ch(c)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dchvalid.in.h83 * xmlIsBlank_ch:
88 #define xmlIsBlank_ch(c) (((c) == 0x20) || \ macro
99 xmlIsBlank_ch((c)) : 0)
H A Dcatalog.c1031 if (!xmlIsBlank_ch(*p))
1045 if (xmlIsBlank_ch(*p)) {
3135 while (xmlIsBlank_ch(*cur))
3139 while ((*cur != 0) && (!xmlIsBlank_ch(*cur)))
3218 while (xmlIsBlank_ch(*cur)) cur++;
3221 while ((*cur != 0) && (*cur != ':') && (!xmlIsBlank_ch(*cur)))
H A DparserInternals.in.h101 #define IS_BLANK_CH(c) xmlIsBlank_ch(c)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dchvalid.h83 * xmlIsBlank_ch:
88 #define xmlIsBlank_ch(c) (((c) == 0x20) || \ macro
99 xmlIsBlank_ch((c)) : 0)
H A DparserInternals.h101 #define IS_BLANK_CH(c) xmlIsBlank_ch(c)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dcatalog.c1043 if (!xmlIsBlank_ch(*p))
1057 if (xmlIsBlank_ch(*p)) {
3160 while (xmlIsBlank_ch(*cur))
3164 while ((*cur != 0) && (!xmlIsBlank_ch(*cur)))
3246 while (xmlIsBlank_ch(*cur)) cur++;
3249 while ((*cur != 0) && (*cur != PATH_SEAPARATOR) && (!xmlIsBlank_ch(*cur)))

Completed in 127 milliseconds