Searched refs:skipSpaces (Results 1 – 2 of 2) sorted by relevance
502 int pos = skipSpaces(start, end); in scanValue()513 pos = skipSpaces(pos, end); in scanValue()564 private int skipSpaces(final int start, final int end) { in skipSpaces() method in HtmlParser.AttributeScanner