Searched refs:TIME_ZONE_NAME (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | dateparser.cc | 135 {'u', 't', '\0', DateParser::TIME_ZONE_NAME, 0}, 136 {'u', 't', 'c', DateParser::TIME_ZONE_NAME, 0}, 137 {'z', '\0', '\0', DateParser::TIME_ZONE_NAME, 0}, 138 {'g', 'm', 't', DateParser::TIME_ZONE_NAME, 0}, 139 {'c', 'd', 't', DateParser::TIME_ZONE_NAME, -5}, 140 {'c', 's', 't', DateParser::TIME_ZONE_NAME, -6}, 141 {'e', 'd', 't', DateParser::TIME_ZONE_NAME, -4}, 142 {'e', 's', 't', DateParser::TIME_ZONE_NAME, -5}, 143 {'m', 'd', 't', DateParser::TIME_ZONE_NAME, -6}, 144 {'m', 's', 't', DateParser::TIME_ZONE_NAME, -7}, [all …]
|
D | dateparser.h | 123 INVALID, MONTH_NAME, TIME_ZONE_NAME, TIME_SEPARATOR, AM_PM enumerator 171 return IsKeywordType(TIME_ZONE_NAME) && length_ == 1 && value_ == 0; in IsKeywordZ()
|
D | dateparser-inl.h | 128 } else if (type == TIME_ZONE_NAME && has_read_number) { in Parse()
|