Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dappendable.h153 class U_COMMON_API UnicodeStringAppendable : public Appendable {
160 explicit UnicodeStringAppendable(UnicodeString &s) : str(s) {} in UnicodeStringAppendable() function
166 ~UnicodeStringAppendable();
Dunistr.h84 class UnicodeStringAppendable; // unicode/appendable.h variable
3643 friend class UnicodeStringAppendable; variable
/external/icu/icu4c/source/common/
Dunistr.cpp1861 UnicodeStringAppendable::~UnicodeStringAppendable() {} in ~UnicodeStringAppendable()
1864 UnicodeStringAppendable::appendCodeUnit(UChar c) { in appendCodeUnit()
1869 UnicodeStringAppendable::appendCodePoint(UChar32 c) { in appendCodePoint()
1878 UnicodeStringAppendable::appendString(const UChar *s, int32_t length) { in appendString()
1883 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) { in reserveAppendCapacity()
1888 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer()
/external/icu/icu4c/source/test/intltest/
Ducharstrietest.cpp506 UnicodeStringAppendable app(buffer); in TestGetNextUChars()
Dustrtest.cpp2088 UnicodeStringAppendable app(dest); in TestUnicodeStringImplementsAppendable()
/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp951 UnicodeStringAppendable usapp(appendTo); in format()