Home
last modified time | relevance | path

Searched refs:zonename (Results 1 - 13 of 13) sorted by relevance

/third_party/tzdata/
H A Dzishrink.awk240 zonename = startdef = field[2]
242 zonename = startdef = field[3]
244 zonename = ""
253 linkdef[zonename] = field[2]
257 zonedef[zonename] = (zoneline ? "" : zonedef[zonename] "\n") outline
272 zoneline, zonelines, zonename)
288 for (zonename in zonedef) {
289 zonelines = split(zonedef[zonename], zoneline, /\n/)
302 zonedef[zonename]
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dvtzone.h400 void writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
403 void writeZonePropsByDOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
407 void writeZonePropsByDOW(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
411 void writeZonePropsByDOW_GEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
418 void writeZonePropsByDOW_LEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
426 void beginZoneProps(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
/third_party/icu/icu4c/source/i18n/unicode/
H A Dvtzone.h397 void writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
400 void writeZonePropsByDOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
404 void writeZonePropsByDOW(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
408 void writeZonePropsByDOW_GEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
415 void writeZonePropsByDOW_LEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
423 void beginZoneProps(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dvtzone.h397 void writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
400 void writeZonePropsByDOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
404 void writeZonePropsByDOW(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
408 void writeZonePropsByDOW_GEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
415 void writeZonePropsByDOW_LEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
423 void beginZoneProps(VTZWriter& writer, UBool isDst, const UnicodeString& zonename,
/third_party/node/deps/icu-small/source/i18n/
H A Dvtzone.cpp353 static void getDefaultTZName(const UnicodeString &tzid, UBool isDST, UnicodeString& zonename) { in getDefaultTZName() argument
354 zonename = tzid; in getDefaultTZName()
356 zonename += UNICODE_STRING_SIMPLE("(DST)"); in getDefaultTZName()
358 zonename += UNICODE_STRING_SIMPLE("(STD)"); in getDefaultTZName()
518 static TimeZoneRule* createRuleByRRULE(const UnicodeString& zonename, int rawOffset, int dstSavings, UDate start, in createRuleByRRULE() argument
711 return new AnnualTimeZoneRule(zonename, rawOffset, dstSavings, adtr, startYear, endYear); in createRuleByRRULE()
721 static TimeZoneRule* createRuleByRDATE(const UnicodeString& zonename, int32_t rawOffset, int32_t dstSavings,
730 retVal = new TimeArrayTimeZoneRule(zonename, rawOffset, dstSavings, &start, 1, DateTimeRule::UTC_TIME);
747 retVal = new TimeArrayTimeZoneRule(zonename, rawOffset, dstSavings, times, size, DateTimeRule::UTC_TIME);
1380 UnicodeString zonename; // curren in parse() local
2192 writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE, UErrorCode& status) const writeZonePropsByTime() argument
2219 writeZonePropsByDOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t dayOfMonth, UDate startTime, UDate untilTime, UErrorCode& status) const writeZonePropsByDOM() argument
2253 writeZonePropsByDOW(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t weekInMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const writeZonePropsByDOW() argument
2289 writeZonePropsByDOW_GEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const writeZonePropsByDOW_GEQ_DOM() argument
2413 writeZonePropsByDOW_LEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const writeZonePropsByDOW_LEQ_DOM() argument
2501 beginZoneProps(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const beginZoneProps() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dvtzone.cpp353 static void getDefaultTZName(const UnicodeString &tzid, UBool isDST, UnicodeString& zonename) { in getDefaultTZName() argument
354 zonename = tzid; in getDefaultTZName()
356 zonename += UNICODE_STRING_SIMPLE("(DST)"); in getDefaultTZName()
358 zonename += UNICODE_STRING_SIMPLE("(STD)"); in getDefaultTZName()
518 static TimeZoneRule* createRuleByRRULE(const UnicodeString& zonename, int rawOffset, int dstSavings, UDate start, in createRuleByRRULE() argument
711 return new AnnualTimeZoneRule(zonename, rawOffset, dstSavings, adtr, startYear, endYear); in createRuleByRRULE()
721 static TimeZoneRule* createRuleByRDATE(const UnicodeString& zonename, int32_t rawOffset, int32_t dstSavings,
730 retVal = new TimeArrayTimeZoneRule(zonename, rawOffset, dstSavings, &start, 1, DateTimeRule::UTC_TIME);
747 retVal = new TimeArrayTimeZoneRule(zonename, rawOffset, dstSavings, times, size, DateTimeRule::UTC_TIME);
1380 UnicodeString zonename; // curren in parse() local
2192 writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE, UErrorCode& status) const writeZonePropsByTime() argument
2219 writeZonePropsByDOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t dayOfMonth, UDate startTime, UDate untilTime, UErrorCode& status) const writeZonePropsByDOM() argument
2253 writeZonePropsByDOW(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t weekInMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const writeZonePropsByDOW() argument
2289 writeZonePropsByDOW_GEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const writeZonePropsByDOW_GEQ_DOM() argument
2413 writeZonePropsByDOW_LEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const writeZonePropsByDOW_LEQ_DOM() argument
2501 beginZoneProps(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const beginZoneProps() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dvtzone.cpp361 static void getDefaultTZName(const UnicodeString &tzid, UBool isDST, UnicodeString& zonename) { in getDefaultTZName() argument
362 zonename = tzid; in getDefaultTZName()
364 zonename += UNICODE_STRING_SIMPLE("(DST)"); in getDefaultTZName()
366 zonename += UNICODE_STRING_SIMPLE("(STD)"); in getDefaultTZName()
526 static TimeZoneRule* createRuleByRRULE(const UnicodeString& zonename, int rawOffset, int dstSavings, UDate start, in createRuleByRRULE() argument
719 return new AnnualTimeZoneRule(zonename, rawOffset, dstSavings, adtr, startYear, endYear); in createRuleByRRULE()
729 static TimeZoneRule* createRuleByRDATE(const UnicodeString& zonename, int32_t rawOffset, int32_t dstSavings,
738 retVal = new TimeArrayTimeZoneRule(zonename, rawOffset, dstSavings, &start, 1, DateTimeRule::UTC_TIME);
755 retVal = new TimeArrayTimeZoneRule(zonename, rawOffset, dstSavings, times, size, DateTimeRule::UTC_TIME);
1412 UnicodeString zonename; // curren in parse() local
2286 writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE, UErrorCode& status) const writeZonePropsByTime() argument
2313 writeZonePropsByDOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t dayOfMonth, UDate startTime, UDate untilTime, UErrorCode& status) const writeZonePropsByDOM() argument
2347 writeZonePropsByDOW(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t weekInMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const writeZonePropsByDOW() argument
2383 writeZonePropsByDOW_GEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const writeZonePropsByDOW_GEQ_DOM() argument
2507 writeZonePropsByDOW_LEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const writeZonePropsByDOW_LEQ_DOM() argument
2595 beginZoneProps(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const beginZoneProps() argument
[all...]
/third_party/musl/porting/liteos_a/kernel/src/time/
H A D__tz.c154 void __secs_to_zone(long long t, int local, int *isdst, long *offset, long *oppoff, const char **zonename) in __secs_to_zone() argument
165 *zonename = (const char *)abbrevs + types[6*i+5]; in __secs_to_zone()
198 *zonename = __tzname[0]; in __secs_to_zone()
205 *zonename = __tzname[1]; in __secs_to_zone()
/third_party/musl/porting/uniproton/kernel/src/time/
H A D__tz.c160 void __secs_to_zone(long long t, int local, int *isdst, long *offset, long *oppoff, const char **zonename) in __secs_to_zone() argument
171 *zonename = (const char *)abbrevs + types[6*i+5]; in __secs_to_zone()
204 *zonename = __tzname[0]; in __secs_to_zone()
211 *zonename = __tzname[1]; in __secs_to_zone()
/third_party/musl/porting/liteos_m/kernel/src/time/
H A D__tz.c160 void __secs_to_zone(long long t, int local, int *isdst, long *offset, long *oppoff, const char **zonename) in __secs_to_zone() argument
171 *zonename = (const char *)abbrevs + types[6*i+5]; in __secs_to_zone()
204 *zonename = __tzname[0]; in __secs_to_zone()
211 *zonename = __tzname[1]; in __secs_to_zone()
/third_party/musl/porting/linux/user/src/time/
H A D__tz.c450 void __secs_to_zone(long long t, int local, int *isdst, long *offset, long *oppoff, const char **zonename) in __secs_to_zone() argument
461 *zonename = (const char *)abbrevs + types[6*i+5]; in __secs_to_zone()
494 *zonename = __tzname[0]; in __secs_to_zone()
503 *zonename = __tzname[1]; in __secs_to_zone()
/third_party/musl/src/time/
H A D__tz.c524 void __secs_to_zone(long long t, int local, int *isdst, long *offset, long *oppoff, const char **zonename, int use_env) in __secs_to_zone() argument
538 *zonename = (const char *)abbrevs + types[6*i+5]; in __secs_to_zone()
571 *zonename = __tzname[0]; in __secs_to_zone()
578 *zonename = __tzname[1]; in __secs_to_zone()
/third_party/python/Lib/test/
H A Ddatetimetester.py6022 for zonename in cls.zonenames():
6024 tz = cls.fromname(zonename)
6032 max_gap_zone = zonename
6036 min_gap_zone = zonename
6043 max_fold_zone = zonename
6047 min_fold_zone = zonename
6076 for zonename in cls.zonenames():
6077 tz = cls.fromname(zonename)
6083 (count, zonename, dt, shift, prev_abbr, abbr))
6102 zonename variable in ZoneInfoTest
6225 zonename = 'Asia/Tehran' global() variable in IranTest
[all...]

Completed in 22 milliseconds