Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/unicode/
H A Duconv.c142 const uchar_t u8_masks_tbl[6] = { 0x00, 0x1f, 0x0f, 0x07, 0x03, 0x01 }; variable
144 static const uchar_t u8_masks_tbl[6] = { 0x00, 0x1f, 0x0f, 0x07, 0x03, 0x01 }; variable
721 hi = hi & u8_masks_tbl[remaining_bytes]; in uconv_u8tou16()
821 hi = hi & u8_masks_tbl[remaining_bytes]; in uconv_u8tou32()
/illumos-gate/usr/src/uts/common/kiconv/kiconv_ja/
H A Dkiconv_ja.c56 extern const uchar_t u8_masks_tbl[];
107 l = ic1 & u8_masks_tbl[remaining_bytes]; in utf8_ucs()
174 l = ic1 & u8_masks_tbl[remaining_bytes]; in utf8_ucs_replace()
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c528 extern const uchar_t u8_masks_tbl[];
5425 intcode = u8[0] & u8_masks_tbl[j]; in ldterm_utf8_width()