isSpace           990 third_party/expat/files/lib/xmltok.c   if (!isSpace(toAscii(enc, ptr, end))) {
isSpace           996 third_party/expat/files/lib/xmltok.c   } while (isSpace(toAscii(enc, ptr, end)));
isSpace          1012 third_party/expat/files/lib/xmltok.c     if (isSpace(c)) {
isSpace          1016 third_party/expat/files/lib/xmltok.c       } while (isSpace(c = toAscii(enc, ptr, end)));
isSpace          1031 third_party/expat/files/lib/xmltok.c   while (isSpace(c)) {
isSpace          1164 third_party/expat/files/lib/xmltok.c   while (isSpace(toAscii(enc, ptr, end)))