Home
last modified time | relevance | path

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

/external/jsilver/src/com/google/streamhtmlparser/util/
DJavascriptTokenBuffer.java95 public void appendString(String input) { in appendString() method in JavascriptTokenBuffer
/external/icu/icu4c/source/common/
Dappendable.cpp35 Appendable::appendString(const UChar *s, int32_t length) { in appendString() function in Appendable
Ducasemap.cpp210 appendString(uint8_t *dest, int32_t destIndex, int32_t destCapacity, in appendString() function
Dustrcase.cpp102 appendString(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendString() function
Dunistr.cpp1878 UnicodeStringAppendable::appendString(const UChar *s, int32_t length) { in appendString() function in UnicodeStringAppendable
/external/caliper/examples/src/main/java/examples/
DStringBuilderBenchmark.java121 @Benchmark void appendString(int reps) { in appendString() method in StringBuilderBenchmark
/external/skia/src/pdf/
DSkPDFTypes.cpp326 void SkPDFArray::appendString(const SkString& value) { in appendString() function in SkPDFArray
330 void SkPDFArray::appendString(const char value[]) { in appendString() function in SkPDFArray