/frameworks/base/packages/SettingsLib/res/xml/ |
timezones.xml | 2 <timezone id="Pacific/Midway"></timezone> 3 <timezone id="Pacific/Honolulu"></timezone> 4 <timezone id="America/Anchorage"></timezone> 5 <timezone id="America/Los_Angeles"></timezone> 6 <timezone id="America/Tijuana"></timezone> [all...] |
/frameworks/base/core/res/res/xml/ |
time_zones_by_country.xml | 22 <timezone code="ad">Europe/Andorra</timezone> 26 <timezone code="ae">Asia/Dubai</timezone> 30 <timezone code="af">Asia/Kabul</timezone> 34 <timezone code="ag">America/Antigua</timezone> 38 <timezone code="ai">America/Anguilla</timezone> [all...] |
preferred_time_zones.xml | 21 <timezone offset="-18000000">America/New_York</timezone> 22 <timezone offset="-21600000">America/Chicago</timezone> 23 <timezone offset="-25200000">America/Denver</timezone> 24 <timezone offset="-28800000">America/Los_Angeles</timezone>
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
TimeZoneTest.java | 28 import java.util.TimeZone; 34 private TimeZone processDefault; 37 * java.util.TimeZone#getDefault() 41 TimeZone.getDefault(), TimeZone.getDefault()); 45 * java.util.TimeZone#getDSTSavings() 48 // Test for method int java.util.TimeZone.getDSTSavings() 51 TimeZone st1 = TimeZone.getTimeZone("America/New_York"); 56 st1 = TimeZone.getTimeZone("Australia/Lord_Howe") 180 TimeZone timezone = TimeZone.getTimeZone("Asia\/Shanghai"); local 189 TimeZone timezone = TimeZone.getTimeZone("Asia\/Shanghai"); local [all...] |
/development/ndk/platforms/android-21/arch-arm64/symbols/ |
libc.so.variables.txt | 18 timezone
|
/development/ndk/platforms/android-21/arch-mips64/symbols/ |
libc.so.variables.txt | 18 timezone
|
/development/ndk/platforms/android-21/arch-x86_64/symbols/ |
libc.so.variables.txt | 18 timezone
|
/libcore/luni/src/test/java/libcore/java/util/ |
OldTimeZoneTest.java | 23 import java.util.TimeZone; 28 static class Mock_TimeZone extends TimeZone { 60 TimeZone tz1 = TimeZone.getDefault(); 61 TimeZone tz2 = (TimeZone)tz1.clone(); 67 String[] str = TimeZone.getAvailableIDs(); 71 assertNotNull(TimeZone.getTimeZone(str[i])); 76 String[] str = TimeZone.getAvailableIDs(0); 80 assertNotNull(TimeZone.getTimeZone(str[i])) [all...] |
TimeZoneTest.java | 24 import java.util.TimeZone; 30 TimeZone asiaTaipei = TimeZone.getTimeZone("Asia/Taipei"); 36 TimeZone atlanticReykjavik = TimeZone.getTimeZone("Atlantic/Reykjavik"); 50 TimeZone tz0001 = new SimpleTimeZone(60000, "ONE MINUTE"); 51 TimeZone tz0130 = new SimpleTimeZone(5400000, "ONE HOUR, THIRTY"); 52 TimeZone tzMinus0130 = new SimpleTimeZone(-5400000, "NEG ONE HOUR, THIRTY"); 53 assertEquals("GMT+00:01", tz0001.getDisplayName(false, TimeZone.SHORT, Locale.US)); 54 assertEquals("GMT+01:30", tz0130.getDisplayName(false, TimeZone.SHORT, Locale.US)) [all...] |
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/ |
annotations-3.0.0.pom | 33 <timezone>-5</timezone> 43 <timezone>+1</timezone> 53 <timezone>-5</timezone> 64 <timezone>-5</timezone> 73 <timezone>-5</timezone> [all...] |
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/ |
bcel-findbugs-6.0.pom | 36 <timezone>-5</timezone> 46 <timezone>+1</timezone> 56 <timezone>-5</timezone> 67 <timezone>-5</timezone> 76 <timezone>-5</timezone> [all...] |
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/ |
findbugs-3.0.0.pom | 33 <timezone>-5</timezone> 43 <timezone>+1</timezone> 53 <timezone>-5</timezone> 64 <timezone>-5</timezone> 73 <timezone>-5</timezone> [all...] |
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/ |
jFormatString-3.0.0.pom | 36 <timezone>-5</timezone> 46 <timezone>+1</timezone> 56 <timezone>-5</timezone> 67 <timezone>-5</timezone> 76 <timezone>-5</timezone> [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
TimeZoneAdapter.java | 15 import com.ibm.icu.util.TimeZone; 18 * <code>TimeZoneAdapter</code> wraps a com.ibm.icu.util.TimeZone 19 * subclass and inherits from java.util.TimeZone. 22 * with the com.ibm.icu.util TimeZone and Calendar classes. With this 26 * @see com.ibm.icu.util.TimeZone#setDefault 30 public class TimeZoneAdapter extends java.util.TimeZone { 36 * The contained com.ibm.icu.util.TimeZone object. Must not be null. 39 private TimeZone zone; 42 * Given a java.util.TimeZone, wrap it in the appropriate adapter 43 * subclass of com.ibm.icu.util.TimeZone and return the adapter [all...] |
JavaTimeZone.java | 16 import com.ibm.icu.util.TimeZone; 19 * JavaTimeZone inherits com.ibm.icu.util.TimeZone and wraps java.util.TimeZone. 20 * We used to have JDKTimeZone which wrapped Java TimeZone and used it as primary 21 * TimeZone implementation until ICU4J 3.4.1. This class works exactly like 23 * services in mix to maintain only JDK timezone rules. 25 * This TimeZone subclass is returned by the TimeZone factory method getTimeZone(String) 26 * when the default timezone type in TimeZone class is TimeZone.TIMEZONE_JDK [all...] |
/development/ndk/platforms/android-21/arch-arm/symbols/ |
libc.so.variables.txt | 26 timezone
|
/development/ndk/platforms/android-21/arch-mips/symbols/ |
libc.so.variables.txt | 23 timezone
|
/development/ndk/platforms/android-21/arch-p/symbols/ |
libc.so.variables.txt | 24 timezone
|
/development/ndk/platforms/android-21/arch-x86/symbols/ |
libc.so.variables.txt | 24 timezone
|
/external/icu/icu4c/source/samples/datefmt/answers/ |
main_0.cpp | 16 * If the ID supplied to TimeZone is not a valid system ID, 17 * TimeZone::createTimeZone() will return a GMT zone object. In order 21 TimeZone* createZone(const UnicodeString& id) { 23 TimeZone* zone = TimeZone::createTimeZone(id); 26 printf("Error: TimeZone::createTimeZone("); 48 static char* TIMEZONE[] = { 54 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0]);
|
main_1.cpp | 15 * If the ID supplied to TimeZone is not a valid system ID, 16 * TimeZone::createTimeZone() will return a GMT zone object. In order 20 TimeZone* createZone(const UnicodeString& id) { 22 TimeZone* zone = TimeZone::createTimeZone(id); 25 printf("Error: TimeZone::createTimeZone("); 47 static char* TIMEZONE[] = { 53 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0]);
|
main_3.cpp | 15 * If the ID supplied to TimeZone is not a valid system ID, 16 * TimeZone::createTimeZone() will return a GMT zone object. In order 20 TimeZone* createZone(const UnicodeString& id) { 22 TimeZone* zone = TimeZone::createTimeZone(id); 25 printf("Error: TimeZone::createTimeZone("); 38 TimeZone *zone; 51 static char* TIMEZONE[] = { 57 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0]) [all...] |
/external/v8/test/intl/date-format/ |
timezone.js | 31 assertEquals(getDefaultTimeZone(), df.resolvedOptions().timeZone); 33 df = Intl.DateTimeFormat(undefined, {timeZone: 'UtC'}); 34 assertEquals('UTC', df.resolvedOptions().timeZone); 36 df = Intl.DateTimeFormat(undefined, {timeZone: 'gmt'}); 37 assertEquals('UTC', df.resolvedOptions().timeZone); 39 df = Intl.DateTimeFormat(undefined, {timeZone: 'America/Los_Angeles'}); 40 assertEquals('America/Los_Angeles', df.resolvedOptions().timeZone); 42 df = Intl.DateTimeFormat(undefined, {timeZone: 'Europe/Belgrade'}); 43 assertEquals('Europe/Belgrade', df.resolvedOptions().timeZone); 46 df = Intl.DateTimeFormat(undefined, {timeZone: 'Etc/UTC'}) [all...] |
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
TimeZoneICU.java | 13 import com.ibm.icu.util.TimeZone; 16 * TimeZoneICU is an adapter class which wraps ICU4J TimeZone and 17 * implements java.util.TimeZone APIs. 19 public class TimeZoneICU extends java.util.TimeZone { 23 private TimeZone fIcuTz; 25 private TimeZoneICU(TimeZone icuTz) { 29 public static java.util.TimeZone wrap(TimeZone icuTz) { 36 public TimeZone unwrap() { 43 other.fIcuTz = (TimeZone)fIcuTz.clone() [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
YMDDateFormatter.java | 13 import java.util.TimeZone; 23 private TimeZone timeZone; 35 TimeZone.getDefault()); 44 * @param timeZone the time zone to use 47 TimeZone timeZone) { 50 this.timeZone = timeZone; 54 this.df.setTimeZone(timeZone); [all...] |