/packages/apps/Calendar/res/values/ |
arrays.xml | 137 <!-- Choices for timezones, must be kept in sync with timezone_values. This 138 list was taken from package/apps/Settings/res/xml/timezones.xml 226 <!-- This list was taken from package/apps/Settings/res/xml/timezones.xml -->
|
/packages/apps/Settings/src/com/android/settings/ |
ZonePicker.java | 213 XmlResourceParser xrp = context.getResources().getXml(R.xml.timezones); 236 Log.e(TAG, "Ill-formatted timezones.xml file"); 238 Log.e(TAG, "Unable to read timezones.xml file");
|
/libcore/luni/src/main/java/java/util/ |
TimeZone.java | 21 import libcore.icu.TimeZones; 173 String[][] zoneStrings = TimeZones.getZoneStrings(locale); 174 String result = TimeZones.getDisplayName(zoneStrings, getID(), daylightTime, style); 219 * that use daylight savings time and {@code 0} for timezones that do not.
|
/external/iptables/extensions/ |
libxt_time.man | 37 About kernel timezones: Linux keeps the system time in UTC, and always does so.
|
/frameworks/base/core/jni/ |
Time.cpp | 47 // if the timezones are the same, we can easily compare the two
|
/libcore/luni/src/main/java/java/text/ |
SimpleDateFormat.java | 33 import libcore.icu.TimeZones; 751 String custom = TimeZones.getDisplayName(formatData.zoneStrings, tz.getID(), daylight, style); [all...] |
DateFormatSymbols.java | 28 import libcore.icu.TimeZones; 85 zoneStrings = TimeZones.getZoneStrings(locale);
|
/external/chromium/base/ |
pr_time_unittest.cc | 18 // Specialized test fixture allowing time strings without timezones to be
|
/frameworks/base/core/java/android/util/ |
TimeUtils.java | 62 XmlUtils.beginDocument(parser, "timezones");
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
TimestampTest.java | 117 // Timezones 124 static String[] TIMEZONES = { TZ_LONDON, TZ_PACIFIC, TZ_JAPAN }; 410 testToString(TIMEZONES[i], TIME_ARRAY, STRING_TIMESTAMP_ARRAYS[i]);
|
/external/icu4c/common/ |
putilimp.h | 165 * Wrappers for C runtime library functions relating to timezones.
|
/frameworks/base/core/tests/coretests/src/android/text/format/ |
TimeTest.java | 460 // Timezones that cover the world. Some GMT offsets occur more than 587 // is no 12am on some days in some timezones. In those cases,
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
MccTable.java | 32 import libcore.icu.TimeZones; 106 String[] tz = TimeZones.forLocale(locale);
|
/external/stlport/stlport/stl/ |
_time_facets.c | 133 // representation of timezones is not part of the locale.
|
/external/v8/test/mjsunit/ |
date-parse.js | 132 // test a few formats for each of the timezones.
|
/libcore/luni/src/main/java/java/sql/ |
CallableStatement.java | 631 * time. The JDBC driver uses the calendar to handle specific timezones 666 * timezones and locales when creating {@code Time}. 700 * to handle specific timezones and locales when creating the result. 735 * to handle specific timezones and locales when creating the result. [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.c | 133 // representation of timezones is not part of the locale.
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.c | 133 // representation of timezones is not part of the locale.
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.c | 133 // representation of timezones is not part of the locale.
|
/cts/tests/tests/text/src/android/text/format/cts/ |
TimeTest.java | 715 // Timezones that cover the world. Some GMT offsets occur more than 873 // is no 12am on some days in some timezones. In those cases, [all...] |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
SimpleDateFormatTest.java | 509 // tests specific to formatting of timezones 528 // Pacific/Kiritimati is one of the timezones supported only in mJava [all...] |
/external/icu4c/i18n/unicode/ |
timezone.h | 304 * Returns true if the two TimeZones are equal. (The TimeZone version only compares 315 * Returns true if the two TimeZones are NOT equal; that is, if operator==() returns
|
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/ |
bugzilla.py | 284 # Python does not support timezones out of the box. 291 # Ignore the timezone because python doesn't understand timezones out of the box. [all...] |
/external/icu4c/i18n/ |
timezone.cpp | 17 * TimeZones. Changed mechanism to load from static 480 // The operating system might actually use ICU to implement timezones. [all...] |
/frameworks/base/core/res/res/xml/ |
time_zones_by_country.xml | 19 <timezones> 1305 </timezones>
|