HomeSort by relevance Sort by last modified time
    Searched defs:skipLeadingWhitespace (Results 1 - 3 of 3) 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...]
  /external/webkit/Source/WebCore/html/parser/
HTMLTreeBuilder.cpp 272 void skipLeadingWhitespace()
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp     [all...]

Completed in 325 milliseconds