Home
last modified time | relevance | path

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

/external/v8/src/
Ddateparser.cc135 {'u', 't', '\0', DateParser::TIME_ZONE_NAME, 0},
136 {'u', 't', 'c', DateParser::TIME_ZONE_NAME, 0},
137 {'g', 'm', 't', DateParser::TIME_ZONE_NAME, 0},
138 {'c', 'd', 't', DateParser::TIME_ZONE_NAME, -5},
139 {'c', 's', 't', DateParser::TIME_ZONE_NAME, -6},
140 {'e', 'd', 't', DateParser::TIME_ZONE_NAME, -4},
141 {'e', 's', 't', DateParser::TIME_ZONE_NAME, -5},
142 {'m', 'd', 't', DateParser::TIME_ZONE_NAME, -6},
143 {'m', 's', 't', DateParser::TIME_ZONE_NAME, -7},
144 {'p', 'd', 't', DateParser::TIME_ZONE_NAME, -7},
[all …]
Ddateparser-inl.h80 } else if (type == TIME_ZONE_NAME && in.HasReadNumber()) { in Parse()
Ddateparser.h142 enum KeywordType { INVALID, MONTH_NAME, TIME_ZONE_NAME, AM_PM }; enumerator