Home
last modified time | relevance | path

Searched defs:iSrcLen (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fgas/src/crt/
Dfx_algorithm.cpp52 int32_t FX_Base64EncodeA(const uint8_t* pSrc, int32_t iSrcLen, FX_CHAR* pDst) { in FX_Base64EncodeA()
140 int32_t FX_Base64DecodeA(const FX_CHAR* pSrc, int32_t iSrcLen, uint8_t* pDst) { in FX_Base64DecodeA()
196 int32_t FX_Base64DecodeW(const FX_WCHAR* pSrc, int32_t iSrcLen, uint8_t* pDst) { in FX_Base64DecodeW()
Dfx_encode.cpp122 int32_t iSrcLen = *pSrcLen; in FX_UTF8Decode() local
/external/pdfium/xfa/src/fdp/src/xml/
Dfde_xml.cpp2456 static int32_t FX_GetUTF8EncodeLength(const FX_WCHAR* pSrc, int32_t iSrcLen) { in FX_GetUTF8EncodeLength()
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp4717 int32_t iSrcLen = oneString.GetLength(); in Replace() local