Searched refs:appendChar (Results 1 – 5 of 5) sorted by relevance
40 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
75 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
100 appendChar(input.charAt(i)); in appendString()110 public void appendChar(char input) { in appendChar() method in JavascriptTokenBuffer
232 ccBuffer.appendChar(input); in enterStateJsSlash()260 ccBuffer.appendChar(input); in inStateJsText()
42 @Benchmark void appendChar(int reps) { in appendChar() method in StringBuilderBenchmark