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

/external/icu4c/common/unicode/
H A Dappendable.h20 * \brief C++ API: Appendable class: Sink for Unicode code points and 16-bit code units (UChars).
32 * Combines elements of Java Appendable and ICU4C ByteSink.
49 class U_COMMON_API Appendable : public UObject { class in inherits:UObject
55 ~Appendable();
101 * on this Appendable.
117 * If the Appendable allocates or reallocates an internal buffer, it should use
146 * An Appendable implementation which writes to a UnicodeString.
151 class U_COMMON_API UnicodeStringAppendable : public Appendable {
155 * @param s The UnicodeString to which this Appendable will write.
208 * For details see Appendable
[all...]
/external/icu4c/common/
H A Dappendable.cpp21 Appendable::~Appendable() {}
24 Appendable::appendCodePoint(UChar32 c) {
33 Appendable::appendString(const UChar *s, int32_t length) {
53 Appendable::reserveAppendCapacity(int32_t /*appendCapacity*/) {
58 Appendable::getAppendBuffer(int32_t minCapacity,

Completed in 95 milliseconds