Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dtty.c271 tty->tty.wr.utf8_codepoint = 0; in uv_tty_init()
1688 unsigned int utf8_codepoint = handle->tty.wr.utf8_codepoint; local
1740 utf8_codepoint <<= 6;
1814 if (utf8_codepoint >= '@' && utf8_codepoint <= '_') {
1826 if (utf8_codepoint >= '@' && utf8_codepoint <= '~') {
1834 if (utf8_codepoint >= '@' && utf8_codepoint <= '~') {
1858 if (utf8_codepoint >= '0' && utf8_codepoint <= '9') {
1930 } else if (utf8_codepoint >= '@' && utf8_codepoint <= '~') {
2093 if (utf8_codepoint == '\007' || (utf8_codepoint == '\\' &&
2115 if (utf8_codepoint == 0x0a || utf8_codepoint == 0x0d) {
[all …]
/libuv/include/uv/
H A Dwin.h524 unsigned int utf8_codepoint; \

Completed in 12 milliseconds