/external/icu/icu4c/source/samples/datefmt/ |
main.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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
CalendarTests.java | 26 import com.ibm.icu.util.TimeZone; 42 TimeZone pst = TimeZone.getTimeZone("America/Los_Angeles"); 73 TimeZone tst = TimeZone.getTimeZone("Asia/Bangkok"); 89 TimeZone cst = TimeZone.getTimeZone("Asia/Shanghai"); 105 TimeZone ast = TimeZone.getTimeZone("Europe/Athens"); 121 TimeZone kst = TimeZone.getTimeZone("Asia/Seoul") [all...] |
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/ |
findbugs-2.0.3.pom | 47 <timezone>-5</timezone> 57 <timezone>+1</timezone> 67 <timezone>-5</timezone> 78 <timezone>-5</timezone> 87 <timezone>-5</timezone> [all...] |
/libcore/benchmarks/src/benchmarks/regression/ |
TimeZoneBenchmark.java | 20 import java.util.TimeZone; 25 TimeZone.getDefault(); 31 TimeZone.getTimeZone("UTC"); 36 String defaultId = TimeZone.getDefault().getID(); 38 TimeZone.getTimeZone(defaultId); 45 TimeZone.getTimeZone("America/Caracas"); 52 TimeZone.getTimeZone("America/Santiago"); 58 TimeZone.getTimeZone("GMT+10");
|
DateIntervalFormatBenchmark.java | 22 import android.icu.util.TimeZone; 31 TimeZone utc = TimeZone.getTimeZone("UTC"); 41 TimeZone utc = TimeZone.getTimeZone("UTC"); 51 TimeZone utc = TimeZone.getTimeZone("UTC");
|
RelativeDateTimeFormatterBenchmark.java | 22 import java.util.TimeZone; 31 TimeZone utc = TimeZone.getTimeZone("Europe/London"); 41 TimeZone utc = TimeZone.getTimeZone("UTC"); 51 TimeZone utc = TimeZone.getTimeZone("UTC"); 61 TimeZone utc = TimeZone.getTimeZone("America/Los_Angeles");
|
/prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.2/ |
lombok-ast-0.2.2.pom | 39 <timezone>+1</timezone> 45 <timezone>+1</timezone> 50 <timezone>+1</timezone>
|
/prebuilts/tools/common/lombok-ast/ |
lombok-ast-0.2.1.pom | 39 <timezone>+1</timezone> 45 <timezone>+1</timezone> 50 <timezone>+1</timezone>
|
lombok-ast-0.2.2.pom | 39 <timezone>+1</timezone> 45 <timezone>+1</timezone> 50 <timezone>+1</timezone>
|
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/ |
lombok-ast-0.2.1.pom | 39 <timezone>+1</timezone> 45 <timezone>+1</timezone> 50 <timezone>+1</timezone>
|
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/ |
lombok-ast-0.2.2.pom | 39 <timezone>+1</timezone> 45 <timezone>+1</timezone> 50 <timezone>+1</timezone>
|
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.3/ |
lombok-ast-0.2.3.pom | 39 <timezone>+1</timezone> 45 <timezone>+1</timezone> 50 <timezone>+1</timezone>
|
/prebuilts/tools/common/offline-m2/com/android/tools/external/lombok/lombok-ast/0.2.2/ |
lombok-ast-0.2.2.pom | 39 <timezone>+1</timezone> 45 <timezone>+1</timezone> 50 <timezone>+1</timezone>
|
/prebuilts/tools/common/offline-m2/com/android/tools/external/lombok/lombok-ast/0.2.3/ |
lombok-ast-0.2.3.pom | 39 <timezone>+1</timezone> 45 <timezone>+1</timezone> 50 <timezone>+1</timezone>
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven-parent/23/ |
maven-parent-23.pom | 52 <timezone>Europe/Paris</timezone> 61 <timezone>+1</timezone> 70 <timezone>Australia/Adelaide</timezone> 79 <timezone>America/New_York</timezone> 89 <timezone>+10</timezone> [all...] |
/external/icu/icu4c/source/samples/datefmt/answers/ |
main_2.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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
BasicDurationFormatter.java | 11 import java.util.TimeZone; 22 private TimeZone timeZone; 44 TimeZone timeZone) { 50 this.timeZone = timeZone; 81 locName, timeZone); 86 public DurationFormatter withTimeZone(TimeZone tz) { 87 if (!tz.equals(timeZone)) { [all...] |
/cts/tests/tests/util/src/android/util/cts/ |
TimeUtilsTest.java | 21 import java.util.TimeZone; 37 TimeZone tz = TimeZone.getTimeZone(name); 39 TimeZone guess; 58 TimeZone tz = TimeZone.getTimeZone(name); 60 TimeZone guess; 74 TimeZone tz = TimeZone.getTimeZone(name); 76 TimeZone guess [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven-parent/21/ |
maven-parent-21.pom | 53 <timezone>-5</timezone> 62 <timezone>+1</timezone> 79 <timezone>+10</timezone> 89 <timezone>-5</timezone> 99 <timezone>+1</timezone> [all...] |
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
TimeZoneNameTest.java | 12 import java.util.TimeZone; 27 // JDK TimeZone.getDisplayName no longer passes Pacific/Johnston to a 42 String[] tzids = TimeZone.getAvailableIDs(); 55 String icuStdLong = getIcuDisplayName(tzid, false, TimeZone.LONG, loc); 56 String icuDstLong = getIcuDisplayName(tzid, true, TimeZone.LONG, loc); 57 String icuStdShort = getIcuDisplayName(tzid, false, TimeZone.SHORT, loc); 58 String icuDstShort = getIcuDisplayName(tzid, true, TimeZone.SHORT, loc); 61 checkDisplayNamePair(TimeZone.SHORT, tzid, loc, warningOnly || ProblematicZones.contains(tzid)); 62 checkDisplayNamePair(TimeZone.LONG, tzid, loc, warningOnly || ProblematicZones.contains(tzid)); 95 String canonicalID = com.ibm.icu.util.TimeZone.getCanonicalID(tzid, isSystemID) [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/ |
DateTime.java | 28 import java.util.TimeZone; 40 private final int timeZone; 42 public DateTime(String yearString, int month, int day, int hour, int minute, int second, int timeZone) { 44 this.date = convertToDate(year, month, day, hour, minute, second, timeZone); 50 this.timeZone = timeZone; 69 public static Date convertToDate(int year, int month, int day, int hour, int minute, int second, int timeZone) { 70 Calendar c = new GregorianCalendar(TimeZone.getTimeZone("GMT+0")); 74 if (timeZone != Integer.MIN_VALUE) { 75 int minutes = ((timeZone / 100) * 60) + timeZone % 100 [all...] |
/packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/ |
DateTime.java | 28 import java.util.TimeZone; 40 private final int timeZone; 42 public DateTime(String yearString, int month, int day, int hour, int minute, int second, int timeZone) { 44 this.date = convertToDate(year, month, day, hour, minute, second, timeZone); 50 this.timeZone = timeZone; 69 public static Date convertToDate(int year, int month, int day, int hour, int minute, int second, int timeZone) { 70 Calendar c = new GregorianCalendar(TimeZone.getTimeZone("GMT+0")); 74 if (timeZone != Integer.MIN_VALUE) { 75 int minutes = ((timeZone / 100) * 60) + timeZone % 100 [all...] |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-parent/6/ |
maven-parent-6.pom | 292 <timezone>-5</timezone> 303 <timezone>+1</timezone> 313 <timezone>+10</timezone> 323 <timezone>-5</timezone> 333 <timezone>+1</timezone> [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven-parent/16/ |
maven-parent-16.pom | 52 <timezone>-5</timezone>
61 <timezone>+1</timezone>
78 <timezone>+1</timezone>
88 <timezone>+10</timezone>
98 <timezone>+1</timezone>
[all...] |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-parent/16/ |
maven-parent-16.pom | 52 <timezone>-5</timezone>
61 <timezone>+1</timezone>
78 <timezone>+1</timezone>
88 <timezone>+10</timezone>
98 <timezone>+1</timezone>
[all...] |