Searched refs:templateStart (Results 1 – 1 of 1) sorted by relevance
220 int templateStart = 0; in format() local223 int placeholderStart = template.indexOf("%s", templateStart); in format()227 builder.append(template, templateStart, placeholderStart); in format()229 templateStart = placeholderStart + 2; in format()231 builder.append(template, templateStart, template.length()); in format()