Searched refs:toUTF32 (Results 1 – 4 of 4) sorted by relevance
1011 UnicodeString::toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const { in toUTF32() function in UnicodeString
1749 int32_t toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const;
1851 toUTF32(result32, UPRV_LENGTHOF(result32), errorCode); in TestUTF32()