Searched refs:tzoffset (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dputiltst.c192 int32_t tzoffset = uprv_timezone(); local
193 log_verbose("Value returned from uprv_timezone = %d\n", tzoffset);
194 if (tzoffset != 28800) {
197 if ((tzoffset % 1800 != 0)) {
198 log_info("Note: t_timezone offset of %ld (for %s : %s) is not a multiple of 30min.", tzoffset, uprv_tzname(0), uprv_tzname(1));
200 /*tzoffset=uprv_getUTCtime();*/
/external/icu/icu4c/source/test/intltest/
H A Dtztest.cpp126 int32_t tzoffset = uprv_timezone(); local
127 if ((tzoffset % 900) != 0) {
135 infoln("WARNING: t_timezone may be incorrect. It is not a multiple of 15min.", tzoffset);
140 if (hostZone->getRawOffset() != tzoffset * (-1000)) {
H A Dcaltest.cpp381 int32_t tzoffset = 123400; local
383 SimpleTimeZone *zone = new SimpleTimeZone(tzoffset, tzid);
443 z->getRawOffset() != tzoffset)
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DCompatibilityTest.java276 int tzoffset = 123400;
278 SimpleTimeZone zone = new SimpleTimeZone(tzoffset, tzid);
313 z.getRawOffset() != tzoffset)
/external/icu/icu4c/source/i18n/
H A Dtimezone.cpp845 int32_t tzoffset = z->getRawOffset(); local
848 if (tzoffset != *rawOffset) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DCompatibilityTest.java272 int tzoffset = 123400;
274 SimpleTimeZone zone = new SimpleTimeZone(tzoffset, tzid);
309 z.getRawOffset() != tzoffset)
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 174 milliseconds