Home
last modified time | relevance | path

Searched refs:ByteSink (Results 1 – 12 of 12) sorted by relevance

/external/icu4c/common/unicode/
Dbytestream.h48 class U_COMMON_API ByteSink : public UMemory {
54 ByteSink() { } in ByteSink() function
59 virtual ~ByteSink();
127 ByteSink(const ByteSink &); // copy constructor not implemented
128 ByteSink &operator=(const ByteSink &); // assignment operator not implemented
143 class U_COMMON_API CheckedArrayByteSink : public ByteSink {
231 class StringByteSink : public ByteSink {
Didna.h201 labelToASCII_UTF8(const StringPiece &label, ByteSink &dest,
219 labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest,
237 nameToASCII_UTF8(const StringPiece &name, ByteSink &dest,
255 nameToUnicodeUTF8(const StringPiece &name, ByteSink &dest,
Dbytestrie.h30 class ByteSink; variable
236 int32_t getNextBytes(ByteSink &out) const;
422 static void getNextBranchBytes(const uint8_t *pos, int32_t length, ByteSink &out);
423 static void append(ByteSink &out, int c);
Dunistr.h1666 void toUTF8(ByteSink &sink) const;
/external/icu4c/common/
Dbytestream.cpp13 ByteSink::~ByteSink() {} in ~ByteSink()
15 char* ByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer()
27 void ByteSink::Flush() {} in Flush()
Duts46.cpp73 IDNA::labelToASCII_UTF8(const StringPiece &label, ByteSink &dest, in labelToASCII_UTF8()
83 IDNA::labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest, in labelToUnicodeUTF8()
93 IDNA::nameToASCII_UTF8(const StringPiece &name, ByteSink &dest, in nameToASCII_UTF8()
103 IDNA::nameToUnicodeUTF8(const StringPiece &name, ByteSink &dest, in nameToUnicodeUTF8()
138 labelToASCII_UTF8(const StringPiece &label, ByteSink &dest,
142 labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest,
146 nameToASCII_UTF8(const StringPiece &name, ByteSink &dest,
150 nameToUnicodeUTF8(const StringPiece &name, ByteSink &dest,
163 ByteSink &dest,
258 UTS46::labelToASCII_UTF8(const StringPiece &label, ByteSink &dest, in labelToASCII_UTF8()
[all …]
Dbytestrie.cpp386 BytesTrie::getNextBytes(ByteSink &out) const { in getNextBytes()
419 BytesTrie::getNextBranchBytes(const uint8_t *pos, int32_t length, ByteSink &out) { in getNextBranchBytes()
434 BytesTrie::append(ByteSink &out, int c) { in append()
Dunistr.cpp885 UnicodeString::toUTF8(ByteSink &sink) const { in toUTF8()
/external/icu4c/i18n/
Dbocsu.h26 class ByteSink; variable
155 u_writeIdenticalLevelRun(const UChar *s, int32_t length, icu::ByteSink &sink);
Dbocsu.cpp99 u_writeIdenticalLevelRun(const UChar *s, int32_t length, icu::ByteSink &sink) { in u_writeIdenticalLevelRun()
Ducol.cpp4294 class SortKeyByteSink : public ByteSink {
4486 void appendTo(ByteSink &sink) const { in appendTo()
/external/icu4c/test/intltest/
Dstrtest.cpp337 class SimpleByteSink : public ByteSink {