Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/common/
H A Dcommon_utf8.c46 u4 = (u4 << ICV_UTF8_BIT_SHIFT) | (((uint_t) *ib) & ICV_UTF8_BIT_MASK); in convert_utf8_to_ucs4()
/illumos-gate/usr/src/lib/iconv_modules/inc/
H A Dcommon_defs.h183 #define ICV_UTF8_BIT_SHIFT 6 macro
/illumos-gate/usr/src/lib/iconv_modules/utf-8/common/
H A Dutf8.c116 u4 = (u4 << ICV_UTF8_BIT_SHIFT) | in _icv_iconv()
H A Dcommon_defs.h243 #define ICV_UTF8_BIT_SHIFT 6 macro
H A Dutf8_to_utf_ebcdic.c122 u4 = (u4 << ICV_UTF8_BIT_SHIFT) | in _icv_iconv()
H A Dutf8_to_ucs.c146 u4 = (u4 << ICV_UTF8_BIT_SHIFT) | in _icv_iconv()
H A Ducs_to_utf7.c178 u4 = (u4 << ICV_UTF8_BIT_SHIFT) |