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

/external/pdfium/core/fpdfapi/parser/
H A Dfpdf_parser_decode.cpp468 CFX_ByteString PDF_EncodeText(const FX_WCHAR* pString, int len) { function
510 CFX_ByteString PDF_EncodeText(const CFX_WideString& str) { function
511 return PDF_EncodeText(str.c_str(), str.GetLength());

Completed in 216 milliseconds