Searched refs:getOffsetFromLocal (Results 1 - 25 of 31) sorted by relevance

12

/external/icu/icu4c/source/i18n/unicode/
H A Dbasictz.h148 * The time type option bit flags used by getOffsetFromLocal
163 virtual void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
170 * The time type option bit masks used by getOffsetFromLocal
H A Drbtz.h305 virtual void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
H A Dsimpletz.h625 virtual void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
H A DTimeZoneOffsetLocalTest.java77 // or getOffsetFromLocal(long time, int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets)
95 // Expected offsets by getOffsetFromLocal(long time, int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets)
190 // Test getOffsetFromLocal(long time, int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets)
194 TESTZONES[i].getOffsetFromLocal(MILLIS[m], BasicTimeZone.LOCAL_STD, BasicTimeZone.LOCAL_STD, offsets);
204 // Test getOffsetFromLocal(long time, int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets)
208 TESTZONES[i].getOffsetFromLocal(MILLIS[m], BasicTimeZone.LOCAL_DST, BasicTimeZone.LOCAL_DST, offsets);
218 // Test getOffsetFromLocal(long time, int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets)
222 TESTZONES[i].getOffsetFromLocal(MILLIS[m], BasicTimeZone.LOCAL_FORMER, BasicTimeZone.LOCAL_LATTER, offsets);
232 // Test getOffsetFromLocal(long time, int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets)
236 TESTZONES[i].getOffsetFromLocal(MILLI
[all...]
H A DTimeZoneRuleTest.java1241 vtzc.getOffsetFromLocal(Calendar.getInstance(vtzc).getTimeInMillis(), VTimeZone.LOCAL_STD, VTimeZone.LOCAL_STD, offsets_vtzc);
1243 errln("Error getOffsetFromLocal()");
1475 btz.getOffsetFromLocal(Calendar.getInstance().getTimeInMillis(), BasicTimeZone.LOCAL_STD, BasicTimeZone.LOCAL_STD, offsets);
1477 errln("Error calling getOffsetFromLocal().");
/external/icu/icu4c/source/test/intltest/
H A Dtzoffloc.cpp82 // or void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
101 // Expected offsets by void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt,
240 // Test getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
246 TESTZONES[i]->getOffsetFromLocal(MILLIS[m], BasicTimeZone::kStandard, BasicTimeZone::kStandard,
249 errln((UnicodeString)"getOffsetFromLocal with kStandard/kStandard failed for TESTZONES[" + i + "]");
261 // Test getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
267 TESTZONES[i]->getOffsetFromLocal(MILLIS[m], BasicTimeZone::kDaylight, BasicTimeZone::kDaylight,
270 errln((UnicodeString)"getOffsetFromLocal with kDaylight/kDaylight failed for TESTZONES[" + i + "]");
282 // Test getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
288 TESTZONES[i]->getOffsetFromLocal(MILLI
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneOffsetLocalTest.java74 // or getOffsetFromLocal(long time, int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets)
92 // Expected offsets by getOffsetFromLocal(long time, int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets)
187 // Test getOffsetFromLocal(long time, int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets)
191 TESTZONES[i].getOffsetFromLocal(MILLIS[m], BasicTimeZone.LOCAL_STD, BasicTimeZone.LOCAL_STD, offsets);
201 // Test getOffsetFromLocal(long time, int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets)
205 TESTZONES[i].getOffsetFromLocal(MILLIS[m], BasicTimeZone.LOCAL_DST, BasicTimeZone.LOCAL_DST, offsets);
215 // Test getOffsetFromLocal(long time, int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets)
219 TESTZONES[i].getOffsetFromLocal(MILLIS[m], BasicTimeZone.LOCAL_FORMER, BasicTimeZone.LOCAL_LATTER, offsets);
229 // Test getOffsetFromLocal(long time, int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets)
233 TESTZONES[i].getOffsetFromLocal(MILLI
[all...]
H A DTimeZoneRuleTest.java1238 vtzc.getOffsetFromLocal(Calendar.getInstance(vtzc).getTimeInMillis(), VTimeZone.LOCAL_STD, VTimeZone.LOCAL_STD, offsets_vtzc);
1240 errln("Error getOffsetFromLocal()");
1472 btz.getOffsetFromLocal(Calendar.getInstance().getTimeInMillis(), BasicTimeZone.LOCAL_STD, BasicTimeZone.LOCAL_STD, offsets);
1474 errln("Error calling getOffsetFromLocal().");
/external/icu/icu4c/source/i18n/
H A Dolsontz.h190 virtual void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
H A Dolsontz.cpp404 OlsonTimeZone::getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, function in class:OlsonTimeZone
410 finalZone->getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff, ec);
H A Dbasictz.cpp550 BasicTimeZone::getOffsetFromLocal(UDate /*date*/, int32_t /*nonExistingTimeOpt*/, int32_t /*duplicatedTimeOpt*/, function in class:BasicTimeZone
H A Drbtz.cpp407 RuleBasedTimeZone::getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, function in class:RuleBasedTimeZone
H A Dsimpletz.cpp511 SimpleTimeZone::getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, function in class:SimpleTimeZone
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBasicTimeZone.java527 * {@link #getOffsetFromLocal(long, int, int, int[])}
536 * {@link #getOffsetFromLocal(long, int, int, int[])}
545 * {@link #getOffsetFromLocal(long, int, int, int[])}
554 * {@link #getOffsetFromLocal(long, int, int, int[])}
563 * {@link #getOffsetFromLocal(long, int, int, int[])}
572 * {@link #getOffsetFromLocal(long, int, int, int[])}
585 public void getOffsetFromLocal(long date, method in class:BasicTimeZone
H A DRuleBasedTimeZone.java119 public void getOffsetFromLocal(long date, method in class:RuleBasedTimeZone
H A DVTimeZone.java101 public void getOffsetFromLocal(long date, method in class:VTimeZone
103 tz.getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, offsets);
H A DSimpleTimeZone.java775 public void getOffsetFromLocal(long date, method in class:SimpleTimeZone
H A DCalendar.java5597 ((BasicTimeZone)zone).getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, offsets);
5650 ((BasicTimeZone)zone).getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, offsets);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBasicTimeZone.java540 * {@link #getOffsetFromLocal(long, int, int, int[])}
549 * {@link #getOffsetFromLocal(long, int, int, int[])}
558 * {@link #getOffsetFromLocal(long, int, int, int[])}
567 * {@link #getOffsetFromLocal(long, int, int, int[])}
576 * {@link #getOffsetFromLocal(long, int, int, int[])}
585 * {@link #getOffsetFromLocal(long, int, int, int[])}
598 public void getOffsetFromLocal(long date, method in class:BasicTimeZone
H A DRuleBasedTimeZone.java126 public void getOffsetFromLocal(long date, method in class:RuleBasedTimeZone
H A DVTimeZone.java106 public void getOffsetFromLocal(long date, method in class:VTimeZone
108 tz.getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, offsets);
H A DSimpleTimeZone.java796 public void getOffsetFromLocal(long date, method in class:SimpleTimeZone
H A DCalendar.java5768 ((BasicTimeZone)zone).getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, offsets);
5821 ((BasicTimeZone)zone).getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, offsets);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DOlsonTimeZone.java284 public void getOffsetFromLocal(long date, method in class:OlsonTimeZone
287 finalZone.getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, offsets);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DOlsonTimeZone.java282 public void getOffsetFromLocal(long date, method in class:OlsonTimeZone
285 finalZone.getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, offsets);

Completed in 1416 milliseconds

12