HomeSort by relevance Sort by last modified time
    Searched full:timezone (Results 226 - 250 of 1671) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/libcore/icu/
RelativeDateTimeFormatter.java 84 * It takes two additional parameters of Locale and TimeZone than the
85 * DateUtils' API. Caller must specify the locale and timezone.
91 public static String getRelativeTimeSpanString(Locale locale, java.util.TimeZone tz, long time,
99 public static String getRelativeTimeSpanString(Locale locale, java.util.TimeZone tz, long time,
108 com.ibm.icu.util.TimeZone icuTimeZone = DateUtilsBridge.icuTimeZone(tz);
114 com.ibm.icu.util.TimeZone icuTimeZone, long time, long now, long minResolution, int flags,
248 * It takes two additional parameters of Locale and TimeZone than the
249 * DateUtils' API. Caller must specify the locale and timezone.
260 public static String getRelativeDateTimeString(Locale locale, java.util.TimeZone tz, long time,
270 com.ibm.icu.util.TimeZone icuTimeZone = DateUtilsBridge.icuTimeZone(tz)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
CECalendar.java 57 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
66 protected CECalendar(TimeZone zone) {
77 this(TimeZone.getDefault(), aLocale);
87 this(TimeZone.getDefault(), locale);
98 protected CECalendar(TimeZone zone, Locale aLocale) {
111 protected CECalendar(TimeZone zone, ULocale locale) {
128 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
139 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
158 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDateFormatAPI.java 28 import com.ibm.icu.util.TimeZone;
208 final TimeZone tz = def.getTimeZone();
209 TimeZone newTz = (TimeZone) tz.clone();
213 errln("ERROR: set TimeZone() failed");
  /external/jsilver/src/org/clearsilver/
HDF.java 22 import java.util.TimeZone;
97 * Export a date to a clearsilver tree using a specified timezone
99 void exportDate(String hdfName, TimeZone timeZone, Date date);
102 * Export a date to a clearsilver tree using a specified timezone
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CalendarInteractionUtils.java 43 // All day events require special timezone adjustment.
111 recycle.timezone = Time.TIMEZONE_UTC;
113 recycle.timezone = tz;
121 recycle.timezone = tz;
123 recycle.timezone = Time.TIMEZONE_UTC;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java 7 package com.ibm.icu.dev.test.timezone;
28 import com.ibm.icu.util.TimeZone;
211 TimeZone ny = TimeZone.getTimeZone("America/New_York", TimeZone.TIMEZONE_ICU);
282 // TimeZone APIs
324 TimeZone tz = TimeZone.getTimeZone(zids[i], TimeZone.TIMEZONE_ICU);
353 TimeZone tz = TimeZone.getTimeZone(zids[i], TimeZone.TIMEZONE_ICU)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DateTest.java 25 import java.util.TimeZone;
317 cal.setTimeZone(TimeZone.getTimeZone("GMT"));
322 cal.setTimeZone(TimeZone.getTimeZone("MST"));
327 cal.setTimeZone(TimeZone.getTimeZone("GMT"));
456 TimeZone tz = TimeZone.getDefault();
457 TimeZone.setDefault(TimeZone.getTimeZone("GMT-5"));
463 TimeZone.setDefault(tz);
467 TimeZone.setDefault(TimeZone.getTimeZone("MST"))
    [all...]
  /development/ndk/platforms/android-3/include/
time.h 57 const char *tm_zone; /* Timezone abbreviation. */
61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
91 extern long int timezone;
  /development/ndk/platforms/android-8/include/
time.h 57 const char *tm_zone; /* Timezone abbreviation. */
61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
90 extern long int timezone;
  /external/apache-http/src/org/apache/http/protocol/
HttpDateGenerator.java 38 import java.util.TimeZone;
62 public static final TimeZone GMT = TimeZone.getTimeZone("GMT");
  /external/slf4j/slf4j-ext/src/test/java/org/slf4j/dummyExt/
EventLoggerTest.java 29 import java.util.TimeZone;
67 MDC.put("timezone", TimeZone.getDefault().getDisplayName());
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
ObexTime.java 22 import java.util.TimeZone;
68 TimeZone tz = TimeZone.getTimeZone("UTC");
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
ObexTime.java 22 import java.util.TimeZone;
68 TimeZone tz = TimeZone.getTimeZone("UTC");
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
time.h 57 const char *tm_zone; /* Timezone abbreviation. */
61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
90 extern long int timezone;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
time.h 57 const char *tm_zone; /* Timezone abbreviation. */
61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
90 extern long int timezone;
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
time.h 57 const char *tm_zone; /* Timezone abbreviation. */
61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
90 extern long int timezone;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
time.h 57 const char *tm_zone; /* Timezone abbreviation. */
61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
90 extern long int timezone;
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
time.h 57 const char *tm_zone; /* Timezone abbreviation. */
61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
90 extern long int timezone;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
time.h 57 const char *tm_zone; /* Timezone abbreviation. */
61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
90 extern long int timezone;
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
time.h 57 const char *tm_zone; /* Timezone abbreviation. */
61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
91 extern long int timezone;
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
time.h 57 const char *tm_zone; /* Timezone abbreviation. */
61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
90 extern long int timezone;
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
time.h 57 const char *tm_zone; /* Timezone abbreviation. */
61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
91 extern long int timezone;
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
time.h 57 const char *tm_zone; /* Timezone abbreviation. */
61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
91 extern long int timezone;
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
time.h 57 const char *tm_zone; /* Timezone abbreviation. */
61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
90 extern long int timezone;
  /prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/
time.h 57 const char *tm_zone; /* Timezone abbreviation. */
61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
90 extern long int timezone;

Completed in 1133 milliseconds

1 2 3 4 5 6 7 8 91011>>