Lines Matching refs:stringAppend
1167 this->stringAppend(result, block); in addCodeBlock()
1188 this->stringAppend(result, '\n'); in addCodeBlock()
1191 this->stringAppend(result, in addCodeBlock()
1193 this->stringAppend(result, '\n'); in addCodeBlock()
1201 this->stringAppend(result, in addCodeBlock()
1203 this->stringAppend(result, ";\n"); in addCodeBlock()
1208 this->stringAppend(result, member); in addCodeBlock()
1209 this->stringAppend(result, ";\n"); in addCodeBlock()
1215 this->stringAppend(result, body); in addCodeBlock()
1216 this->stringAppend(result, '\n'); in addCodeBlock()
1221 this->stringAppend(result, member); in addCodeBlock()
1238 this->stringAppend(result, ' '); in addCodeBlock()
1240 this->stringAppend(result, middle); in addCodeBlock()
1245 this->stringAppend(result, ';'); in addCodeBlock()
1246 this->stringAppend(result, '\n'); in addCodeBlock()