Searched refs:uprv_timezone (Results 1 – 7 of 7) sorted by relevance
138 printf("STD=%s DST=%s OFFSET=%d\n", uprv_tzname(0), uprv_tzname(1), uprv_timezone()); in printTime()
469 U_INTERNAL int32_t U_EXPORT2 uprv_timezone(void);
614 uprv_timezone() in uprv_timezone() function1102 tzid = remapShortTimeZone(U_TZNAME[0], U_TZNAME[1], daylightType, uprv_timezone()); in uprv_tzname()
192 int32_t tzoffset = uprv_timezone(); in TestPUtilAPI()
1353 #define uprv_timezone U_ICU_ENTRY_POINT_RENAME(uprv_timezone) macro
468 rawOffset = uprv_timezone() * -U_MILLIS_PER_SECOND; in detectHostTimeZone()
126 int32_t tzoffset = uprv_timezone(); in TestGenericAPI()