Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.cpp100 int32_t Base64DecodeW(const wchar_t* pSrc, int32_t iSrcLen, uint8_t* pDst) { in Base64DecodeW() function
211 Base64DecodeW(wsPDFContent.c_str(), wsPDFContent.GetLength(), nullptr); in XFA_GetPDFContentsFromPDFXML()
214 Base64DecodeW(wsPDFContent.c_str(), wsPDFContent.GetLength(), pByteBuffer); in XFA_GetPDFContentsFromPDFXML()