/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateFormatMiscTests.java | 143 final String zones[][] = symbols.getZoneStrings(); in Test4117335() 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/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DateFormatMiscTests.java | 146 final String zones[][] = symbols.getZoneStrings(); in Test4117335() 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/node/test/parallel/ |
H A D | test-icu-env.js | 68 const zones = [ 94 isSet(zones.map((TZ) => runEnvOutside({ TZ }, 'new Date(333333333333).toString()'))), 98 isSet(zones.map((TZ) => runEnvOutside({ TZ }, 'new Date(333333333333).toLocaleString()'))), 230 isSet(zones.map((TZ) => runEnvInside({ TZ }, () => new Date(333333333333).toString()))), 234 isSet(zones.map((TZ) => runEnvInside({ TZ }, () => new Date(333333333333).toLocaleString()))), 239 isPack(zones.map((TZ) => runEnvInside({ TZ }, () => new Date(333333333333).toString()))), 243 isPack(zones.map((TZ) => runEnvInside({ TZ }, () => new Date(333333333333).toLocaleString()))),
|
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
H A 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() 194 /* we have two zones on the same reference position -- */ in psh_blues_set_zones_0() 230 /* Re-read blue zones from the original fonts and store them into our */ 232 /* fuzz-expands the zones as well. */ 257 /* read the input blue zones, an in psh_blues_set_zones() [all...] |
H A D | pshglob.h | 45 * The maximum number of blue zones in a font global hints structure. 110 PSH_Blue_ZoneRec zones[PS_GLOBALS_MAX_BLUE_ZONES]; member 115 /* blue zones table */ 177 /* snap a stem to one or two blue zones */
|
/third_party/python/Tools/tz/ |
H A D | zdump.py | 60 zones = [] 67 zones.append(p[len(zonedir) + 1:]) 68 return zones 72 zones = TZInfo.zonelist() 73 for z in zones:
|
/third_party/icu/icu4c/source/test/intltest/ |
H A 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() 364 // logln(UnicodeString("Short zone name = ") + zones[index][2]); in test4117335() 365 // if (zones[index][2] != jstShort) { in test4117335() 366 // errln("*** Should have been " + prettify(jstShort) + " but it is: " + prettify(zones[index][2])); in test4117335() 369 logln(UnicodeString("Long zone name = ") + zones[index][3]); in test4117335() 370 if (zones[inde in test4117335() [all...] |
/third_party/tzdata/ |
H A D | checknow.awk | 8 zones[data] = zones[data] " " zone 37 printf "zones %s and %s identical from now on\n", zone, zone2 48 printf "zonenow.tab should have one of:%s\n", zones[data]
|
H A D | zic.c | 342 static struct zone * zones; variable 343 static ptrdiff_t nzones; /* number of zones */ 1145 for (j = i + 1; j < nzones && zones[j].z_name == NULL; ++j) in main() 1147 outzone(&zones[i], j - i); in main() 1578 ** Associate sets of rules with zones. 1626 zp = &zones[i]; in associate() 1636 zp = &zones[i]; in associate() 1644 zp = &zones[i]; in associate() 1897 if (zones[i].z_name != NULL && in inzone() 1898 strcmp(zones[ in inzone() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ZoneMeta.java | 32 * missing from the underlying core JDK implementation of time zones. 33 * There are two missing features: Obtaining a list of available zones 35 * obtaining a list of equivalent zones for a given zone (as defined 211 * includes the given ID. An equivalency group contains zones 214 * <p>If there are no equivalent zones, then this method returns 216 * is and there are no other equivalent zones. 218 * @return the number of zones in the equivalency group containing 219 * 'id', or zero if there are no equivalent zones. 239 * ID. An equivalency group contains zones that behave 263 int[] zones in getEquivalentID() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ZoneMeta.java | 33 * missing from the underlying core JDK implementation of time zones. 34 * There are two missing features: Obtaining a list of available zones 36 * obtaining a list of equivalent zones for a given zone (as defined 212 * includes the given ID. An equivalency group contains zones 215 * <p>If there are no equivalent zones, then this method returns 217 * is and there are no other equivalent zones. 219 * @return the number of zones in the equivalency group containing 220 * 'id', or zero if there are no equivalent zones. 240 * ID. An equivalency group contains zones that behave 264 int[] zones in getEquivalentID() [all...] |
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | zic.c | 292 static struct zone * zones; variable 293 static int nzones; /* number of zones */ 730 for (j = i + 1; j < nzones && zones[j].z_name == NULL; ++j) in main() 732 outzone(&zones[i], j - i); in main() 884 ** Associate sets of rules with zones. 935 zp = &zones[i]; in associate() 945 zp = &zones[i]; in associate() 953 zp = &zones[i]; in associate() 1166 if (zones[i].z_name != NULL && in inzone() 1167 strcmp(zones[ in inzone() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | zic.c | 291 static struct zone * zones; variable 292 static int nzones; /* number of zones */ 729 for (j = i + 1; j < nzones && zones[j].z_name == NULL; ++j) in main() 731 outzone(&zones[i], j - i); in main() 883 ** Associate sets of rules with zones. 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[ in inzone() [all...] |
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | cffdecode.c | 524 decoder->zone = decoder->zones; in FT_LOCAL_DEF() 525 zone = decoder->zones; in FT_LOCAL_DEF() 2158 zone - decoder->zones + 1 )); in FT_LOCAL_DEF() 2167 if ( zone - decoder->zones >= CFF_MAX_SUBRS_CALLS ) in FT_LOCAL_DEF() 2202 zone - decoder->zones + 1 )); in FT_LOCAL_DEF() 2211 if ( zone - decoder->zones >= CFF_MAX_SUBRS_CALLS ) in FT_LOCAL_DEF() 2240 decoder->zone - decoder->zones )); in FT_LOCAL_DEF() 2242 if ( decoder->zone <= decoder->zones ) in FT_LOCAL_DEF()
|
H A D | t1decode.c | 479 decoder->zone = decoder->zones; in FT_LOCAL_DEF() 480 zone = decoder->zones; in FT_LOCAL_DEF() 1468 if ( zone - decoder->zones >= T1_MAX_SUBRS_CALLS ) in FT_LOCAL_DEF() 1533 if ( zone <= decoder->zones ) in FT_LOCAL_DEF() 1712 decoder->zone = decoder->zones; in FT_LOCAL_DEF() 1713 zone = decoder->zones; in FT_LOCAL_DEF() 2008 if ( zone - decoder->zones >= T1_MAX_SUBRS_CALLS ) in FT_LOCAL_DEF() 2052 if ( zone <= decoder->zones ) in FT_LOCAL_DEF()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | timezone.cpp | 27 * - should custom time zones be cached? [probably] 125 static UBool gStaticZonesInitialized = false; // Whether the static zones are initialized and ready to use. 758 // Map into to zones. Our results are zone[map[i]] for 1681 UResourceBundle *zones = ures_openDirect(NULL, "windowsZones", &status); in getIDForWindowsID() local 1682 ures_getByKey(zones, "mapTimezones", zones, &status); in getIDForWindowsID() 1684 ures_close(zones); in getIDForWindowsID() 1693 ures_close(zones); in getIDForWindowsID() 1698 ures_getByKey(zones, winidKey, zones, in getIDForWindowsID() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | timezone.cpp | 27 * - should custom time zones be cached? [probably] 125 static UBool gStaticZonesInitialized = false; // Whether the static zones are initialized and ready to use. 758 // Map into to zones. Our results are zone[map[i]] for 1697 UResourceBundle *zones = ures_openDirect(nullptr, "windowsZones", &status); in getIDForWindowsID() local 1698 ures_getByKey(zones, "mapTimezones", zones, &status); in getIDForWindowsID() 1700 ures_close(zones); in getIDForWindowsID() 1709 ures_close(zones); in getIDForWindowsID() 1714 ures_getByKey(zones, winidKey, zones, in getIDForWindowsID() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | timezone.cpp | 27 * - should custom time zones be cached? [probably] 125 static UBool gStaticZonesInitialized = FALSE; // Whether the static zones are initialized and ready to use. 759 // Map into to zones. Our results are zone[map[i]] for 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, in getIDForWindowsID() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | DisplayNameTest.java | 70 String[] zones = addUnknown(getRealZoneIDs(),5); field in DisplayNameTest 138 check("Zones", locale, zones, zoneFormats, new DisplayNameGetter() { in checkLocale() 155 if (SHOW_ALL) System.out.println("zones for " + locale); in getZoneString()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | DisplayNameTest.java | 67 String[] zones = addUnknown(getRealZoneIDs(),5); field in DisplayNameTest 135 check("Zones", locale, zones, zoneFormats, new DisplayNameGetter() { in checkLocale() 152 if (SHOW_ALL) System.out.println("zones for " + locale); in getZoneString()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
H A D | SerializableTestUtility.java | 99 TimeZone zones[] = new TimeZone[ZONES.length]; in getTestObjects() 102 zones[z] = TimeZone.getTimeZone(ZONES[z]); in getTestObjects() 105 return zones; in getTestObjects() 596 JavaTimeZone zones[] = new JavaTimeZone[ZONES.length]; in getTestObjects() 599 zones[z] = new JavaTimeZone(tz, ZONES[z]); in getTestObjects() 601 return zones; in getTestObjects()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
H A D | SerializableTestUtility.java | 98 TimeZone zones[] = new TimeZone[ZONES.length]; in getTestObjects() 101 zones[z] = TimeZone.getTimeZone(ZONES[z]); in getTestObjects() 104 return zones; in getTestObjects() 595 JavaTimeZone zones[] = new JavaTimeZone[ZONES.length]; in getTestObjects() 598 zones[z] = new JavaTimeZone(tz, ZONES[z]); in getTestObjects() 600 return zones; in getTestObjects()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | TimeZone.java | 81 * for multiple time zones (for example, "CST" could be U.S. "Central Standard 262 * {@icu} System time zone type constants used by filtering zones in 269 * Any system zones. 275 * Canonical system zones. 281 * Canonical system zones associated with actual locations. 639 * rule changes, for system time zones. With the implementation, 640 * there are time zones that used daylight savings time in the 770 * @param trySystem if true tries the system time zones first otherwise skip to the 771 * custom time zones. 850 * to return zones no [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | TimeZone.java | 82 * for multiple time zones (for example, "CST" could be U.S. "Central Standard 246 * <strong>[icu]</strong> System time zone type constants used by filtering zones in 251 * Any system zones. 256 * Canonical system zones. 261 * Canonical system zones associated with actual locations. 603 * rule changes, for system time zones. With the implementation, 604 * there are time zones that used daylight savings time in the 728 * @param trySystem if true tries the system time zones first otherwise skip to the 729 * custom time zones. 804 * to return zones no [all...] |
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | psaux.h | 637 PS_Decoder_Zone zones[PS_MAX_SUBRS_CALLS + 1]; member 947 T1_Decoder_ZoneRec zones[T1_MAX_SUBRS_CALLS + 1]; member 1174 CFF_Decoder_Zone zones[CFF_MAX_SUBRS_CALLS + 1]; member
|