HomeSort by relevance Sort by last modified time
    Searched full:placeholderstart (Results 1 - 1 of 1) sorted by null

  /external/guava/src/com/google/common/base/
Preconditions.java 411 int placeholderStart = template.indexOf("%s", templateStart);
412 if (placeholderStart == -1) {
415 builder.append(template.substring(templateStart, placeholderStart));
417 templateStart = placeholderStart + 2;

Completed in 49 milliseconds