Home
last modified time | relevance | path

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

/external/skia/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
/external/cronet/third_party/icu/source/common/
Dappendable.cpp35 Appendable::appendString(const UChar *s, int32_t length) { in appendString() function in Appendable
Dunistr.cpp1918 UnicodeStringAppendable::appendString(const UChar *s, int32_t length) { in appendString() function in UnicodeStringAppendable
/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
Dunistr.cpp1918 UnicodeStringAppendable::appendString(const UChar *s, int32_t length) { in appendString() function in UnicodeStringAppendable
/external/golang-protobuf/reflect/protopath/
Dstep.go193 func (s Step) appendString(b []byte) []byte { func
/external/scudo/standalone/tests/
Dstrings_test.cpp46 constexpr char appendString[] = "123"; in TEST() local
/external/cronet/third_party/icu/source/i18n/
Dformattedval_iterimpl.cpp71 void FormattedValueFieldPositionIteratorImpl::appendString( in appendString() function in FormattedValueFieldPositionIteratorImpl
/external/icu/icu4c/source/i18n/
Dformattedval_iterimpl.cpp71 void FormattedValueFieldPositionIteratorImpl::appendString( in appendString() function in FormattedValueFieldPositionIteratorImpl
/external/golang-protobuf/internal/encoding/json/
Dencode.go90 func appendString(out []byte, in string) ([]byte, error) { func
/external/caliper/examples/src/main/java/examples/
DStringBuilderBenchmark.java121 @Benchmark void appendString(int reps) { in appendString() method in StringBuilderBenchmark
/external/golang-protobuf/internal/encoding/text/
Dencode.go116 func appendString(out []byte, in string, outputASCII bool) []byte { func
/external/scudo/standalone/
Dstring_utils.cpp93 static int appendString(char **Buffer, const char *BufferEnd, int Width, in appendString() function
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
DJsonConverter.java268 … public Appendable appendString(Appendable result, String string, int indent) throws IOException { in appendString() method in JsonConverter.Item
/external/ow2-asm/asm-util/src/main/java/org/objectweb/asm/util/
DPrinter.java1232 public static void appendString(final StringBuilder stringBuilder, final String string) { in appendString() method in Printer
/external/golang-protobuf/internal/impl/
Dcodec_gen.go4926 func appendString(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error) { func