Home
last modified time | relevance | path

Searched refs:appendUTF8 (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dunisetspan.cpp183 appendUTF8(const UChar *s, int32_t length, uint8_t *t, int32_t capacity) { in appendUTF8() function
331 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count); in UnicodeSetStringSpan()
369 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count); in UnicodeSetStringSpan()
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp2351 appendUTF8(const UChar *s, int32_t length, char *t, int32_t capacity) { in appendUTF8() function
2387 appendUTF8(s->getBuffer(), s->length(), in UnicodeSetWithStrings()