Searched refs:utf8_next_byte (Results 1 – 2 of 2) sorted by relevance
2935 static int utf8_next_byte = 0; in WIN32getch() local2944 if (utf8_next_byte < utf8_size) in WIN32getch()2946 ascii = utf8[utf8_next_byte++]; in WIN32getch()2972 utf8_next_byte = 1; in WIN32getch()
2945 static int utf8_next_byte = 0;2948 if (utf8_next_byte < utf8_size)2950 ascii = utf8[utf8_next_byte++];2977 utf8_next_byte = 1;