/external/libphonenumber/geocoder/src/com/google/i18n/phonenumbers/ |
D | PhoneNumberToTimeZonesMapper.java | 162 List<String> timezones = prefixTimeZonesMap.lookupTimeZonesForNumber(number); in getTimeZonesForGeocodableNumber() local 163 return Collections.unmodifiableList(timezones.isEmpty() ? UNKNOWN_TIME_ZONE_LIST in getTimeZonesForGeocodableNumber() 164 : timezones); in getTimeZonesForGeocodableNumber() 175 List<String> timezones = prefixTimeZonesMap.lookupCountryLevelTimeZonesForNumber(number); in getCountryLevelTimeZonesforNumber() local 176 return Collections.unmodifiableList(timezones.isEmpty() ? UNKNOWN_TIME_ZONE_LIST in getCountryLevelTimeZonesforNumber() 177 : timezones); in getCountryLevelTimeZonesforNumber()
|
/external/libphonenumber/geocoder/test/com/google/i18n/phonenumbers/ |
D | PhoneNumberToTimeZonesMapperTest.java | 66 static List<String> buildListOfTimeZones(String ... timezones) { in buildListOfTimeZones() argument 67 ArrayList<String> timezonesList = new ArrayList<String>(timezones.length); in buildListOfTimeZones() 68 for (String timezone : timezones) { in buildListOfTimeZones()
|
/external/libphonenumber/internal/prefixmapper/test/com/google/i18n/phonenumbers/prefixmapper/ |
D | PrefixTimeZonesMapTest.java | 74 static List<String> buildListOfTimeZones(String ... timezones) { in buildListOfTimeZones() argument 75 ArrayList<String> timezonesList = new ArrayList<String>(timezones.length); in buildListOfTimeZones() 76 for (String timezone : timezones) { in buildListOfTimeZones()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneTest.java | 467 … String[] timezones = {"America/Chicago", "Europe/Moscow", "Europe/Rome", "Asia/Shanghai", "WET" }; in TestDisplayName2() local 471 for (int i = 0; i < timezones.length; ++i) { in TestDisplayName2() 472 TimeZone tz = TimeZone.getTimeZone(timezones[i]); in TestDisplayName2() 1483 TimeZone timezones[] = { tz1, tz2 }; in TestFebruary() local 1489 for (t = 0; t < timezones.length; ++t) { in TestFebruary() 1490 tz = timezones[t]; in TestFebruary()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
D | TimeZoneTest.java | 470 … String[] timezones = {"America/Chicago", "Europe/Moscow", "Europe/Rome", "Asia/Shanghai", "WET" }; in TestDisplayName2() local 474 for (int i = 0; i < timezones.length; ++i) { in TestDisplayName2() 475 TimeZone tz = TimeZone.getTimeZone(timezones[i]); in TestDisplayName2() 1486 TimeZone timezones[] = { tz1, tz2 }; in TestFebruary() local 1492 for (t = 0; t < timezones.length; ++t) { in TestFebruary() 1493 tz = timezones[t]; in TestFebruary()
|
/external/iptables/extensions/ |
D | libxt_time.man | 41 About kernel timezones: Linux keeps the system time in UTC, and always does so.
|
/external/icu/icu4c/source/test/intltest/ |
D | tztest.cpp | 1937 TimeZone *timezones[] = { &tz1, &tz2 }; in TestFebruary() local 1942 for (t = 0; t < UPRV_LENGTHOF(timezones); ++t) { in TestFebruary() 1943 tz = timezones[t]; in TestFebruary()
|
/external/icu/icu4c/packaging/ |
D | PACKAGES | 17 - ICU. This package contains the converters data, the timezones data,
|
/external/python/cpython3/Doc/library/ |
D | datetime.rst | 45 represent simple timezones with fixed offset from UTC, such as UTC itself or 46 North American EST and EDT timezones. Supporting timezones at deeper levels of 1622 timezones with fixed offset from UTC such as UTC itself or North American EST and 1742 time, and not need worry about objects in other timezones.
|
D | time.rst | 531 be non-daylight savings timezones).
|
/external/python/cpython2/Doc/library/ |
D | time.rst | 387 be non-daylight savings timezones).
|
D | datetime.rst | 41 module. Supporting timezones at whatever level of detail is required is up to 1481 time, and not need worry about objects in other timezones.
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.5.rst | 2486 * The ``pygettext.py`` Tool now uses the standard +NNNN format for timezones in
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 218 non-UTC timezones. Thanks to Mark Wormgoor for
|
/external/python/cpython3/Misc/ |
D | NEWS | 5578 - Issue #22932: Fix timezones in email.utils.formatdate.
|
D | HISTORY | 436 - Issue #22932: Fix timezones in email.utils.formatdate. 19727 - time.strptime() now properly escapes timezones and all other locale-specific 23732 dates with numeric timezones (it used to produce obsolete dates
|
/external/python/cpython2/Misc/ |
D | HISTORY | 2343 - time.strptime() now properly escapes timezones and all other locale-specific 6353 dates with numeric timezones (it used to produce obsolete dates
|