Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dcfx_checksumcontext.cpp63 int32_t iDstLen = iSrcLen / 3 * 4; in Base64EncodeA() local
65 iDstLen += 4; in Base64EncodeA()
67 return iDstLen; in Base64EncodeA()
/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.cpp112 int32_t iDstLen = iSrcLen / 4 * 3; in Base64DecodeW() local
115 iDstLen += 1; in Base64DecodeW()
117 iDstLen += 1; in Base64DecodeW()
119 iDstLen += 2; in Base64DecodeW()
121 return iDstLen; in Base64DecodeW()