HomeSort by relevance Sort by last modified time
    Searched refs:PDF_DecodeText (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_decode.cpp 399 CFX_WideString PDF_DecodeText(FX_LPCBYTE src_data, FX_DWORD src_len, CFX_CharMap* pCharMap)
441 CFX_WideString PDF_DecodeText(const CFX_ByteString& bstr, CFX_CharMap* pCharMap)
443 return PDF_DecodeText((FX_LPCBYTE)(FX_LPCSTR)bstr, bstr.GetLength(), pCharMap);
fpdf_parser_objects.cpp 339 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);
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 789 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/core/src/fpdfdoc/
doc_formcontrol.cpp 113 CFX_WideString csWOn = PDF_DecodeText(csOn);
doc_form.cpp     [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]

Completed in 150 milliseconds