Searched refs:iPending (Results 1 – 1 of 1) sorted by relevance
404 int32_t iPending = 0; in FX_UTF8Decode() local412 iPending = 0; in FX_UTF8Decode()423 if (iPending < 1) { in FX_UTF8Decode()426 iPending--; in FX_UTF8Decode()427 dwCode |= (byte & 0x3f) << (iPending * 6); in FX_UTF8Decode()428 if (iPending == 0) { in FX_UTF8Decode()439 iPending = 1; in FX_UTF8Decode()443 iPending = 2; in FX_UTF8Decode()447 iPending = 3; in FX_UTF8Decode()451 iPending = 4; in FX_UTF8Decode()[all …]