Home
last modified time | relevance | path

Searched defs:appendString (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/m133/src/utils/
DSkJSONWriter.h176 void appendString(const char* value, size_t size) { in appendString() function
212 void appendString(const SkString& value) { in appendString() function
217 void appendString(const T& value) { in appendString() function
254 void appendString(const char* name, const char* value, size_t size) { in appendString() function
258 void appendString(const char* name, const SkString& value) { in appendString() function
264 void appendString(const char* name, const T& value) { in appendString() function
/third_party/skia/third_party/externals/icu/source/common/
Dappendable.cpp35 Appendable::appendString(const UChar *s, int32_t length) { in appendString() function in Appendable
Dunistr.cpp1917 UnicodeStringAppendable::appendString(const UChar *s, int32_t length) { in appendString() function in UnicodeStringAppendable
/third_party/skia/m133/third_party/externals/icu/source/common/
Dappendable.cpp35 Appendable::appendString(const char16_t *s, int32_t length) { in appendString() function in Appendable
Dunistr.cpp1960 UnicodeStringAppendable::appendString(const char16_t *s, int32_t length) { in appendString() function in UnicodeStringAppendable
/third_party/icu/icu4c/source/common/
Dappendable.cpp35 Appendable::appendString(const UChar *s, int32_t length) { in appendString() function in Appendable
Dunistr.cpp1925 UnicodeStringAppendable::appendString(const UChar *s, int32_t length) { in appendString() function in UnicodeStringAppendable
/third_party/skia/src/utils/
DSkJSONWriter.h168 void appendString(const char* value) { in appendString() function
222 DEFINE_NAMED_APPEND(appendString, const char *) in DEFINE_NAMED_APPEND() argument
/third_party/skia/m133/third_party/externals/icu/source/i18n/
Dformattedval_iterimpl.cpp71 void FormattedValueFieldPositionIteratorImpl::appendString( in appendString() function in FormattedValueFieldPositionIteratorImpl
/third_party/icu/icu4c/source/i18n/
Dformattedval_iterimpl.cpp71 void FormattedValueFieldPositionIteratorImpl::appendString( in appendString() function in FormattedValueFieldPositionIteratorImpl
/third_party/skia/third_party/externals/icu/source/i18n/
Dformattedval_iterimpl.cpp71 void FormattedValueFieldPositionIteratorImpl::appendString( in appendString() function in FormattedValueFieldPositionIteratorImpl
/third_party/skia/src/pdf/
DSkPDFTypes.cpp322 void SkPDFArray::appendString(SkString value) { in appendString() function in SkPDFArray
326 void SkPDFArray::appendString(const char value[]) { in appendString() function in SkPDFArray
DSkPDFTag.cpp94 void SkPDF::AttributeList::appendString( in appendString() function in SkPDF::AttributeList