Searched refs:utf8_next_byte (Results 1 – 1 of 1) sorted by relevance
2922 static int utf8_next_byte = 0; in WIN32getch() local2931 if (utf8_next_byte < utf8_size) in WIN32getch()2933 ascii = utf8[utf8_next_byte++]; in WIN32getch()2959 utf8_next_byte = 1; in WIN32getch()