Home
last modified time | relevance | path

Searched refs:utf8_size (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/less/
H A Dscreen.c2921 static int utf8_size = 0; in WIN32getch() local
2931 if (utf8_next_byte < utf8_size) in WIN32getch()
2936 utf8_size = 0; in WIN32getch()
2955utf8_size = WideCharToMultiByte(CP_UTF8, 0, &currentKey.unicode, 1, (LPSTR) &utf8, sizeof(utf8), N… in WIN32getch()
2956 if (utf8_size == 0) in WIN32getch()