/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | DateFormatMiscTests.java | 146 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()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateFormatMiscTests.java | 143 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()
|
/third_party/flutter/skia/third_party/externals/freetype/src/pshinter/ |
D | pshglob.c | 158 PSH_Blue_Zone zones, zone; in psh_blues_set_zones_0() local 169 zones = bot_table->zones; in psh_blues_set_zones_0() 178 zones = top_table->zones; in psh_blues_set_zones_0() 184 zone = zones; in psh_blues_set_zones_0() 275 PSH_Blue_Zone zone = top_table->zones; in psh_blues_set_zones() 298 PSH_Blue_Zone zone = bot_table->zones; in psh_blues_set_zones() 324 zone = top_table->zones; in psh_blues_set_zones() 358 zone = bot_table->zones; in psh_blues_set_zones() 451 zone = table->zones; in psh_blues_scale_zones() 493 zone1 = normal->zones; in psh_blues_scale_zones() [all …]
|
/third_party/freetype/src/pshinter/ |
D | pshglob.c | 157 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 …]
|
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
D | pshglob.c | 157 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 …]
|
/third_party/python/Tools/tz/ |
D | zdump.py | 60 zones = [] 67 zones.append(p[len(zonedir) + 1:]) 68 return zones 72 zones = TZInfo.zonelist() variable 73 for z in zones:
|
/third_party/icu/icu4c/source/test/intltest/ |
D | miscdtfm.cpp | 350 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()
|
/third_party/icu/docs/userguide/datetime/ |
D | index.md | 57 ICU supports local time zones through the classes `TimeZone` and `SimpleTimeZone` in 58 the C++ API. In the C API, time zones are designated by their ID strings. 63 time zones in use. This document lists the system time zones, both in order of 67 a snapshot*. For the most current list of ICU system zones, use the method 70 *The zones are listed in binary sort order (that is, 'A' through 'Z' come before 71 'a' through 'z'). This is the same order in which the zones are stored 73 `TimeZone::getAvailableIDs()`. The reason for this is that ICU locates zones using 75 *You might notice that zones such as Etc/GMT+1 appear to have the wrong sign for 76 their GMT offset. In fact, their sign is inverted since the the Etc zones follow 83 The ICU system time zones are derived from the tz database (also known as the [all …]
|
/third_party/tzdata/ |
D | README.OpenSource | 7 …Upstream URL": "https://data.iana.org/time-zones/releases/tzcode2021a.tar.gz, https://data.iana.or…
|
D | CONTRIBUTING | 21 such as renaming, adding or removing zones, please read 22 <https://www.iana.org/time-zones/repository/theory.html> or the file 30 <https://www.iana.org/time-zones> or the master branch of the development
|
D | backzone | 14 # in that its zones do not differ from normal tz zones after 1970. 15 # Links in this file point to zones in this file, superseding links in 18 # Although zones in this file may be of some use for analyzing 21 # most of the era. Because the zones are out of normal scope for the 23 # the zones were formerly in other source files, but were removed or 25 # differed from other zones only in pre-1970 timestamps. 34 # 'make PACKRATDATA=backzone zones' to compile and install this file. 42 # ... the historical timezone data for those China zones seems to be 43 # incorrect. The transition to GMT+8 date given there for these zones 79 # zones between 1870 and 1890, that they merged to 38E50 (2:35:20) in [all …]
|
/third_party/boost/boost/geometry/srs/projections/proj/ |
D | igh.hpp | 86 par_igh_zone<T> zones[12]; member 116 zones[zone - 1].x0 = x_0; in set_zone() 117 zones[zone - 1].y0 = y_0; in set_zone() 118 zones[zone - 1].lam0 = lon_0; in set_zone() 123 return zones[zone - 1]; in get_zone() 346 proj_parm.zones[0].y0 = proj_parm.dy0; // zone 1 in setup_igh()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ZoneMeta.java | 264 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()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ZoneMeta.java | 263 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()
|
/third_party/freetype/src/autofit/ |
D | afblue.dat | 15 // 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.
|
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/ |
D | afblue.dat | 15 // This file contains data specific to blue zones. It gets processed by 574 // sequentially checked, edge by edge, against the blue zones in the order 584 // respectively. Only horizontal blue zones (i.e., adjusting vertical 588 // blue zones, since Unicode only provides an abstract data model that 596 // reference for top zones, and vice versa for bottom zones. 630 // Neutral blue zones should always follow non-neutral blue zones. 635 // takes place before all other blue zones get aligned to the grid. 658 // respectively. Both horizontal and vertical blue zones (i.e., adjusting 662 // reference for top zones, and vice versa for bottom zones. 674 // zones). If not set, this is a blue zone for vertical hinting.
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afblue.dat | 15 // 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.
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | icuzones | 10 # 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.
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | icuzones | 10 # 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.
|
/third_party/icu/docs/userguide/datetime/timezone/ |
D | index.md | 29 time zones to one another, all time zones are related to a common reference 60 ICU supports time zones through two classes: 67 standard time zones used today internationally. 79 in the [IANA Time Zone datbase](https://www.iana.org/time-zones) used by UNIX 94 zones known to the system. These IDs may then be passed to `createTimeZone()` to 96 current international time zones, as derived from the Olson data. 118 is used by the date format classes to format and parse time zones. 130 data from the [IANA Time Zone Database](http://www.iana.org/time-zones).
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | timezone.cpp | 1640 UResourceBundle *zones = ures_openDirect(NULL, "windowsZones", &status); in getIDForWindowsID() local 1641 ures_getByKey(zones, "mapTimezones", zones, &status); in getIDForWindowsID() 1643 ures_close(zones); in getIDForWindowsID() 1652 ures_close(zones); in getIDForWindowsID() 1657 ures_getByKey(zones, winidKey, zones, &tmperr); // use tmperr, because windows mapping might not in getIDForWindowsID() 1660 ures_close(zones); in getIDForWindowsID() 1668 … const UChar *tzids = ures_getStringByKey(zones, region, &len, &tmperr); // use tmperr, because in getIDForWindowsID() 1683 … tzid = ures_getStringByKey(zones, "001", &len, &status); // using status, because "001" must be in getIDForWindowsID() 1690 ures_close(zones); in getIDForWindowsID()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | timezone.cpp | 1663 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()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | timezone.cpp | 1682 UResourceBundle *zones = ures_openDirect(NULL, "windowsZones", &status); in getIDForWindowsID() local 1683 ures_getByKey(zones, "mapTimezones", zones, &status); in getIDForWindowsID() 1685 ures_close(zones); in getIDForWindowsID() 1694 ures_close(zones); in getIDForWindowsID() 1699 ures_getByKey(zones, winidKey, zones, &tmperr); // use tmperr, because windows mapping might not in getIDForWindowsID() 1702 ures_close(zones); in getIDForWindowsID() 1710 … const UChar *tzids = ures_getStringByKey(zones, region, &len, &tmperr); // use tmperr, because in getIDForWindowsID() 1725 … tzid = ures_getStringByKey(zones, "001", &len, &status); // using status, because "001" must be in getIDForWindowsID() 1732 ures_close(zones); in getIDForWindowsID()
|
/third_party/icu/icu4c/source/i18n/ |
D | timezone.cpp | 1663 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()
|
/third_party/freetype/src/psaux/ |
D | t1decode.c | 476 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()
|