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