Home
last modified time | relevance | path

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

/external/scudo/standalone/
Dstring_utils.cpp17 static int appendChar(char **Buffer, const char *BufferEnd, char C) { in appendChar() function
40 Res += appendChar(Buffer, BufferEnd, '-'); in appendNumber()
58 Res += appendChar(Buffer, BufferEnd, c); in appendNumber()
61 Res += appendChar(Buffer, BufferEnd, '-'); in appendNumber()
66 Res += appendChar(Buffer, BufferEnd, Digit); in appendNumber()
101 Res += appendChar(Buffer, BufferEnd, *S); in appendString()
105 Res += appendChar(Buffer, BufferEnd, ' '); in appendString()
130 Res += appendChar(&Buffer, BufferEnd, *Cur); in formatString()
195 appendChar(&Buffer, BufferEnd, static_cast<char>(va_arg(Args, int))); in formatString()
200 Res += appendChar(&Buffer, BufferEnd, '%'); in formatString()
[all …]
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dstring_utils.cpp17 static int appendChar(char **Buffer, const char *BufferEnd, char C) { in appendChar() function
40 Res += appendChar(Buffer, BufferEnd, '-'); in appendNumber()
58 Res += appendChar(Buffer, BufferEnd, c); in appendNumber()
61 Res += appendChar(Buffer, BufferEnd, '-'); in appendNumber()
66 Res += appendChar(Buffer, BufferEnd, Digit); in appendNumber()
101 Res += appendChar(Buffer, BufferEnd, *S); in appendString()
105 Res += appendChar(Buffer, BufferEnd, ' '); in appendString()
130 Res += appendChar(&Buffer, BufferEnd, *Cur); in formatString()
195 appendChar(&Buffer, BufferEnd, static_cast<char>(va_arg(Args, int))); in formatString()
200 Res += appendChar(&Buffer, BufferEnd, '%'); in formatString()
[all …]
/external/skqp/src/gpu/
DGrSKSLPrettyPrint.cpp74 this->appendChar('{'); in prettify()
80 this->appendChar('}'); in prettify()
92 this->appendChar(fInput[fIndex]); in prettify()
100 void appendChar(char c) { in appendChar() function in GrSKSLPrettyPrint::GLSLPrettyPrint
/external/skia/src/gpu/
DGrShaderUtils.cpp72 this->appendChar('{'); in prettify()
78 this->appendChar('}'); in prettify()
90 this->appendChar(fInput[fIndex]); in prettify()
98 void appendChar(char c) { in appendChar() function in GrShaderUtils::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