Searched defs:skipLeadingWhitespace (Results 1 - 3 of 3) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DNewHdfParser.java220 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(se
652 private static int skipLeadingWhitespace(String seq, int index) { method in class:NewHdfParser
[all...]
/external/webkit/Source/WebCore/html/parser/
H A DHTMLTreeBuilder.cpp272 void skipLeadingWhitespace() function in class:WebCore::HTMLTreeBuilder::ExternalCharacterTokenBuffer
2435 buffer.skipLeadingWhitespace();
2443 buffer.skipLeadingWhitespace();
2451 buffer.skipLeadingWhitespace();
/external/webkit/Source/WebCore/rendering/
H A DRenderBlockLineLayout.cpp1599 void RenderBlock::skipLeadingWhitespace(InlineBidiResolver& resolver, bool isLineEmpty, bool previousLineBrokeCleanly, function in class:RenderBlock
1806 skipLeadingWhitespace(resolver, isLineEmpty, previousLineBrokeCleanly, lastFloatFromPreviousLine, width);

Completed in 136 milliseconds