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