Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dcfx_seekablestreamproxy.cpp40 size_t iDstNum = 0; in UTF8Decode() local
48 iDstNum++; in UTF8Decode()
51 if (iDstNum >= dstLen) in UTF8Decode()
60 iDstNum++; in UTF8Decode()
63 if (iDstNum >= dstLen) in UTF8Decode()
91 return {iSrcNum, iDstNum}; in UTF8Decode()
/external/pdfium/core/fxcrt/xml/
Dcfx_xmlsyntaxparser.cpp44 int32_t iDstNum = 0; in GetUTF8EncodeLength() local
62 iDstNum += nbytes; in GetUTF8EncodeLength()
64 return iDstNum; in GetUTF8EncodeLength()