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

  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NewHdfParser.java 220 int start = skipLeadingWhitespace(seq, INCLUDE_WS.length());
225 if (skipLeadingWhitespace(seq, 1) != seq.length()) {
260 int index = skipLeadingWhitespace(seq, element.endOfSequence);
272 index = skipLeadingWhitespace(seq, index + 1);
279 index = skipLeadingWhitespace(seq, index + 2);
292 index = skipLeadingWhitespace(seq, index + 1);
309 index = skipLeadingWhitespace(seq, index + 2);
336 index = skipLeadingWhitespace(seq, index + hdfName.length());
370 index = skipLeadingWhitespace(seq, index + 1);
385 index = skipLeadingWhitespace(seq, index + 1)
    [all...]

Completed in 2040 milliseconds