Home
last modified time | relevance | path

Searched refs:KeywordType (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Ddateparser.h122 enum KeywordType { enum
142 KeywordType keyword_type() { in keyword_type()
144 return static_cast<KeywordType>(tag_); in keyword_type()
157 bool IsKeywordType(KeywordType tag) { in IsKeywordType()
177 static DateToken Keyword(KeywordType tag, int value, int length) { in Keyword()
258 static KeywordType GetType(int i) { in GetType()
259 return static_cast<KeywordType>(array[i][kTypeOffset]); in GetType()
Ddateparser-inl.h121 KeywordType type = token.keyword_type(); in Parse()