Home
last modified time | relevance | path

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

/external/icu4c/common/unicode/
Dbytestream.h48 class U_COMMON_API ByteSink : public UMemory {
54 ByteSink() { } in ByteSink() function
59 virtual ~ByteSink() { } in ~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 {
226 class StringByteSink : public ByteSink {
Didna.h195 labelToASCII_UTF8(const StringPiece &label, ByteSink &dest,
213 labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest,
231 nameToASCII_UTF8(const StringPiece &name, ByteSink &dest,
249 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);
Durename.h1791 #define ByteSink U_ICU_ENTRY_POINT_RENAME(ByteSink) macro
Dunistr.h1608 void toUTF8(ByteSink &sink) const;
/external/icu4c/i18n/
Dbocsu.h26 class ByteSink; variable
155 u_writeIdenticalLevelRun(const UChar *s, int32_t length, U_NAMESPACE_QUALIFIER ByteSink &sink);
Dbocsu.cpp98 u_writeIdenticalLevelRun(const UChar *s, int32_t length, U_NAMESPACE_QUALIFIER ByteSink &sink) { in u_writeIdenticalLevelRun()
Ducol.cpp4270 class SortKeyByteSink : public ByteSink {
/external/icu4c/common/
Dbytestream.cpp13 char* ByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer()
25 void ByteSink::Flush() {} in Flush()
Duts46.cpp68 IDNA::labelToASCII_UTF8(const StringPiece &label, ByteSink &dest, in labelToASCII_UTF8()
78 IDNA::labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest, in labelToUnicodeUTF8()
88 IDNA::nameToASCII_UTF8(const StringPiece &name, ByteSink &dest, in nameToASCII_UTF8()
98 IDNA::nameToUnicodeUTF8(const StringPiece &name, ByteSink &dest, in nameToUnicodeUTF8()
133 labelToASCII_UTF8(const StringPiece &label, ByteSink &dest,
137 labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest,
141 nameToASCII_UTF8(const StringPiece &name, ByteSink &dest,
145 nameToUnicodeUTF8(const StringPiece &name, ByteSink &dest,
158 ByteSink &dest,
250 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.cpp838 UnicodeString::toUTF8(ByteSink &sink) const { in toUTF8()
/external/icu4c/test/intltest/
Dstrtest.cpp369 class SimpleByteSink : public ByteSink {