[go: nahoru, domu]

Searched refs:trimLeadingWhitespace (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java168 ((Html)tokens.get(i - 1)).trimLeadingWhitespace();
740 public void trimLeadingWhitespace() { method in class:AbstractMessageParser.Html
741 text = trimLeadingWhitespace(text);
742 html = trimLeadingWhitespace(html);
750 private static String trimLeadingWhitespace(String text) { method in class:AbstractMessageParser.Html

Completed in 32 milliseconds