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

  /external/chromium_org/v8/src/
dateparser.cc 122 {'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, -7}
    [all...]
dateparser.h 138 INVALID, MONTH_NAME, TIME_ZONE_NAME, TIME_SEPARATOR, AM_PM
186 return IsKeywordType(TIME_ZONE_NAME) && length_ == 1 && value_ == 0;
dateparser-inl.h 124 } else if (type == TIME_ZONE_NAME && has_read_number) {

Completed in 57 milliseconds