Searched refs:UnicodeStringAppendable (Results 1 – 6 of 6) sorted by relevance
151 class U_COMMON_API UnicodeStringAppendable : public Appendable {158 explicit UnicodeStringAppendable(UnicodeString &s) : str(s) {} in UnicodeStringAppendable() function164 ~UnicodeStringAppendable();
81 class UnicodeStringAppendable; // unicode/appendable.h variable3507 friend class UnicodeStringAppendable; variable
1721 UnicodeStringAppendable::~UnicodeStringAppendable() {} in ~UnicodeStringAppendable()1724 UnicodeStringAppendable::appendCodeUnit(UChar c) { in appendCodeUnit()1729 UnicodeStringAppendable::appendCodePoint(UChar32 c) { in appendCodePoint()1738 UnicodeStringAppendable::appendString(const UChar *s, int32_t length) { in appendString()1743 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) { in reserveAppendCapacity()1748 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer()
504 UnicodeStringAppendable app(buffer); in TestGetNextUChars()
2094 UnicodeStringAppendable app(dest); in TestUnicodeStringImplementsAppendable()
948 UnicodeStringAppendable usapp(appendTo); in format()