Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dfgas_codepage.cpp382 int32_t* pDstLen, in FX_DecodeString() argument
385 return FX_UTF8Decode(pSrc, pSrcLen, pDst, pDstLen); in FX_DecodeString()
392 int32_t* pDstLen) { in FX_UTF8Decode() argument
393 if (!pSrcLen || !pDstLen) { in FX_UTF8Decode()
398 *pSrcLen = *pDstLen = 0; in FX_UTF8Decode()
401 int32_t iDstLen = *pDstLen; in FX_UTF8Decode()
464 *pDstLen = iDstNum; in FX_UTF8Decode()
Dfgas_codepage.h146 int32_t* pDstLen,
151 int32_t* pDstLen);