Home
last modified time | relevance | path

Searched refs:toUTF32 (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/common/
Dunistr.cpp927 UnicodeString::toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const { in toUTF32() function in UnicodeString
/external/icu4c/common/unicode/
Dunistr.h1706 int32_t toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const;
/external/icu4c/test/intltest/
Dustrtest.cpp1833 toUTF32(result32, LENGTHOF(result32), errorCode); in TestUTF32()