Searched defs:appendString (Results 1 – 9 of 9) sorted by relevance
95 public void appendString(String input) { in appendString() method in JavascriptTokenBuffer
35 Appendable::appendString(const UChar *s, int32_t length) { in appendString() function in Appendable
1914 UnicodeStringAppendable::appendString(const UChar *s, int32_t length) { in appendString() function in UnicodeStringAppendable
168 void appendString(const char* value) { in appendString() function222 DEFINE_NAMED_APPEND(appendString, const char *) in DEFINE_NAMED_APPEND() argument
121 @Benchmark void appendString(int reps) { in appendString() method in StringBuilderBenchmark
319 void SkPDFArray::appendString(SkString value) { in appendString() function in SkPDFArray323 void SkPDFArray::appendString(const char value[]) { in appendString() function in SkPDFArray
264 … public Appendable appendString(Appendable result, String string, int indent) throws IOException { in appendString() method in JsonConverter.Item