isSpace 719 lib/pdf/xpdf/Annot.cc while (i < da->getLength() && Lexer::isSpace(da->getChar(i))) { isSpace 724 lib/pdf/xpdf/Annot.cc j < da->getLength() && !Lexer::isSpace(da->getChar(j)); isSpace 1079 lib/pdf/xpdf/Annot.cc while (i < da->getLength() && Lexer::isSpace(da->getChar(i))) { isSpace 1084 lib/pdf/xpdf/Annot.cc j < da->getLength() && !Lexer::isSpace(da->getChar(j)); isSpace 66 lib/pdf/xpdf/Lexer.h static GBool isSpace(int c); isSpace 930 lib/pdf/xpdf/Stream.cc } while (Lexer::isSpace(c[0])); isSpace 942 lib/pdf/xpdf/Stream.cc } while (Lexer::isSpace(c[k])); isSpace 663 lib/pdf/xpdf/XRef.cc while (*p && Lexer::isSpace(*p & 0xff)) ++p;