HomeSort by relevance Sort by last modified time
    Searched refs:tzoffset (Results 1 - 4 of 4) sorted by null

  /external/icu4c/test/cintltst/
putiltst.c 175 int32_t tzoffset = uprv_timezone(); local
176 log_verbose("Value returned from uprv_timezone = %d\n", tzoffset);
177 if (tzoffset != 28800) {
180 if ((tzoffset % 1800 != 0)) {
181 log_info("Note: t_timezone offset of %ld (for %s : %s) is not a multiple of 30min.", tzoffset, uprv_tzname(0), uprv_tzname(1));
183 /*tzoffset=uprv_getUTCtime();*/
  /external/icu4c/test/intltest/
tztest.cpp 110 int32_t tzoffset = uprv_timezone(); local
111 logln(UnicodeString("Value returned from uprv_timezone = ") + tzoffset);
113 if (tzoffset < 0)
114 tzoffset = -tzoffset;
115 if ((*saveDefault == *pstZone) && (tzoffset != 28800)) {
119 if ((tzoffset % 900) != 0) {
127 infoln("WARNING: t_timezone may be incorrect. It is not a multiple of 15min.", tzoffset);
    [all...]
caltest.cpp 298 int32_t tzoffset = 123400; local
300 SimpleTimeZone *zone = new SimpleTimeZone(tzoffset, tzid);
360 z->getRawOffset() != tzoffset)
    [all...]
  /external/icu4c/i18n/
timezone.cpp 862 int32_t tzoffset = z->getRawOffset(); local
865 if (tzoffset != *rawOffset) {
    [all...]

Completed in 92 milliseconds