HomeSort by relevance Sort by last modified time
    Searched refs:templateStart (Results 1 - 2 of 2) sorted by null

  /external/guava/src/com/google/common/base/
Preconditions.java 408 int templateStart = 0;
411 int placeholderStart = template.indexOf("%s", templateStart);
415 builder.append(template.substring(templateStart, placeholderStart));
417 templateStart = placeholderStart + 2;
419 builder.append(template.substring(templateStart));
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 98 milliseconds