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

/external/icu/icu4c/source/common/
H A Dunistr.cpp896 UnicodeString::toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const { function in class:UnicodeString
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h1706 int32_t toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const;
3160 * @see toUTF32
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp1846 toUTF32(result32, UPRV_LENGTHOF(result32), errorCode);
1851 errln("UnicodeString::toUTF32() did not create the expected string.");

Completed in 78 milliseconds