Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dcfx_seekablestreamproxy.cpp43 size_t iDstNum = 0; in UTF8Decode() local
44 for (size_t iIndex = 0; iIndex < srcLen && iDstNum < dstLen; ++iIndex) { in UTF8Decode()
49 ++iDstNum; in UTF8Decode()
59 ++iDstNum; in UTF8Decode()
79 return {iSrcNum, iDstNum}; in UTF8Decode()