Lines Matching full:utf32
1744 * @param utf32 destination string buffer, can be NULL if capacity==0
1745 * @param capacity the number of UChar32s available at utf32
1754 int32_t toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const;
3287 * @param utf32 UTF-32 input string. Must not be NULL.
3293 static UnicodeString fromUTF32(const UChar32 *utf32, int32_t length);