Searched defs:masks_tbl (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/iconv_modules/inc/ |
H A D | common_defs.h | 86 static const char masks_tbl[7] = { 0x00, 0x7f, 0x1f, 0x0f, 0x07, 0x03, 0x01 }; variable
|
/titanic_50/usr/src/lib/iconv_modules/utf-8/common/ |
H A D | common_defs.h | 146 static const char masks_tbl[7] = { 0x00, 0x7f, 0x1f, 0x0f, 0x07, 0x03, 0x01 }; variable
|
/titanic_50/usr/src/lib/iconv_modules/ja/common/ |
H A D | jfp_iconv_unicode.h | 285 static const char masks_tbl[6] = { 0x00, 0x1f, 0x0f, 0x07, 0x03, 0x01 }; variable
|