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

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_decode.cpp467 CFX_ByteString PDF_EncodeText(const FX_WCHAR* pString, function
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h792 CFX_ByteString PDF_EncodeText(const FX_WCHAR* pString,
795 inline CFX_ByteString PDF_EncodeText(const CFX_WideString& str, function
797 return PDF_EncodeText(str.c_str(), str.GetLength(), pCharMap);

Completed in 205 milliseconds