Searched refs:appendUTF8 (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/common/ |
D | unisetspan.cpp | 179 appendUTF8(const UChar *s, int32_t length, uint8_t *t, int32_t capacity) { in appendUTF8() function 327 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count); in UnicodeSetStringSpan() 365 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count); in UnicodeSetStringSpan()
|
/external/icu4c/test/intltest/ |
D | usettest.cpp | 2295 appendUTF8(const UChar *s, int32_t length, char *t, int32_t capacity) { in appendUTF8() function 2331 appendUTF8(s->getBuffer(), s->length(), in UnicodeSetWithStrings()
|