Searched refs:iDstNum (Results 1 – 2 of 2) sorted by relevance
40 size_t iDstNum = 0; in UTF8Decode() local48 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()
44 int32_t iDstNum = 0; in GetUTF8EncodeLength() local62 iDstNum += nbytes; in GetUTF8EncodeLength()64 return iDstNum; in GetUTF8EncodeLength()