Home
last modified time | relevance | path

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

/external/libvterm/src/
Dencoding.c3 #define UNICODE_INVALID 0xFFFD macro
50 cp[(*cpi)++] = UNICODE_INVALID; in decode_utf8()
64 cp[(*cpi)++] = UNICODE_INVALID; in decode_utf8()
79 if(data->this_cp < 0x0080) data->this_cp = UNICODE_INVALID; in decode_utf8()
82 if(data->this_cp < 0x0800) data->this_cp = UNICODE_INVALID; in decode_utf8()
85 if(data->this_cp < 0x10000) data->this_cp = UNICODE_INVALID; in decode_utf8()
88 if(data->this_cp < 0x200000) data->this_cp = UNICODE_INVALID; in decode_utf8()
91 if(data->this_cp < 0x4000000) data->this_cp = UNICODE_INVALID; in decode_utf8()
98 data->this_cp = UNICODE_INVALID; in decode_utf8()
108 cp[(*cpi)++] = UNICODE_INVALID; in decode_utf8()
[all …]