Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dappendable.h156 class U_COMMON_API UnicodeStringAppendable : public Appendable {
163 explicit UnicodeStringAppendable(UnicodeString &s) : str(s) {} in UnicodeStringAppendable() function
169 ~UnicodeStringAppendable();
Dunistr.h83 class UnicodeStringAppendable; // unicode/appendable.h variable
3729 friend class UnicodeStringAppendable; variable
/external/icu/libicu/cts_headers/unicode/
Dappendable.h156 class U_COMMON_API UnicodeStringAppendable : public Appendable {
163 explicit UnicodeStringAppendable(UnicodeString &s) : str(s) {} in UnicodeStringAppendable() function
169 ~UnicodeStringAppendable();
Dunistr.h83 class UnicodeStringAppendable; // unicode/appendable.h variable
3729 friend class UnicodeStringAppendable; variable
/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp526 auto appendable = UnicodeStringAppendable(appendTo); in format()
549 auto appendable = UnicodeStringAppendable(appendTo); in format()
573 auto appendable = UnicodeStringAppendable(appendTo); in format()
606 auto appendable = UnicodeStringAppendable(appendTo); in format()
629 auto appendable = UnicodeStringAppendable(appendTo); in format()
653 auto appendable = UnicodeStringAppendable(appendTo); in format()
674 auto appendable = UnicodeStringAppendable(appendTo); in format()
694 auto appendable = UnicodeStringAppendable(appendTo); in format()
715 auto appendable = UnicodeStringAppendable(appendTo); in format()
Dlistformatter.cpp659 UnicodeStringAppendable appendable(appendTo); in format()
Dnumber_longnames.cpp1651 auto appendable = UnicodeStringAppendable(num); in getMixedUnitModifier()
Dmsgfmt.cpp957 UnicodeStringAppendable usapp(appendTo); in format()
/external/icu/icu4c/source/common/
Dunistr.cpp1900 UnicodeStringAppendable::~UnicodeStringAppendable() {} in ~UnicodeStringAppendable()
1903 UnicodeStringAppendable::appendCodeUnit(UChar c) { in appendCodeUnit()
1908 UnicodeStringAppendable::appendCodePoint(UChar32 c) { in appendCodePoint()
1917 UnicodeStringAppendable::appendString(const UChar *s, int32_t length) { in appendString()
1922 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) { in reserveAppendCapacity()
1927 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer()
/external/tensorflow/tensorflow/core/kernels/
Dunicode_ops.cc565 icu::UnicodeStringAppendable appendable_unicode_string(unicode_string); in Compute()
/external/icu/icu4c/source/test/intltest/
Ducharstrietest.cpp508 UnicodeStringAppendable app(buffer); in TestGetNextUChars()
Dustrtest.cpp2101 UnicodeStringAppendable app(dest); in TestUnicodeStringImplementsAppendable()
Dnumbertest_api.cpp5419 UnicodeStringAppendable appendable(output.remove()); in errors()