Searched refs:IS_BLANK (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/libxslt/libxslt/
H A Dattributes.c68 #ifdef IS_BLANK
69 #undef IS_BLANK macro
72 #define IS_BLANK(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \ macro
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)))
H A Dxslt.c104 #ifdef IS_BLANK
105 #undef IS_BLANK macro
107 #define IS_BLANK(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \ macro
262 if (!(IS_BLANK(*str))) return(0);
1276 while (IS_BLANK(*element))
1281 while ((*end != 0) && (!IS_BLANK(*end)))
1496 while (IS_BLANK(*element)) element++;
1500 while ((*end != 0) && (!IS_BLANK(*end))) end++;
1570 while (IS_BLANK(*prefix)) prefix++;
1574 while ((*end != 0) && (!IS_BLANK(*en
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DparserInternals.h95 * IS_BLANK:
102 #define IS_BLANK(c) xmlIsBlankQ(c) macro
108 * Behaviour same as IS_BLANK
/external/libxml2/include/libxml/
H A DparserInternals.h128 * IS_BLANK:
135 #define IS_BLANK(c) xmlIsBlankQ(c) macro
141 * Behaviour same as IS_BLANK
/external/chromium_org/third_party/libxml/src/
H A Dtree.c398 while (IS_BLANK(c)) {
414 while (IS_BLANK(c)) {
485 while (IS_BLANK(c)) {
515 while (IS_BLANK(c)) {
569 while (IS_BLANK(c)) {
584 while (IS_BLANK(c)) {
640 while (IS_BLANK(c)) {
656 while (IS_BLANK(c)) {
H A Dxmlregexp.c7843 #undef IS_BLANK macro
7844 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro
7845 #define SKIP_BLANKS while (IS_BLANK(*ctxt->cur)) ctxt->cur++;
7886 while ((CUR != 0) && (!(IS_BLANK(CUR))) && (CUR != '(') &&
H A DHTMLparser.c3103 if (!IS_BLANK(cur)) {
H A Dvalid.c3557 /* Should not test IS_BLANK(val) here -- see erratum E20*/
3670 while (IS_BLANK(val)) {
3683 /* Should not test IS_BLANK(val) here -- see erratum E20*/
H A Dparser.c1960 } while (IS_BLANK(cur)); /* CHECKED tstblanks.xml */
4901 if (!IS_BLANK(cur)) {
/external/libxml2/
H A Dtree.c401 while (IS_BLANK(c)) {
417 while (IS_BLANK(c)) {
488 while (IS_BLANK(c)) {
518 while (IS_BLANK(c)) {
572 while (IS_BLANK(c)) {
587 while (IS_BLANK(c)) {
643 while (IS_BLANK(c)) {
659 while (IS_BLANK(c)) {
H A Dxmlregexp.c7857 #undef IS_BLANK macro
7858 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro
7859 #define SKIP_BLANKS while (IS_BLANK(*ctxt->cur)) ctxt->cur++;
7900 while ((CUR != 0) && (!(IS_BLANK(CUR))) && (CUR != '(') &&
H A DHTMLparser.c3156 if (!IS_BLANK(cur)) {
H A Dvalid.c3557 /* Should not test IS_BLANK(val) here -- see erratum E20*/
3670 while (IS_BLANK(val)) {
3683 /* Should not test IS_BLANK(val) here -- see erratum E20*/
H A Dparser.c2137 } while (IS_BLANK(cur)); /* CHECKED tstblanks.xml */
5207 if (!IS_BLANK(cur)) {

Completed in 3668 milliseconds