Home
last modified time | relevance | path

Searched refs:GetUtf8Result (Results 1 – 3 of 3) sorted by relevance

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/utils/
Dtext.cc38 return GetUtf8Result<void>(std::bind(::FPDF_StructElement_GetAltText, elem, in FPDF_StructElement_GetAltText()
43 return GetUtf8Result<FPDF_WCHAR>(std::bind(::FPDFAnnot_GetStringValue, annot, key, in FPDFAnnot_GetStringValue()
48 return GetUtf8Result<FPDF_WCHAR>(std::bind(::FPDFAnnot_GetOptionLabel, hHandle, annot, index, in FPDFAnnot_GetOptionLabel()
53 return GetUtf8Result<void>(std::bind(::FORM_GetFocusedText, hHandle, page, in FORM_GetFocusedText()
Dutf.cc43 std::string GetUtf8Result(const std::function<size_t(T*, size_t)>& f) { in GetUtf8Result() function
70 template std::string GetUtf8Result<void>(const std::function<size_t(void*, size_t)>& f);
71 template std::string GetUtf8Result<FPDF_WCHAR>(const std::function<size_t(FPDF_WCHAR*, size_t)>& f);
Dutf.h39 std::string GetUtf8Result(const std::function<size_t(T*, size_t)>& f);