Home
last modified time | relevance | path

Searched refs:UnicodeStringAppendable (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dappendable.h151 class U_COMMON_API UnicodeStringAppendable : public Appendable {
158 explicit UnicodeStringAppendable(UnicodeString &s) : str(s) {} in UnicodeStringAppendable() function
164 ~UnicodeStringAppendable();
Dunistr.h81 class UnicodeStringAppendable; // unicode/appendable.h variable
3495 friend class UnicodeStringAppendable; variable
/external/icu/icu4c/source/common/
Dunistr.cpp1745 UnicodeStringAppendable::~UnicodeStringAppendable() {} in ~UnicodeStringAppendable()
1748 UnicodeStringAppendable::appendCodeUnit(UChar c) { in appendCodeUnit()
1753 UnicodeStringAppendable::appendCodePoint(UChar32 c) { in appendCodePoint()
1762 UnicodeStringAppendable::appendString(const UChar *s, int32_t length) { in appendString()
1767 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) { in reserveAppendCapacity()
1772 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer()
/external/icu/icu4c/source/test/intltest/
Ducharstrietest.cpp505 UnicodeStringAppendable app(buffer); in TestGetNextUChars()
Dustrtest.cpp2096 UnicodeStringAppendable app(dest); in TestUnicodeStringImplementsAppendable()
/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp952 UnicodeStringAppendable usapp(appendTo); in format()