Home
last modified time | relevance | path

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

/external/v8/src/
Ddateparser.h160 enum KeywordType { enum
180 KeywordType keyword_type() { in keyword_type()
182 return static_cast<KeywordType>(tag_); in keyword_type()
195 bool IsKeywordType(KeywordType tag) { in IsKeywordType()
215 static DateToken Keyword(KeywordType tag, int value, int length) { in Keyword()
296 static KeywordType GetType(int i) { in GetType()
297 return static_cast<KeywordType>(array[i][kTypeOffset]); in GetType()
Ddateparser-inl.h139 KeywordType type = token.keyword_type(); in Parse()