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

/external/v8/src/
H A Ddateparser.h195 bool IsKeywordType(KeywordType tag) { function in struct:v8::internal::DateParser::DateToken
209 return IsKeywordType(TIME_ZONE_NAME) && length_ == 1 && value_ == 0;
H A Ddateparser-inl.h252 if (!scanner->Peek().IsKeywordType(TIME_SEPARATOR)) {

Completed in 38 milliseconds