HomeSort by relevance Sort by last modified time
    Searched refs:TIME_ZONE_NAME (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
dateparser.cc 135 {'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...]
dateparser-inl.h 80 } else if (type == TIME_ZONE_NAME && in.HasReadNumber()) {
dateparser.h 142 enum KeywordType { INVALID, MONTH_NAME, TIME_ZONE_NAME, AM_PM };

Completed in 2584 milliseconds