Searched refs:fromUTF32 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dcolldata.cpp778 UnicodeString hanString = UnicodeString::fromUTF32(hanRanges, ARRAY_SIZE(hanRanges));
/external/chromium_org/third_party/icu/source/common/
H A Dunistr.cpp415 UnicodeString UnicodeString::fromUTF32(const UChar32 *utf32, int32_t length) { function in class:UnicodeString
/external/icu/icu4c/source/common/
H A Dunistr.cpp413 UnicodeString UnicodeString::fromUTF32(const UChar32 *utf32, int32_t length) { function in class:UnicodeString
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h1644 * @see fromUTF32
3069 static UnicodeString fromUTF32(const UChar32 *utf32, int32_t length);
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h1703 * @see fromUTF32
3163 static UnicodeString fromUTF32(const UChar32 *utf32, int32_t length);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dustrtest.cpp1808 UnicodeString from32 = UnicodeString::fromUTF32(utf32, LENGTHOF(utf32));
1811 errln("UnicodeString::fromUTF32() did not create the expected string.");
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp1832 UnicodeString from32 = UnicodeString::fromUTF32(utf32, LENGTHOF(utf32));
1835 errln("UnicodeString::fromUTF32() did not create the expected string.");

Completed in 223 milliseconds