Searched refs:toUTF32 (Results 1 – 3 of 3) sorted by relevance
983 UnicodeString::toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const { in toUTF32() function in UnicodeString
1754 int32_t toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const;
1838 toUTF32(result32, UPRV_LENGTHOF(result32), errorCode); in TestUTF32()