KeywordType 139 src/dateparser-inl.h KeywordType type = token.keyword_type();
KeywordType 180 src/dateparser.h KeywordType keyword_type() {
KeywordType 182 src/dateparser.h return static_cast<KeywordType>(tag_);
KeywordType 195 src/dateparser.h bool IsKeywordType(KeywordType tag) {
KeywordType 215 src/dateparser.h static DateToken Keyword(KeywordType tag, int value, int length) {
KeywordType 296 src/dateparser.h static KeywordType GetType(int i) {
KeywordType 297 src/dateparser.h return static_cast<KeywordType>(array[i][kTypeOffset]);