Searched refs:uprv_timezone (Results 1 – 8 of 8) sorted by relevance
140 printf("STD=%s DST=%s OFFSET=%d\n", uprv_tzname(0), uprv_tzname(1), uprv_timezone()); in printTime()
482 U_INTERNAL int32_t U_EXPORT2 uprv_timezone(void);
654 uprv_timezone() in uprv_timezone() function1198 tzid = remapShortTimeZone(U_TZNAME[0], U_TZNAME[1], daylightType, uprv_timezone()); in uprv_tzname()
208 int32_t tzoffset = uprv_timezone(); in TestPUtilAPI()
1404 #define uprv_timezone U_ICU_ENTRY_POINT_RENAME(uprv_timezone) macro
472 rawOffset = uprv_timezone() * -U_MILLIS_PER_SECOND; in detectHostTimeZone()
128 int32_t tzoffset = uprv_timezone(); in TestGenericAPI()