/prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/ |
nekohtml-1.9.16.pom | 51 <timezone>+1</timezone>
|
/prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.20/ |
nekohtml-1.9.20.pom | 35 <timezone>+1</timezone>
|
/prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/ |
parboiled-core-1.0.2.pom | 21 <timezone>+1</timezone>
|
/external/icu/icu4c/source/i18n/ |
windtfmt.h | 78 * no longer owns the TimeZone object and should not delete it after this call. 80 * @param zoneToAdopt the TimeZone to be adopted. 82 virtual void adoptTimeZone(TimeZone* zoneToAdopt); 88 virtual void setTimeZone(const TimeZone& zone); 118 UnicodeString setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const;
|
zonemeta.h | 26 class TimeZone; 49 static const UChar* U_EXPORT2 getCanonicalCLDRID(const TimeZone& tz); 89 * @return A custom TimeZone for the offset with normalized time zone id 91 static TimeZone* createCustomTimeZone(int32_t offset); 99 static const UChar* U_EXPORT2 getShortID(const TimeZone& tz);
|
olsontz.h | 145 * Returns true if the two TimeZone objects are equal. 147 virtual UBool operator==(const TimeZone& other) const; 150 * TimeZone API. 152 virtual TimeZone* clone() const; 155 * TimeZone API. 160 * TimeZone API. 165 * TimeZone API. Do not call this; prefer getOffset(UDate,...). 172 * TimeZone API. Do not call this; prefer getOffset(UDate,...). 180 * TimeZone API. 192 * TimeZone API. This method has no effect since objects of thi [all...] |
/external/v8/test/intl/date-format/ |
resolved-options.js | 40 assertTrue(resolved.hasOwnProperty('timeZone')); 41 assertEquals(getDefaultTimeZone(), resolved.timeZone); 66 assertTrue(resolved.hasOwnProperty('timeZone')); 87 second: 'numeric', timeZoneName: 'short', timeZone: 'UTC'}); 93 assertTrue(resolved.hasOwnProperty('timeZone'));
|
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/project/4.1.1/ |
project-4.1.1.pom | 69 <timezone>+1</timezone> 79 <timezone>+1</timezone> 89 <timezone>+5.5</timezone> 99 <timezone></timezone> 110 <timezone>+1</timezone> [all...] |
/prebuilts/tools/common/offline-m2/org/apache/httpcomponents/project/4.1.1/ |
project-4.1.1.pom | 69 <timezone>+1</timezone> 79 <timezone>+1</timezone> 89 <timezone>+5.5</timezone> 99 <timezone></timezone> 110 <timezone>+1</timezone> [all...] |
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
TimestampTest.java | 22 import java.util.TimeZone; 199 // First set the timezone to GMT 200 TimeZone.setDefault(TimeZone.getTimeZone("GMT")); 217 // First set the timezone to GMT 218 TimeZone.setDefault(TimeZone.getTimeZone("GMT")); 256 TimeZone.setDefault(TimeZone.getTimeZone("GMT")); 269 TimeZone.setDefault(TimeZone.getTimeZone("GMT")) [all...] |
DateTest.java | 22 import java.util.TimeZone; 32 static Calendar aCal = Calendar.getInstance(TimeZone.getTimeZone("GMT")); 243 private void testToString(String timeZone, long[] theDates, String[] theDateStrings) { 244 // Set the timezone 245 TimeZone.setDefault(TimeZone.getTimeZone(timeZone)); 277 TimeZone.setDefault(TimeZone.getTimeZone(timeZoneName)); 387 // Reset defualt timezone [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/ |
commons-exec-1.2.pom | 54 <timezone>+10</timezone>
60 <timezone>+1</timezone>
66 <timezone>+1</timezone>
72 <timezone>+1</timezone>
80 <timezone>-5</timezone>
[all...] |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/project/7/ |
project-7.pom | 131 <timezone>+1</timezone> 141 <timezone>+1</timezone> 152 <timezone>+5.5</timezone> 162 <timezone></timezone> 173 <timezone>+1</timezone> [all...] |
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
TimeZoneData.java | 38 import java.util.TimeZone; 121 String[] tzIds = TimeZone.getAvailableIDs(); 141 final TimeZone tz = TimeZone.getTimeZone(tzId); 143 Log.e(TAG, "Timezone not found: " + tzId); 164 // TimeZone.SHORT, groupIdx, !found); 166 // TimeZone.LONG, groupIdx, !found); 169 // TimeZone.SHORT, groupIdx, 172 // TimeZone.LONG, groupIdx, 199 TimeZone.LONG, defaultLocal) [all...] |
TimeZoneInfo.java | 34 import java.util.TimeZone; 46 TimeZone mTz; 57 public TimeZoneInfo(TimeZone tz, String country) { 78 recycledTime.timezone = TimeZone.getDefault().getID(); 83 recycledTime.timezone = mTzId; 119 recycledTime.timezone = mTzId; 197 private static int[] getTransitions(TimeZone tz, long time) 232 final TimeZone tz = this.mTz; 236 sb.append(tz.getDisplayName(false /* daylightTime */, TimeZone.LONG)) [all...] |
/packages/apps/Exchange/src/com/android/exchange/utility/ |
CalendarUtilities.java | 63 import java.util.TimeZone; 126 // TimeZone cache; we parse/decode as little as possible, because the process is quite slow 127 private static HashMap<String, TimeZone> sTimeZoneCache = new HashMap<String, TimeZone>(); 129 private static HashMap<TimeZone, String> sTziStringCache = new HashMap<TimeZone, String>(); 131 private static final TimeZone UTC_TIMEZONE = TimeZone.getTimeZone("UTC"); 162 static final TimeZone sGmtTimeZone = TimeZone.getTimeZone("GMT") [all...] |
/libcore/luni/src/test/java/libcore/java/util/ |
OldAndroidLocaleTest.java | 25 import java.util.TimeZone; 56 TimeZone berlin = TimeZone.getTimeZone("Europe/Berlin"); 65 berlin.getDisplayName(false, TimeZone.LONG, eng)); 67 berlin.getDisplayName(true, TimeZone.LONG, eng)); 70 berlin.getDisplayName(false, TimeZone.LONG, deu)); 72 berlin.getDisplayName(true, TimeZone.LONG, deu));
|
/packages/apps/Calendar/tests/src/com/android/calendar/widget/ |
CalendarAppWidgetServiceTest.java | 33 import java.util.TimeZone; 77 // we want to run these tests in a predictable timezone 78 TimeZone.setDefault(TimeZone.getTimeZone(DEFAULT_TIMEZONE)); 93 // this restores the previous default timezone 94 TimeZone.setDefault(null); 153 time.timezone = Time.TIMEZONE_UTC;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
time.h | 55 /* Structure crudely representing a timezone. 57 struct timezone struct 63 typedef struct timezone *__restrict __timezone_ptr_t; 68 /* Get the current time of day and timezone information, 71 NOTE: This form of timezone information is obsolete. 77 /* Set the current time of day and timezone information. 80 __const struct timezone *__tz)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
time.h | 55 /* Structure crudely representing a timezone. 57 struct timezone struct 63 typedef struct timezone *__restrict __timezone_ptr_t; 68 /* Get the current time of day and timezone information, 71 NOTE: This form of timezone information is obsolete. 77 /* Set the current time of day and timezone information. 80 __const struct timezone *__tz)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
time.h | 55 /* Structure crudely representing a timezone. 57 struct timezone struct 63 typedef struct timezone *__restrict __timezone_ptr_t; 68 /* Get the current time of day and timezone information, 71 NOTE: This form of timezone information is obsolete. 77 /* Set the current time of day and timezone information. 80 __const struct timezone *__tz)
|
/external/icu/icu4c/source/i18n/unicode/ |
basictz.h | 12 * \brief C++ API: ICU TimeZone base class 19 #include "unicode/timezone.h" 29 * <code>BasicTimeZone</code> is an abstract class extending <code>TimeZone</code>. 31 * All ICU <code>TimeZone</code> concrete subclasses extend this class. 34 class U_I18N_API BasicTimeZone: public TimeZone { 103 * @param initial Receives the initial timezone rule 104 * @param trsrules Receives the timezone transition rules 106 * the timezone transition rules. On output, actual number of 184 * Construct a timezone with a given ID.
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
TimeTest.java | 25 assertNotNull(t.timezone); 33 assertEquals(t.timezone, t2.timezone); 48 assertEquals(t.timezone, t2.timezone); 81 assertEquals(t.timezone, "UTC"); 89 assertEquals("UTC", t.timezone); 200 time.timezone = "Australia/Sydney"; 223 time.timezone = "Australia/Sydney";
|
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/ |
WorldClockAdapter.java | 41 import java.util.TimeZone; 122 SettingsActivity.KEY_HOME_TZ, TimeZone.getDefault().getID()); 124 return TimeZone.getTimeZone(homeTZ).getOffset(now.getTime()) 125 != TimeZone.getDefault().getOffset(now.getTime()); 166 int gmOffset1 = TimeZone.getTimeZone(city1.mTimeZone).getOffset(now.getTime()); 167 int gmOffset2 = TimeZone.getTimeZone(city2.mTimeZone).getOffset(now.getTime()); 241 now.setTimeZone(TimeZone.getDefault()); 243 // Get timezone from cities DB if available 245 now.setTimeZone(TimeZone.getTimeZone(cityTZ));
|
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/ |
extras_config_test.py | 175 self.assertEqual(config.get_config('resources.i18n', 'timezone'), i18n_config['timezone']) 195 'timezone': 'America/Sao_Paulo', 201 self.assertEqual(config.get_config('resources.i18n', 'timezone'), 'America/Sao_Paulo') 206 'timezone': 'America/Sao_Paulo', 211 self.assertEqual(config.get_config('resources.i18n', 'timezone'), 'America/Sao_Paulo') 270 self.assertEqual(config['resources.i18n']['timezone'], i18n_config['timezone']) 290 'timezone': 'America/Sao_Paulo', 296 self.assertEqual(config['resources.i18n']['timezone'], 'America/Sao_Paulo' [all...] |