Lines Matching refs:UChar32
165 inline uint8_t getTwoByteLead(UChar32 c) { return (uint8_t)((c >> 6) | 0xc0); }166 inline uint8_t getTwoByteTrail(UChar32 c) { return (uint8_t)((c & 0x3f) | 0x80); }168 UChar32 U_CALLCONV171 UChar32 c;222 UChar32 c;330 UChar32 c;464 UChar32 c;555 UChar32 c;577 UChar32 c;608 UChar32 c2;