Home
last modified time | relevance | path

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

/external/v8/src/
Ddateparser.cc142 {'u', 't', '\0', DateParser::TIME_ZONE_NAME, 0},
143 {'u', 't', 'c', DateParser::TIME_ZONE_NAME, 0},
144 {'z', '\0', '\0', DateParser::TIME_ZONE_NAME, 0},
145 {'g', 'm', 't', DateParser::TIME_ZONE_NAME, 0},
146 {'c', 'd', 't', DateParser::TIME_ZONE_NAME, -5},
147 {'c', 's', 't', DateParser::TIME_ZONE_NAME, -6},
148 {'e', 'd', 't', DateParser::TIME_ZONE_NAME, -4},
149 {'e', 's', 't', DateParser::TIME_ZONE_NAME, -5},
150 {'m', 'd', 't', DateParser::TIME_ZONE_NAME, -6},
151 {'m', 's', 't', DateParser::TIME_ZONE_NAME, -7},
[all …]
Ddateparser-inl.h93 } else if (type == TIME_ZONE_NAME && in.HasReadNumber()) { in Parse()
Ddateparser.h164 enum KeywordType { INVALID, MONTH_NAME, TIME_ZONE_NAME, AM_PM }; enumerator