Searched refs:uprv_timezone (Results 1 – 11 of 11) sorted by relevance
138 printf("STD=%s DST=%s OFFSET=%d\n", uprv_tzname(0), uprv_tzname(1), uprv_timezone()); in printTime()
202 U_INTERNAL int32_t U_EXPORT2 uprv_timezone(void);
624 uprv_timezone() in uprv_timezone() function1074 tzid = remapShortTimeZone(U_TZNAME[0], U_TZNAME[1], daylightType, uprv_timezone()); in uprv_tzname()
175 int32_t tzoffset = uprv_timezone(); in TestPUtilAPI()
478 rawOffset = uprv_timezone() * -U_MILLIS_PER_SECOND; in initDefault()
958 #define uprv_timezone uprv_timezone_3_2 macro
1340 #define uprv_timezone U_ICU_ENTRY_POINT_RENAME(uprv_timezone) macro
110 int32_t tzoffset = uprv_timezone(); in TestGenericAPI()