Searched refs:hasToken (Results 1 – 3 of 3) sorted by relevance
69 } else if (this->hasToken("#") || this->hasToken("//")) { in prettify()71 } else if (this->hasToken("/*")) { in prettify()83 } else if (this->hasToken(")")) { in prettify()85 } else if (this->hasToken("(")) { in prettify()87 } else if (!parensDepth && this->hasToken(";")) { in prettify()108 bool hasToken(const char* token) { in hasToken() function in GrGLSLPrettyPrint::GLSLPrettyPrint148 if (this->hasToken(token)) { in parseUntil()
101 return hasToken(); in hasNext()138 public boolean hasToken() { in hasToken() method in CssTokens.TokenIterator143 while (hasToken()) { in hasTokenAfterSpace()160 if (!hasToken()) { throw new NoSuchElementException(); } in advance()
369 boolean hasToken; in lookbehindHasToken()376 hasToken = (c0 == '|') ? false : true; in lookbehindHasToken()380 hasToken = false; in lookbehindHasToken()383 return hasToken; in lookbehindHasToken()