Searched refs:ByteSink (Results 1 – 13 of 13) sorted by relevance
/external/icu4c/common/unicode/ |
D | bytestream.h | 48 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 {
|
D | idna.h | 195 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,
|
D | bytestrie.h | 30 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);
|
D | urename.h | 1791 #define ByteSink U_ICU_ENTRY_POINT_RENAME(ByteSink) macro
|
D | unistr.h | 1608 void toUTF8(ByteSink &sink) const;
|
/external/icu4c/i18n/ |
D | bocsu.h | 26 class ByteSink; variable 155 u_writeIdenticalLevelRun(const UChar *s, int32_t length, U_NAMESPACE_QUALIFIER ByteSink &sink);
|
D | bocsu.cpp | 98 u_writeIdenticalLevelRun(const UChar *s, int32_t length, U_NAMESPACE_QUALIFIER ByteSink &sink) { in u_writeIdenticalLevelRun()
|
D | ucol.cpp | 4270 class SortKeyByteSink : public ByteSink {
|
/external/icu4c/common/ |
D | bytestream.cpp | 13 char* ByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() 25 void ByteSink::Flush() {} in Flush()
|
D | uts46.cpp | 68 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 …]
|
D | bytestrie.cpp | 386 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()
|
D | unistr.cpp | 838 UnicodeString::toUTF8(ByteSink &sink) const { in toUTF8()
|
/external/icu4c/test/intltest/ |
D | strtest.cpp | 369 class SimpleByteSink : public ByteSink {
|