Lines Matching refs:hasOut
128 bool hasOut = (out != NULL); in readString() local
143 if (hasOut) { *out = kLF_PdfWhiteSpace; } in readString()
149 if (hasOut) { *out = kCR_PdfWhiteSpace; } in readString()
155 if (hasOut) { *out = kHT_PdfWhiteSpace; } in readString()
162 if (hasOut) { *out = kBackspace_PdfSpecial; } in readString()
168 if (hasOut) { *out = kFF_PdfWhiteSpace; } in readString()
174 if (hasOut) { *out = kOpenedRoundBracket_PdfDelimiter; } in readString()
180 if (hasOut) { *out = kClosedRoundBracket_PdfDelimiter; } in readString()
186 if (hasOut) { *out = kEscape_PdfSpecial; } in readString()
209 if (hasOut) { *out = code & 0xff; } in readString()
215 if (hasOut) { *out = code & 0xff; } in readString()
230 if (hasOut) { *out = *in; } in readString()
236 if (hasOut) { in readString()
266 bool hasOut = (out != NULL); in readHexString() local
332 if (hasOut) { *out = code; } in readHexString()
338 if (hasOut) { *out = code; } in readHexString()
381 if (hasOut) { *out = code; } in readHexString()
386 if (hasOut) { in readHexString()
415 bool hasOut = (out != NULL); in readName() local
503 if (hasOut) { *out = code; } in readName()
507 if (hasOut) { *out = *in; } in readName()
513 if (hasOut) { in readName()