Lines Matching refs:utimezone
54 to->utimezone = zone; in timezone_object_construct()
151 if (to->utimezone == NULL) { in timezone_process_timezone_argument()
161 timeZone = to->utimezone->clone(); in timezone_process_timezone_argument()
235 if (to_orig->utimezone != NULL) { in TimeZone_clone_obj()
236 TimeZone *newTimeZone = to_orig->utimezone->clone(); in TimeZone_clone_obj()
241 to_new->utimezone = newTimeZone; in TimeZone_clone_obj()
263 if (to1->utimezone == NULL || to2->utimezone == NULL) { in TimeZone_compare_objects()
268 if (*to1->utimezone == *to2->utimezone) { in TimeZone_compare_objects()
293 tz = to->utimezone; in TimeZone_get_debug_info()
335 to->utimezone = NULL; in TimeZone_object_init()
345 if (to->utimezone && to->should_delete) { in TimeZone_objects_free()
346 delete to->utimezone; in TimeZone_objects_free()
347 to->utimezone = NULL; in TimeZone_objects_free()