Searched refs:uprv_timezone (Results 1 – 11 of 11) sorted by relevance
140 printf("STD=%s DST=%s OFFSET=%d\n", uprv_tzname(0), uprv_tzname(1), uprv_timezone()); in printTime()
428 U_CAPI int32_t U_EXPORT2 uprv_timezone(void);
647 uprv_timezone() in uprv_timezone() function1240 tzid = remapShortTimeZone(U_TZNAME[0], U_TZNAME[1], daylightType, uprv_timezone()); in uprv_tzname()
211 int32_t tzoffset = uprv_timezone(); in TestPUtilAPI()
1458 #define uprv_timezone U_ICU_ENTRY_POINT_RENAME(uprv_timezone) macro
478 rawOffset = uprv_timezone() * -U_MILLIS_PER_SECOND; in detectHostTimeZone()
129 int32_t tzoffset = uprv_timezone(); in TestGenericAPI()