Home
last modified time | relevance | path

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

/vim-8.2.3635/src/libvterm/src/
H A Dencoding.c15 int bytes_total; member
25 data->bytes_total = 0; in init_utf8()
76 printf(" UTF-8 raw char U+%04x bytelen=%d ", data->this_cp, data->bytes_total); in decode_utf8()
79 switch(data->bytes_total) { in decode_utf8()
113 data->bytes_total = 2; in decode_utf8()
122 data->bytes_total = 3; in decode_utf8()
131 data->bytes_total = 4; in decode_utf8()
140 data->bytes_total = 5; in decode_utf8()
149 data->bytes_total = 6; in decode_utf8()