Home | History | Annotate | Download | only in unicode

Lines Matching refs:UChar32

98  * <p>UChar32 is defined to be a signed 32-bit integer (int32_t), large enough for a 21-bit
100 * Before ICU 2.4, the definition of UChar32 was similarly platform-dependent as
101 * the definition of UChar. For details see the documentation for UChar32 itself.</p>
298 * Code point comparisons need to be in uint32_t because UChar32
446 (c)|=(UChar32)__b<<__shift; \
449 (c)|=(UChar32)(__b&0x3f)<<__shift; \