Searched refs:iPending (Results 1 – 1 of 1) sorted by relevance
130 int32_t iPending = 0; in FX_UTF8Decode() local138 iPending = 0; in FX_UTF8Decode()149 if (iPending < 1) { in FX_UTF8Decode()152 iPending--; in FX_UTF8Decode()153 dwCode |= (byte & 0x3f) << (iPending * 6); in FX_UTF8Decode()154 if (iPending == 0) { in FX_UTF8Decode()165 iPending = 1; in FX_UTF8Decode()169 iPending = 2; in FX_UTF8Decode()173 iPending = 3; in FX_UTF8Decode()177 iPending = 4; in FX_UTF8Decode()[all …]