Searched refs:AppendU8 (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/icu-small/source/common/unicode/ |
D | bytestream.h | 85 inline void AppendU8(const char* bytes, int32_t n) { in AppendU8() function 101 inline void AppendU8(const char8_t* bytes, int32_t n) { in AppendU8() function
|
/third_party/icu/icu4c/source/common/unicode/ |
D | bytestream.h | 85 inline void AppendU8(const char* bytes, int32_t n) { in AppendU8() function 101 inline void AppendU8(const char8_t* bytes, int32_t n) { in AppendU8() function
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | bytestream.h | 85 inline void AppendU8(const char* bytes, int32_t n) { in AppendU8() function 101 inline void AppendU8(const char8_t* bytes, int32_t n) { in AppendU8() function
|
/third_party/icu/icu4c/source/common/ |
D | ucasemap.cpp | 690 sink.AppendU8(u8"\u0308", 2); // restore or add a dialytika in toUpper() 693 sink.AppendU8(u8"\u0301", 2); in toUpper() 696 sink.AppendU8(u8"\u0399", 2); in toUpper()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucasemap.cpp | 690 sink.AppendU8(u8"\u0308", 2); // restore or add a dialytika in toUpper() 693 sink.AppendU8(u8"\u0301", 2); in toUpper() 696 sink.AppendU8(u8"\u0399", 2); in toUpper()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucasemap.cpp | 690 sink.AppendU8(u8"\u0308", 2); // restore or add a dialytika in toUpper() 693 sink.AppendU8(u8"\u0301", 2); in toUpper() 696 sink.AppendU8(u8"\u0399", 2); in toUpper()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | strtest.cpp | 714 sink.AppendU8("def", 3); in TestStringByteSinkAppendU8() 715 sink.AppendU8(u8"ghijkl", 4); in TestStringByteSinkAppendU8()
|