Searched refs:string_ignoring_newline (Results 1 – 2 of 2) sorted by relevance
99 string_ignoring_newline = false; in reset()278 this->m->string_ignoring_newline = false; in presentCharacter()400 if (this->m->string_ignoring_newline && (ch != '\n')) in presentCharacter()402 this->m->string_ignoring_newline = false; in presentCharacter()418 if (this->m->string_ignoring_newline && (ch == '\n')) in presentCharacter()421 this->m->string_ignoring_newline = false; in presentCharacter()456 this->m->string_ignoring_newline = true; in presentCharacter()504 ((! this->m->string_ignoring_newline) && (ch == '\r')); in presentCharacter()
223 bool string_ignoring_newline; member in QPDFTokenizer::Members