Searched defs:ByteSink (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Dbytestream.cpp13 ByteSink::~ByteSink() {}
15 char* ByteSink::GetAppendBuffer(int32_t min_capacity,
27 void ByteSink::Flush() {}
/external/icu4c/common/unicode/
H A Dbytestream.h7 // Abstract interface that consumes a sequence of bytes (ByteSink).
13 // ByteSink:
45 * A ByteSink can be filled with bytes.
48 class U_COMMON_API ByteSink : public UMemory { class in inherits:UMemory
54 ByteSink() { } function in class:ByteSink
59 virtual ~ByteSink();
75 * on this ByteSink.
89 * If the ByteSink allocates or reallocates an internal buffer, it should use
120 * The ByteSink should be ready for further Append() calls after Flush().
127 ByteSink(cons
[all...]

Completed in 52 milliseconds