Home | History | Annotate | Download | only in native

Lines Matching defs:hasOut

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