Home
last modified time | relevance | path

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

/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
3740 friend class UnicodeStringAppendable; variable
/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
3740 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
3742 friend class UnicodeStringAppendable; variable
/external/cronet/third_party/icu/fuzzers/
Dicu_appendable_fuzzer.cc34 icu::UnicodeStringAppendable strAppendable(str); in LLVMFuzzerTestOneInput()
/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.cpp652 UnicodeStringAppendable appendable(appendTo); in format()
Dnumber_longnames.cpp1671 auto appendable = UnicodeStringAppendable(num); in getMixedUnitModifier()
Dmsgfmt.cpp960 UnicodeStringAppendable usapp(appendTo); in format()
Dsmpdtfmt.cpp2174 UnicodeStringAppendable appendable(appendTo); in zeroPaddingNumber()
/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.cpp652 UnicodeStringAppendable appendable(appendTo); in format()
Dnumber_longnames.cpp1671 auto appendable = UnicodeStringAppendable(num); in getMixedUnitModifier()
Dmsgfmt.cpp960 UnicodeStringAppendable usapp(appendTo); in format()
/external/cronet/third_party/icu/source/common/
Dunistr.cpp1943 UnicodeStringAppendable::~UnicodeStringAppendable() {} in ~UnicodeStringAppendable()
1946 UnicodeStringAppendable::appendCodeUnit(char16_t c) { in appendCodeUnit()
1951 UnicodeStringAppendable::appendCodePoint(UChar32 c) { in appendCodePoint()
1960 UnicodeStringAppendable::appendString(const char16_t *s, int32_t length) { in appendString()
1965 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) { in reserveAppendCapacity()
1970 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer()
/external/icu/icu4c/source/common/
Dunistr.cpp1960 UnicodeStringAppendable::~UnicodeStringAppendable() {} in ~UnicodeStringAppendable()
1963 UnicodeStringAppendable::appendCodeUnit(char16_t c) { in appendCodeUnit()
1968 UnicodeStringAppendable::appendCodePoint(UChar32 c) { in appendCodePoint()
1977 UnicodeStringAppendable::appendString(const char16_t *s, int32_t length) { in appendString()
1982 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) { in reserveAppendCapacity()
1987 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/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()
/external/icu/icu4c/source/test/intltest/
Ducharstrietest.cpp508 UnicodeStringAppendable app(buffer); in TestGetNextUChars()
Dustrtest.cpp2111 UnicodeStringAppendable app(dest); in TestUnicodeStringImplementsAppendable()
Dnumbertest_api.cpp5766 UnicodeStringAppendable appendable(output.remove()); in errors()