Searched refs:this_cp (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/serialconnect/libvterm/src/
H A Dencoding.c18 int this_cp; member in struct:UTF8DecoderData
66 data->this_cp <<= 6;
67 data->this_cp |= c & 0x3f;
72 printf(" UTF-8 raw char U+%04x bytelen=%d ", data->this_cp, data->bytes_total);
77 if(data->this_cp < 0x0080) data->this_cp = UNICODE_INVALID;
80 if(data->this_cp < 0x0800) data->this_cp = UNICODE_INVALID;
83 if(data->this_cp < 0x10000) data->this_cp
[all...]

Completed in 31 milliseconds