Searched defs:PDF_DecodeText (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
H A Dfpdf_parser_decode.cpp423 CFX_WideString PDF_DecodeText(const uint8_t* src_data, uint32_t src_len) { function
464 CFX_WideString PDF_DecodeText(const CFX_ByteString& bstr) { function
465 return PDF_DecodeText((const uint8_t*)bstr.c_str(), bstr.GetLength());

Completed in 82 milliseconds