Home
last modified time | relevance | path

Searched refs:UnicodeStringAppendable (Results 1 – 9 of 9) 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.h79 class UnicodeStringAppendable; // unicode/appendable.h variable
3748 friend class UnicodeStringAppendable; variable
/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp436 auto appendable = UnicodeStringAppendable(appendTo); in format()
448 auto appendable = UnicodeStringAppendable(appendTo); in format()
461 auto appendable = UnicodeStringAppendable(appendTo); in format()
488 auto appendable = UnicodeStringAppendable(appendTo); in format()
500 auto appendable = UnicodeStringAppendable(appendTo); in format()
513 auto appendable = UnicodeStringAppendable(appendTo); in format()
523 auto appendable = UnicodeStringAppendable(appendTo); in format()
532 auto appendable = UnicodeStringAppendable(appendTo); in format()
542 auto appendable = UnicodeStringAppendable(appendTo); in format()
Dmsgfmt.cpp952 UnicodeStringAppendable usapp(appendTo); in format()
/external/icu/icu4c/source/common/
Dunistr.cpp1897 UnicodeStringAppendable::~UnicodeStringAppendable() {} in ~UnicodeStringAppendable()
1900 UnicodeStringAppendable::appendCodeUnit(UChar c) { in appendCodeUnit()
1905 UnicodeStringAppendable::appendCodePoint(UChar32 c) { in appendCodePoint()
1914 UnicodeStringAppendable::appendString(const UChar *s, int32_t length) { in appendString()
1919 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) { in reserveAppendCapacity()
1924 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer()
/external/tensorflow/tensorflow/core/kernels/
Dunicode_ops.cc534 icu::UnicodeStringAppendable appendable_unicode_string(unicode_string); in Compute()
/external/icu/icu4c/source/test/intltest/
Ducharstrietest.cpp507 UnicodeStringAppendable app(buffer); in TestGetNextUChars()
Dustrtest.cpp2092 UnicodeStringAppendable app(dest); in TestUnicodeStringImplementsAppendable()
Dnumbertest_api.cpp2270 UnicodeStringAppendable appendable(output.remove()); in errors()