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

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_decode.cpp399 CFX_WideString PDF_DecodeText(FX_LPCBYTE src_data, FX_DWORD src_len, CFX_CharMap* pCharMap) function
441 CFX_WideString PDF_DecodeText(const CFX_ByteString& bstr, CFX_CharMap* pCharMap) function
443 return PDF_DecodeText((FX_LPCBYTE)(FX_LPCSTR)bstr, bstr.GetLength(), pCharMap);
H A Dfpdf_parser_objects.cpp339 return PDF_DecodeText(((CPDF_String*)this)->m_String, pCharMap);
343 CFX_WideString result = PDF_DecodeText(stream.GetData(), stream.GetSize(), pCharMap);
346 return PDF_DecodeText(((CPDF_Name*)this)->m_Name, pCharMap);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formcontrol.cpp113 CFX_WideString csWOn = PDF_DecodeText(csOn);
H A Ddoc_form.cpp1518 csValue = PDF_DecodeText(csBValue);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h789 CFX_WideString PDF_DecodeText(const CFX_ByteString& str, CFX_CharMap* pCharMap = NULL);
790 CFX_WideString PDF_DecodeText(FX_LPCBYTE pData, FX_DWORD size, CFX_CharMap* pCharMap = NULL);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp2359 CFX_WideString csWValue = PDF_DecodeText(csBValue);

Completed in 124 milliseconds