Home | History | Annotate | Download | only in unicode

Lines Matching full: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
1353 UChar32 subchar, int32_t *pNumSubstitutions,
1398 UChar32 subchar, int32_t *pNumSubstitutions,
1482 U_STABLE UChar32* U_EXPORT2
1483 u_strToUTF32(UChar32 *dest,
1516 const UChar32 *src,
1555 U_STABLE UChar32* U_EXPORT2
1556 u_strToUTF32WithSub(UChar32 *dest,
1561 UChar32 subchar, int32_t *pNumSubstitutions,
1603 const UChar32 *src,
1605 UChar32 subchar, int32_t *pNumSubstitutions,
1697 UChar32 subchar, int32_t *pNumSubstitutions,