Home
last modified time | relevance | path

Searched refs:appendChar (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrAuditTrail.cpp40 this->appendChar(json[i]); in prettify()
46 this->appendChar(json[i]); in prettify()
49 this->appendChar(json[i]); in prettify()
52 this->appendChar(json[i]); in prettify()
58 void appendChar(char appendee) { in appendChar() function in PrettyPrintJson
/external/skia/src/gpu/gl/builders/
DGrGLSLPrettyPrint.cpp75 this->appendChar('{'); in prettify()
81 this->appendChar('}'); in prettify()
93 this->appendChar(fInput[fIndex]); in prettify()
100 void appendChar(char c) { in appendChar() function in GrGLSLPrettyPrint::GLSLPrettyPrint
/external/jsilver/src/com/google/streamhtmlparser/util/
DJavascriptTokenBuffer.java100 appendChar(input.charAt(i)); in appendString()
110 public void appendChar(char input) { in appendChar() method in JavascriptTokenBuffer
/external/jsilver/src/com/google/streamhtmlparser/impl/
DJavascriptParserImpl.java232 ccBuffer.appendChar(input); in enterStateJsSlash()
260 ccBuffer.appendChar(input); in inStateJsText()
/external/caliper/examples/src/main/java/examples/
DStringBuilderBenchmark.java42 @Benchmark void appendChar(int reps) { in appendChar() method in StringBuilderBenchmark