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

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DStructuralWhitespaceStripper.java205 private static String stripLeadingWhitespaceAndNewline(String text) { method in class:StructuralWhitespaceStripper
234 private static ADataCommand stripLeadingWhitespaceAndNewline(ADataCommand data) { method in class:StructuralWhitespaceStripper
236 String text = stripLeadingWhitespaceAndNewline(data.getData().getText());
313 data = stripLeadingWhitespaceAndNewline(data);

Completed in 256 milliseconds