Searched refs:PDF_DecodeText (Results 1 – 9 of 9) sorted by relevance
51 return PDF_DecodeText(m_Name.raw_span()); in GetUnicodeText()
67 return PDF_DecodeText(m_String.raw_span()); in GetUnicodeText()
34 WideString PDF_DecodeText(pdfium::span<const uint8_t> span);
178 return PDF_DecodeText(pAcc->GetSpan()); in GetUnicodeText()
221 WideString output = PDF_DecodeText( in TEST()
470 WideString PDF_DecodeText(pdfium::span<const uint8_t> span) { in PDF_DecodeText() function
83 return PDF_DecodeText(csOn.raw_span()); in GetExportValue()
1022 name_tree.LookupNamedDest(pDoc, PDF_DecodeText(name_view.raw_span()))); in FPDF_GetNamedDestByName()1126 wsName = PDF_DecodeText(bsName.raw_span()); in FPDF_GetNamedDest()
95 WideString csWValue = PDF_DecodeText(csBValue.raw_span()); in FDFToURLEncodedData()