Home | History | Annotate | Download | only in libxml2

Lines Matching defs:white

1033     int white;
1041 white = 1;
1044 white = 0;
1045 else if (*p == 0x20 && !white)
1046 white = 1;
1050 if (ok && !white) /* is normalized */
1055 white = 0;
1059 white = 1;
1061 if (white) {
1063 white = 0;