Home
last modified time | relevance | path

Searched refs:TIME_ZONE_NAME (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Ddateparser.cc122 {'u', 't', '\0', DateParser::TIME_ZONE_NAME, 0},
123 {'u', 't', 'c', DateParser::TIME_ZONE_NAME, 0},
124 {'z', '\0', '\0', DateParser::TIME_ZONE_NAME, 0},
125 {'g', 'm', 't', DateParser::TIME_ZONE_NAME, 0},
126 {'c', 'd', 't', DateParser::TIME_ZONE_NAME, -5},
127 {'c', 's', 't', DateParser::TIME_ZONE_NAME, -6},
128 {'e', 'd', 't', DateParser::TIME_ZONE_NAME, -4},
129 {'e', 's', 't', DateParser::TIME_ZONE_NAME, -5},
130 {'m', 'd', 't', DateParser::TIME_ZONE_NAME, -6},
131 {'m', 's', 't', DateParser::TIME_ZONE_NAME, -7},
[all …]
Ddateparser.h138 INVALID, MONTH_NAME, TIME_ZONE_NAME, TIME_SEPARATOR, AM_PM enumerator
186 return IsKeywordType(TIME_ZONE_NAME) && length_ == 1 && value_ == 0; in IsKeywordZ()
Ddateparser-inl.h124 } else if (type == TIME_ZONE_NAME && has_read_number) { in Parse()