Lines Matching refs:TIME_ZONE_NAME
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},
145 {'p', 'd', 't', DateParser::TIME_ZONE_NAME, -7},
146 {'p', 's', 't', DateParser::TIME_ZONE_NAME, -8},