Home
last modified time | relevance | path

Searched refs:zones (Results 1 – 25 of 117) sorted by relevance

12345

/external/python/dateutil/dateutil/zoneinfo/
D__init__.py34 self.zones = {zf.name: tzfile(tf.extractfile(zf), filename=zf.name)
39 links = {zl.name: self.zones[zl.linkname]
42 self.zones.update(links)
51 self.zones = {}
68 return self.zones.get(name, default)
144 return _CLASS_ZONE_INSTANCE[0].zones.get(name)
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatMiscTests.java143 final String zones[][] = symbols.getZoneStrings(); in Test4117335() local
145 for (int i = 0; i < zones.length; ++i) { in Test4117335()
146 if (tzID.equals(zones[i][0])) { in Test4117335()
155 assertEquals("Long zone name = ", jstLong, zones[index][1]); in Test4117335()
156 assertEquals("Short zone name = ", jstShort, zones[index][2]); in Test4117335()
157 assertEquals("Long zone name (3) = ", jdtLong, zones[index][3]); in Test4117335()
158 assertEquals("Short zone name (4) = ", jdtShort, zones[index][4]); in Test4117335()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatMiscTests.java146 final String zones[][] = symbols.getZoneStrings(); in Test4117335() local
148 for (int i = 0; i < zones.length; ++i) { in Test4117335()
149 if (tzID.equals(zones[i][0])) { in Test4117335()
158 assertEquals("Long zone name = ", jstLong, zones[index][1]); in Test4117335()
159 assertEquals("Short zone name = ", jstShort, zones[index][2]); in Test4117335()
160 assertEquals("Long zone name (3) = ", jdtLong, zones[index][3]); in Test4117335()
161 assertEquals("Short zone name (4) = ", jdtShort, zones[index][4]); in Test4117335()
/external/freetype/src/pshinter/
Dpshglob.c157 PSH_Blue_Zone zones, zone; in psh_blues_set_zones_0() local
168 zones = bot_table->zones; in psh_blues_set_zones_0()
177 zones = top_table->zones; in psh_blues_set_zones_0()
183 zone = zones; in psh_blues_set_zones_0()
274 PSH_Blue_Zone zone = top_table->zones; in psh_blues_set_zones()
297 PSH_Blue_Zone zone = bot_table->zones; in psh_blues_set_zones()
323 zone = top_table->zones; in psh_blues_set_zones()
357 zone = bot_table->zones; in psh_blues_set_zones()
450 zone = table->zones; in psh_blues_scale_zones()
492 zone1 = normal->zones; in psh_blues_scale_zones()
[all …]
/external/python/cpython3/Tools/tz/
Dzdump.py60 zones = []
67 zones.append(p[len(zonedir) + 1:])
68 return zones
72 zones = TZInfo.zonelist() variable
73 for z in zones:
/external/icu/icu4c/source/test/intltest/
Dmiscdtfm.cpp350 const UnicodeString **zones = symbols->getZoneStrings(rowCount, colCount); in test4117335() local
354 if (tzID == (zones[i][0])) { in test4117335()
359 logln(UnicodeString("Long zone name = ") + zones[index][1]); in test4117335()
360 if (zones[index][1] != jstLong) { in test4117335()
361 … errln("*** Should have been " + prettify(jstLong)+ " but it is: " + prettify(zones[index][1])); in test4117335()
369 logln(UnicodeString("Long zone name = ") + zones[index][3]); in test4117335()
370 if (zones[index][3] != jdtLong) { in test4117335()
371 … errln("*** Should have been " + prettify(jstLong) + " but it is: " + prettify(zones[index][3])); in test4117335()
/external/timezone-boundary-builder/
Dindex.js395 var zones = Object.keys(zoneCfg)
398 for (var i = 0; i < zones.length; i++) {
399 tzid = zones[i]
434 var zones = Object.keys(zoneCfg)
438 for (var i = 0; i < zones.length; i++) {
439 tzid = zones[i]
442 for (var j = i + 1; j < zones.length; j++) {
448 compareTzid = zones[j]
582 const zones = Object.keys(zoneCfg)
602 zones.forEach(distZone => {
[all …]
DCHANGELOG.md16 * Split Vietnam into 2 zones ([#66](https://github.com/evansiroky/timezone-boundary-builder/issues/…
50 * This change now means that the following zones overlap:
99 …ntegration of areas formerly found in Asia/Chongqing, Asia/Harbin and Asia/Kashgar into other zones
105 * Remove zones found in backward file of timezone db ([#16](https://github.com/evansiroky/timezone-…
122 * Add ability to build only certain zones in builder script
138 * Add picture of zones to README
153 - Split Cyprus into 2 zones. The existing Asia/Nicosia now ends at
DREADME.md12 …zone name as defined in the [timezone database](https://www.iana.org/time-zones) (for example: `Am…
16 …ions. In numerous edge cases arbitrary boundaries get created in various zones which are noted in…
54 node --max-old-space-size=8192 index.js --filtered-zones "America/New_York,America/Chicago"
79 …r observed time should instead be sent to the [timezone database](https://www.iana.org/time-zones).
87 - All the maintainers of the [timezone database](https://www.iana.org/time-zones).
/external/oss-fuzz/projects/powerdns/
Dbuild.sh44 cp ../regression-tests/zones/* ../fuzzing/corpus/zones/
50 zip -j "${OUT}/fuzz_target_zoneparsertng_seed_corpus.zip" ../fuzzing/corpus/zones/*
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DZoneMeta.java264 int[] zones = links.getIntVector(); in getEquivalentID() local
265 if (index < zones.length) { in getEquivalentID()
266 zoneIdx = zones[index]; in getEquivalentID()
372 UResourceBundle zones = top.get(kZONES); in getCanonicalCLDRID() local
373 UResourceBundle zone = zones.get(zoneIdx); in getCanonicalCLDRID()
530 UResourceBundle zones = top.get(kZONES); in openOlsonResource() local
531 UResourceBundle zone = zones.get(zoneIdx); in openOlsonResource()
534 zone = zones.get(zone.getInt()); in openOlsonResource()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DZoneMeta.java263 int[] zones = links.getIntVector(); in getEquivalentID() local
264 if (index < zones.length) { in getEquivalentID()
265 zoneIdx = zones[index]; in getEquivalentID()
371 UResourceBundle zones = top.get(kZONES); in getCanonicalCLDRID() local
372 UResourceBundle zone = zones.get(zoneIdx); in getCanonicalCLDRID()
529 UResourceBundle zones = top.get(kZONES); in openOlsonResource() local
530 UResourceBundle zone = zones.get(zoneIdx); in openOlsonResource()
533 zone = zones.get(zone.getInt()); in openOlsonResource()
/external/freetype/src/autofit/
Dafblue.dat15 // This file contains data specific to blue zones. It gets processed by
596 // sequentially checked, edge by edge, against the blue zones in the order
606 // respectively. Only horizontal blue zones (i.e., adjusting vertical
610 // blue zones, since Unicode only provides an abstract data model that
618 // reference for top zones, and vice versa for bottom zones.
652 // Neutral blue zones should always follow non-neutral blue zones.
657 // takes place before all other blue zones get aligned to the grid.
680 // respectively. Both horizontal and vertical blue zones (i.e., adjusting
684 // reference for top zones, and vice versa for bottom zones.
696 // zones). If not set, this is a blue zone for vertical hinting.
/external/icu/icu4c/source/tools/tzcode/
Dicuzones10 # The purpose of this file is to give ICU a superset of the time zones
11 # that are in CLDR and also include legacy ICU time zones originally
19 # SystemV time zones.
20 # IANA tzdb file 'systemv' file has these SystemV/* zones commented out up to 2020a.
Dzic.c291 static struct zone * zones; variable
729 for (j = i + 1; j < nzones && zones[j].z_name == NULL; ++j) in main()
731 outzone(&zones[i], j - i); in main()
934 zp = &zones[i]; in associate()
944 zp = &zones[i]; in associate()
952 zp = &zones[i]; in associate()
1165 if (zones[i].z_name != NULL && in inzone()
1166 strcmp(zones[i].z_name, fields[ZF_NAME]) == 0) { in inzone()
1170 zones[i].z_filename, in inzone()
1171 zones[i].z_linenum); in inzone()
[all …]
/external/mdnsresponder/mDNSShared/
Ddnsextd_parser.y410 zone = d->zones; in ParseConfig()
443 d->zones = NULL; in ParseConfig()
460 zone->next = d->zones; in ParseConfig()
461 d->zones = zone; in ParseConfig()
/external/cldr/tools/java/org/unicode/cldr/test/
DTestSupplementalData.java66 final Set<String> zones = territoryToZones.getAll(region); in showMultiZones() local
67 if (zones.size() == 1 || region.equals("001")) { in showMultiZones()
68 singulars.addAll(zones); in showMultiZones()
72 System.out.println("\t" + zones); in showMultiZones()
/external/icu/android_icu4j/testing/src/com/android/icu/test/util/
DExtendedTimeZoneParameterizedTest.java70 String[] zones = TimeZone.getAvailableIDs(); in getZoneIds() local
71 assertNotEquals("no zones returned", 0, zones.length); in getZoneIds()
72 return zones; in getZoneIds()
/external/icu/icu4c/source/i18n/
Dtimezone.cpp1663 UResourceBundle *zones = ures_openDirect(NULL, "windowsZones", &status); in getIDForWindowsID() local
1664 ures_getByKey(zones, "mapTimezones", zones, &status); in getIDForWindowsID()
1666 ures_close(zones); in getIDForWindowsID()
1675 ures_close(zones); in getIDForWindowsID()
1680 ures_getByKey(zones, winidKey, zones, &tmperr); // use tmperr, because windows mapping might not in getIDForWindowsID()
1683 ures_close(zones); in getIDForWindowsID()
1691 … const UChar *tzids = ures_getStringByKey(zones, region, &len, &tmperr); // use tmperr, because in getIDForWindowsID()
1706 … tzid = ures_getStringByKey(zones, "001", &len, &status); // using status, because "001" must be in getIDForWindowsID()
1713 ures_close(zones); in getIDForWindowsID()
/external/cldr/tools/java/org/unicode/cldr/tool/
DMisc.java285 Set<String> zones = sc.getAvailableCodes("tzid"); in printAllZoneLocalizations() local
292 for (Iterator<String> it = zones.iterator(); it.hasNext();) { in printAllZoneLocalizations()
468 Set<String> zones = country_zones.get(country); in printZoneAliases() local
469 for (Iterator<String> it = zones.iterator(); it.hasNext();) { in printZoneAliases()
870 Set<String> zones = abb_zones.get(abb); in getZoneData() local
871 if (zones == null) abb_zones.put(abb, zones = new TreeSet<>()); in getZoneData()
872 zones.add(key); in getZoneData()
1215 Set<String> zones = result.get(country); in zones_countrySet() local
1216 if (zones == null) { in zones_countrySet()
1217 zones = new TreeSet<>(); in zones_countrySet()
[all …]
/external/freetype/src/psaux/
Dt1decode.c476 decoder->zone = decoder->zones; in t1_decoder_parse_charstrings()
477 zone = decoder->zones; in t1_decoder_parse_charstrings()
1465 if ( zone - decoder->zones >= T1_MAX_SUBRS_CALLS ) in t1_decoder_parse_charstrings()
1530 if ( zone <= decoder->zones ) in t1_decoder_parse_charstrings()
1708 decoder->zone = decoder->zones; in t1_decoder_parse_metrics()
1709 zone = decoder->zones; in t1_decoder_parse_metrics()
2004 if ( zone - decoder->zones >= T1_MAX_SUBRS_CALLS ) in t1_decoder_parse_metrics()
2048 if ( zone <= decoder->zones ) in t1_decoder_parse_metrics()
/external/jemalloc_new/src/
Dzone.c371 malloc_zone_t **zones = NULL; in zone_default_get() local
384 (vm_address_t**)&zones, &num_zones)) { in zone_default_get()
393 return zones[0]; in zone_default_get()
/external/python/dateutil/docs/samples/
DEST5EDT.ics4 TZURL:http://zones.stds_r_us.net/tz/US-Eastern
/external/kernel-headers/original/uapi/linux/
Dblkzoned.h133 struct blk_zone zones[0]; member
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Dbase.proto36 // <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html>`_
37 // on AWS, `Zone <https://cloud.google.com/compute/docs/regions-zones/>`_ on
42 // into smaller chunks of sub-zones so they can be load balanced

12345