Searched refs:skipLeadingAsciiWhitespace (Results 1 - 1 of 1) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DHttpUrl.java423 int pos = skipLeadingAsciiWhitespace(input, 0, input.length());
597 private int skipLeadingAsciiWhitespace(String input, int pos, int limit) { method in class:HttpUrl.Builder

Completed in 87 milliseconds