Searched refs:toUTF32 (Results 1 – 3 of 3) sorted by relevance
927 UnicodeString::toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const { in toUTF32() function in UnicodeString
1706 int32_t toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const;
1833 toUTF32(result32, LENGTHOF(result32), errorCode); in TestUTF32()