Home
last modified time | relevance | path

Searched refs:PDF_DecodeText (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_name.cpp51 return PDF_DecodeText(m_Name.raw_span()); in GetUnicodeText()
Dcpdf_string.cpp67 return PDF_DecodeText(m_String.raw_span()); in GetUnicodeText()
Dfpdf_parser_decode.h34 WideString PDF_DecodeText(pdfium::span<const uint8_t> span);
Dcpdf_stream.cpp178 return PDF_DecodeText(pAcc->GetSpan()); in GetUnicodeText()
Dfpdf_parser_decode_unittest.cpp221 WideString output = PDF_DecodeText( in TEST()
Dfpdf_parser_decode.cpp470 WideString PDF_DecodeText(pdfium::span<const uint8_t> span) { in PDF_DecodeText() function
/external/pdfium/core/fpdfdoc/
Dcpdf_formcontrol.cpp83 return PDF_DecodeText(csOn.raw_span()); in GetExportValue()
/external/pdfium/fpdfsdk/
Dfpdf_view.cpp1022 name_tree.LookupNamedDest(pDoc, PDF_DecodeText(name_view.raw_span()))); in FPDF_GetNamedDestByName()
1126 wsName = PDF_DecodeText(bsName.raw_span()); in FPDF_GetNamedDest()
Dcpdfsdk_interactiveform.cpp95 WideString csWValue = PDF_DecodeText(csBValue.raw_span()); in FDFToURLEncodedData()