Home | History | Annotate | Download | only in unicode

Lines Matching defs:Appendable

6 *   file name:  appendable.h
20 * \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 {
55 ~Appendable();
101 * on this Appendable.
117 * If the Appendable allocates or reallocates an internal buffer, it should use
150 * An Appendable implementation which writes to a UnicodeString.
155 class U_COMMON_API UnicodeStringAppendable : public Appendable {
159 * @param s The UnicodeString to which this Appendable will write.
212 * For details see Appendable::getAppendBuffer().