Home | History | Annotate | Download | only in unicode

Lines Matching refs:UChar32

54  * Some APIs accept a 32-bit UChar32 value for a single code point.
249 u_strchr32(const UChar *s, UChar32 c);
336 u_strrchr32(const UChar *s, UChar32 c);
849 u_memchr32(const UChar *s, UChar32 c, int32_t count);
889 u_memrchr32(const UChar *s, UChar32 c, int32_t count);
1034 * (UChar32)0xFFFFFFFF is returned. See documentation of u_unescape()
1048 * offset, or (UChar32)0xFFFFFFFF on error.
1054 U_STABLE UChar32 U_EXPORT2
1354 UChar32 subchar, int32_t *pNumSubstitutions,
1400 UChar32 subchar, int32_t *pNumSubstitutions,
1484 U_STABLE UChar32* U_EXPORT2
1485 u_strToUTF32(UChar32 *dest,
1518 const UChar32 *src,
1558 U_STABLE UChar32* U_EXPORT2
1559 u_strToUTF32WithSub(UChar32 *dest,
1564 UChar32 subchar, int32_t *pNumSubstitutions,
1607 const UChar32 *src,
1609 UChar32 subchar, int32_t *pNumSubstitutions,
1700 UChar32 subchar, int32_t *pNumSubstitutions,