Home | History | Annotate | Download | only in unicode

Lines Matching full:__shift

438         uint8_t __b, __count=1, __shift=6; \
446 (c)|=(UChar32)__b<<__shift; \
449 (c)|=(UChar32)(__b&0x3f)<<__shift; \
451 __shift+=6; \