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

/external/chromium_org/v8/src/
H A 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,
[all...]
H A Ddateparser.h138 INVALID, MONTH_NAME, TIME_ZONE_NAME, TIME_SEPARATOR, AM_PM enumerator in enum:v8::internal::DateParser::KeywordType
186 return IsKeywordType(TIME_ZONE_NAME) && length_ == 1 && value_ == 0;
H A Ddateparser-inl.h124 } else if (type == TIME_ZONE_NAME && has_read_number) {

Completed in 84 milliseconds