Home
last modified time | relevance | path

Searched refs:UnicodeStringAppendable (Results 1 – 24 of 24) 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/cronet/third_party/icu/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/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.cpp1671 auto appendable = UnicodeStringAppendable(num); in getMixedUnitModifier()
Dmsgfmt.cpp959 UnicodeStringAppendable usapp(appendTo); in format()
/external/cronet/third_party/icu/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.cpp1671 auto appendable = UnicodeStringAppendable(num); in getMixedUnitModifier()
Dmsgfmt.cpp959 UnicodeStringAppendable usapp(appendTo); in format()
/external/cronet/third_party/icu/fuzzers/
Dicu_appendable_fuzzer.cc34 icu::UnicodeStringAppendable strAppendable(str); in LLVMFuzzerTestOneInput()
/external/icu/icu4c/source/common/
Dunistr.cpp1901 UnicodeStringAppendable::~UnicodeStringAppendable() {} in ~UnicodeStringAppendable()
1904 UnicodeStringAppendable::appendCodeUnit(UChar c) { in appendCodeUnit()
1909 UnicodeStringAppendable::appendCodePoint(UChar32 c) { in appendCodePoint()
1918 UnicodeStringAppendable::appendString(const UChar *s, int32_t length) { in appendString()
1923 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) { in reserveAppendCapacity()
1928 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer()
/external/cronet/third_party/icu/source/common/
Dunistr.cpp1901 UnicodeStringAppendable::~UnicodeStringAppendable() {} in ~UnicodeStringAppendable()
1904 UnicodeStringAppendable::appendCodeUnit(UChar c) { in appendCodeUnit()
1909 UnicodeStringAppendable::appendCodePoint(UChar32 c) { in appendCodePoint()
1918 UnicodeStringAppendable::appendString(const UChar *s, int32_t length) { in appendString()
1923 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) { in reserveAppendCapacity()
1928 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.cpp2111 UnicodeStringAppendable app(dest); in TestUnicodeStringImplementsAppendable()
Dnumbertest_api.cpp5733 UnicodeStringAppendable appendable(output.remove()); in errors()
/external/cronet/third_party/icu/source/test/intltest/
Ducharstrietest.cpp508 UnicodeStringAppendable app(buffer); in TestGetNextUChars()
Dustrtest.cpp2111 UnicodeStringAppendable app(dest); in TestUnicodeStringImplementsAppendable()
Dnumbertest_api.cpp5732 UnicodeStringAppendable appendable(output.remove()); in errors()