HomeSort by relevance Sort by last modified time
    Searched refs:iDstNum (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxcrt/
cfx_seekablestreamproxy.cpp 40 size_t iDstNum = 0;
48 iDstNum++;
51 if (iDstNum >= dstLen)
60 iDstNum++;
63 if (iDstNum >= dstLen)
91 return {iSrcNum, iDstNum};
  /external/pdfium/core/fxcrt/xml/
cfx_xmlsyntaxparser.cpp 44 int32_t iDstNum = 0;
62 iDstNum += nbytes;
64 return iDstNum;

Completed in 663 milliseconds