Searched defs:u8_masks_tbl (Results 1 – 1 of 1) sorted by relevance
/titanic_52/usr/src/common/unicode/ |
H A D | uconv.c | 144 const uchar_t u8_masks_tbl[6] = { 0x00, 0x1f, 0x0f, 0x07, 0x03, 0x01 }; variable 146 static const uchar_t u8_masks_tbl[6] = { 0x00, 0x1f, 0x0f, 0x07, 0x03, 0x01 }; variable
|