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