Lines Matching refs:utimezone
54 to->utimezone = zone; in timezone_object_construct()
151 if (to->utimezone == NULL) { in timezone_process_timezone_argument()
160 timeZone = to->utimezone->clone(); in timezone_process_timezone_argument()
235 if (to_orig->utimezone != NULL) { in TimeZone_clone_obj()
238 newTimeZone = to_orig->utimezone->clone(); in TimeZone_clone_obj()
250 to_new->utimezone = newTimeZone; in TimeZone_clone_obj()
269 if (to1->utimezone == NULL || to2->utimezone == NULL) { in TimeZone_compare_objects()
274 if (*to1->utimezone == *to2->utimezone) { in TimeZone_compare_objects()
299 tz = to->utimezone; in TimeZone_get_debug_info()
337 to->utimezone = NULL; in TimeZone_object_init()
355 if (to->utimezone && to->should_delete) { in TimeZone_objects_free()
356 delete to->utimezone; in TimeZone_objects_free()
357 to->utimezone = NULL; in TimeZone_objects_free()