Home
last modified time | relevance | path

Searched refs:isJavascriptWhitespace (Results 1 – 3 of 3) sorted by relevance

/external/jsilver/src/com/google/streamhtmlparser/util/
DJavascriptTokenBuffer.java111 if (HtmlUtils.isJavascriptWhitespace(input) && in appendChar()
112 HtmlUtils.isJavascriptWhitespace(getChar(-1))) { in appendChar()
196 if (HtmlUtils.isJavascriptWhitespace(getChar(-1))) {
DHtmlUtils.java278 public static boolean isJavascriptWhitespace(char chr) { in isJavascriptWhitespace() method in HtmlUtils
/external/jsilver/src/com/google/streamhtmlparser/impl/
DJavascriptParserImpl.java185 if (HtmlUtils.isJavascriptWhitespace(ccBuffer.getChar(position))) { in enterStateJsSlash()
252 if (HtmlUtils.isJavascriptWhitespace(ccBuffer.getChar(-2))) { in enterStateJsCommentAfter()