OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
{'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
...]
dateparser.h
123
INVALID, MONTH_NAME,
TIME_ZONE_NAME
, TIME_SEPARATOR, AM_PM
171
return IsKeywordType(
TIME_ZONE_NAME
) && length_ == 1 && value_ == 0;
dateparser-inl.h
128
} else if (type ==
TIME_ZONE_NAME
&& has_read_number) {
Completed in 2849 milliseconds