Searched refs:iDstNum (Results 1 – 2 of 2) sorted by relevance
131 int32_t iSrcNum = 0, iDstNum = 0; in FX_UTF8Decode() local140 iDstNum++; in FX_UTF8Decode()144 if (iDstNum >= iDstLen) { in FX_UTF8Decode()155 iDstNum++; in FX_UTF8Decode()159 if (iDstNum >= iDstLen) { in FX_UTF8Decode()190 *pDstLen = iDstNum; in FX_UTF8Decode()
2458 int32_t iDstNum = 0; in FX_GetUTF8EncodeLength() local2475 iDstNum += nbytes; in FX_GetUTF8EncodeLength()2477 return iDstNum; in FX_GetUTF8EncodeLength()