Searched refs:timezones (Results 1 – 11 of 11) sorted by relevance
/external/libphonenumber/geocoder/src/com/google/i18n/phonenumbers/ |
D | PhoneNumberToTimeZonesMapper.java | 174 List<String> timezones = prefixTimeZonesMap.lookupTimeZonesForNumber(number); in getTimeZonesForGeocodableNumber() local 175 return Collections.unmodifiableList(timezones.isEmpty() ? UNKNOWN_TIME_ZONE_LIST in getTimeZonesForGeocodableNumber() 176 : timezones); in getTimeZonesForGeocodableNumber() 187 List<String> timezones = prefixTimeZonesMap.lookupCountryLevelTimeZonesForNumber(number); in getCountryLevelTimeZonesforNumber() local 188 return Collections.unmodifiableList(timezones.isEmpty() ? UNKNOWN_TIME_ZONE_LIST in getCountryLevelTimeZonesforNumber() 189 : 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 | 457 … String[] timezones = {"America/Chicago", "Europe/Moscow", "Europe/Rome", "Asia/Shanghai", "WET" }; in TestDisplayName2() local 461 for (int i = 0; i < timezones.length; ++i) { in TestDisplayName2() 462 TimeZone tz = TimeZone.getTimeZone(timezones[i]); in TestDisplayName2() 1460 TimeZone timezones[] = { tz1, tz2 }; in TestFebruary() local 1466 for (t = 0; t < timezones.length; ++t) { in TestFebruary() 1467 tz = timezones[t]; in TestFebruary()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
D | TimeZoneTest.java | 461 … String[] timezones = {"America/Chicago", "Europe/Moscow", "Europe/Rome", "Asia/Shanghai", "WET" }; in TestDisplayName2() local 465 for (int i = 0; i < timezones.length; ++i) { in TestDisplayName2() 466 TimeZone tz = TimeZone.getTimeZone(timezones[i]); in TestDisplayName2() 1464 TimeZone timezones[] = { tz1, tz2 }; in TestFebruary() local 1470 for (t = 0; t < timezones.length; ++t) { in TestFebruary() 1471 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/packaging/ |
D | PACKAGES | 15 - ICU. This package contains the converters data, the timezones data,
|
/external/icu/icu4c/source/test/intltest/ |
D | tztest.cpp | 1910 TimeZone *timezones[] = { &tz1, &tz2 }; in TestFebruary() local 1915 for (t = 0; t < UPRV_LENGTHOF(timezones); ++t) { in TestFebruary() 1916 tz = timezones[t]; in TestFebruary()
|
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/ |
D | i18n.rst | 8 applications adapted for different locales and timezones and with
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 218 non-UTC timezones. Thanks to Mark Wormgoor for
|
/external/curl/ |
D | CHANGES.0 | 991 use the "single letter military timezones".
|