Home | History | Annotate | Download | only in common

Lines Matching full:uchar32

80 static const UChar32
83 static const UChar32
89 static UChar32
124 U_CAPI UChar32 U_EXPORT2
125 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) {
185 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError) {
229 U_CAPI UChar32 U_EXPORT2
230 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) {
256 c|=(UChar32)b<<shift;
280 c|=(UChar32)(b&0x3f)<<shift;