Searched refs:iDstNum (Results 1 – 1 of 1) sorted by relevance
43 size_t iDstNum = 0; in UTF8Decode() local44 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()