Searched refs:__CFTimeZone (Results 1 - 2 of 2) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFDate.h68 typedef const struct __CFTimeZone * CFTimeZoneRef;
H A DCFTimeZone.c235 struct __CFTimeZone { struct
995 size = sizeof(struct __CFTimeZone) - sizeof(CFRuntimeBase);
1005 ((struct __CFTimeZone *)memory)->_name = (CFStringRef)CFStringCreateCopy(allocator, name);
1006 ((struct __CFTimeZone *)memory)->_data = CFDataCreateCopy(allocator, data);
1007 ((struct __CFTimeZone *)memory)->_periods = tzp;
1008 ((struct __CFTimeZone *)memory)->_periodCnt = cnt;
1012 CFDictionaryAddValue(__CFTimeZoneCache, ((struct __CFTimeZone *)memory)->_name, memory);

Completed in 214 milliseconds