Searched refs:utf8_size (Results 1 – 1 of 1) sorted by relevance
2921 static int utf8_size = 0; in WIN32getch() local2931 if (utf8_next_byte < utf8_size) in WIN32getch()2936 utf8_size = 0; in WIN32getch()2955 …utf8_size = WideCharToMultiByte(CP_UTF8, 0, ¤tKey.unicode, 1, (LPSTR) &utf8, sizeof(utf8), N… in WIN32getch()2956 if (utf8_size == 0) in WIN32getch()