Searched refs:appendUTF8 (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/icu-small/source/common/ |
D | unisetspan.cpp | 183 appendUTF8(const char16_t *s, int32_t length, uint8_t *t, int32_t capacity) { in appendUTF8() function 334 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count); in UnicodeSetStringSpan() 372 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count); in UnicodeSetStringSpan()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unisetspan.cpp | 183 appendUTF8(const UChar *s, int32_t length, uint8_t *t, int32_t capacity) { in appendUTF8() function 334 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count); in UnicodeSetStringSpan() 372 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count); in UnicodeSetStringSpan()
|
/third_party/icu/icu4c/source/common/ |
D | unisetspan.cpp | 183 appendUTF8(const UChar *s, int32_t length, uint8_t *t, int32_t capacity) { in appendUTF8() function 334 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count); in UnicodeSetStringSpan() 372 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count); in UnicodeSetStringSpan()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | usettest.cpp | 2390 appendUTF8(const UChar *s, int32_t length, char *t, int32_t capacity) { in appendUTF8() function 2426 appendUTF8(s->getBuffer(), s->length(), in UnicodeSetWithStrings()
|