Searched refs:IsKeywordType (Results 1 – 2 of 2) sorted by relevance
172 bool IsKeywordType(KeywordType tag) { in IsKeywordType() function186 return IsKeywordType(TIME_ZONE_NAME) && length_ == 1 && value_ == 0; in IsKeywordZ()
233 if (!scanner->Peek().IsKeywordType(TIME_SEPARATOR)) { in ParseES5DateTime()