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
3507 friend class UnicodeStringAppendable; variable
/external/icu/icu4c/source/common/
Dunistr.cpp1721 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()
/external/icu/icu4c/source/test/intltest/
Ducharstrietest.cpp504 UnicodeStringAppendable app(buffer); in TestGetNextUChars()
Dustrtest.cpp2094 UnicodeStringAppendable app(dest); in TestUnicodeStringImplementsAppendable()
/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp948 UnicodeStringAppendable usapp(appendTo); in format()