Searched refs:EndOfLine (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/testing/fuzzers/ |
D | pdf_codec_fax_fuzzer.cc | 27 bool EndOfLine = !(data[20] & 0x01); in LLVMFuzzerTestOneInput() local 36 FaxModule::CreateDecoder({data, size}, width, height, K, EndOfLine, in LLVMFuzzerTestOneInput()
|
/external/pdfium/core/fxcodec/fax/ |
D | faxmodule.cpp | 463 bool EndOfLine, 490 bool EndOfLine, in FaxDecoder() argument 502 m_bEndOfLine(EndOfLine), in FaxDecoder() 581 bool EndOfLine, in CreateDecoder() argument 600 K, EndOfLine, EncodedByteAlign, in CreateDecoder()
|
D | faxmodule.h | 28 bool EndOfLine,
|
/external/llvm-project/clang/lib/Format/ |
D | BreakableToken.cpp | 811 size_t EndOfLine = Content[i].find_last_not_of(Blanks); in BreakableLineCommentSection() local 812 if (EndOfLine == StringRef::npos) in BreakableLineCommentSection() 813 EndOfLine = Content[i].size(); in BreakableLineCommentSection() 815 ++EndOfLine; in BreakableLineCommentSection() 816 Content[i] = Content[i].substr(0, EndOfLine); in BreakableLineCommentSection()
|
/external/pdfium/core/fpdfapi/parser/ |
D | fpdf_parser_decode.cpp | 300 bool EndOfLine = false; in CreateFaxDecoder() local 307 EndOfLine = !!pParams->GetIntegerFor("EndOfLine"); in CreateFaxDecoder() 315 return FaxModule::CreateDecoder(src_span, width, height, K, EndOfLine, in CreateFaxDecoder()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 2175 unsigned EndOfLine = 0; in ParsePreprocessorArgs() local 2179 Value.substr(Comma + 1).getAsInteger(10, EndOfLine)) in ParsePreprocessorArgs() 2183 Opts.PrecompiledPreambleBytes.second = (EndOfLine != 0); in ParsePreprocessorArgs()
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 3652 unsigned EndOfLine = 0; in ParsePreprocessorArgs() local 3656 Value.substr(Comma + 1).getAsInteger(10, EndOfLine)) in ParsePreprocessorArgs() 3660 Opts.PrecompiledPreambleBytes.second = (EndOfLine != 0); in ParsePreprocessorArgs()
|