Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/vt/
Dvt.c2185 …static const uint32_t utf8_length_changes[] = { 0x0000007f, 0x000007ff, 0x0000ffff, 0x001fffff, 0x… in do_con_write() local
2196 if (c <= utf8_length_changes[vc->vc_npar - 1] || in do_con_write()
2197 c > utf8_length_changes[vc->vc_npar]) in do_con_write()