Searched refs:appendUTF8 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dunisetspan.cpp181 appendUTF8(const UChar *s, int32_t length, uint8_t *t, int32_t capacity) { function
329 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
367 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
/external/icu/icu4c/source/common/
H A Dunisetspan.cpp181 appendUTF8(const UChar *s, int32_t length, uint8_t *t, int32_t capacity) { function
329 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
367 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dusettest.cpp2296 appendUTF8(const UChar *s, int32_t length, char *t, int32_t capacity) { function
2332 appendUTF8(s->getBuffer(), s->length(),
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp2296 appendUTF8(const UChar *s, int32_t length, char *t, int32_t capacity) { function
2332 appendUTF8(s->getBuffer(), s->length(),

Completed in 308 milliseconds