Searched refs:kCFDateFormatterTimeZone (Results 1 - 13 of 13) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFDateFormatter.h127 CF_EXPORT const CFStringRef kCFDateFormatterTimeZone; // CFTimeZone local
H A DCFLocaleKeys.c193 CF_EXPORT CFStringRef const kCFDateFormatterTimeZone __attribute__((alias ("kCFDateFormatterTimeZoneKey"))); variable
H A DCFTimeZone.c84 CF_EXPORT CFStringRef const kCFDateFormatterTimeZone __attribute__((weak, alias ("kCFDateFormatterTimeZoneKey"))); variable
1277 CFDateFormatterSetProperty(df, kCFDateFormatterTimeZone, tz);
/macosx-10.9.5/PowerManagement-420.90.1/pmset/
H A Dpmset.c2405 CFDateFormatterSetProperty(date_format, kCFDateFormatterTimeZone, tz);
3155 CFDateFormatterSetProperty(date_format, kCFDateFormatterTimeZone, tz);
/macosx-10.9.5/PowerManagement-420.90.1/darktool/
H A Ddarktool.c810 CFDateFormatterSetProperty(date_format, kCFDateFormatterTimeZone, tz);
/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-14-dateparse.c47 CFDateFormatterSetProperty(df, kCFDateFormatterTimeZone, tz);
/macosx-10.9.5/Security-55471.14.18/sec/SecurityTool/
H A Dprint_cert.c108 CFDateFormatterSetProperty(df, kCFDateFormatterTimeZone, tz);
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/sslViewer/
H A DprintCert.c122 CFDateFormatterSetProperty(df, kCFDateFormatterTimeZone, tz);
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A DtsaSupport.c847 CFDateFormatterSetProperty(formatter, kCFDateFormatterTimeZone, gmt);
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A DtsaSupport.c847 CFDateFormatterSetProperty(formatter, kCFDateFormatterTimeZone, gmt);
/macosx-10.9.5/Security-55471.14.18/libsecurity_manifest/lib/
H A DSecureDownloadInternal.c736 CFDateFormatterSetProperty(formatter, kCFDateFormatterTimeZone, tz);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfdateformatter.py15 self.assertIsInstance(kCFDateFormatterTimeZone, unicode)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfdateformatter.py17 self.failUnless( isinstance( kCFDateFormatterTimeZone, unicode))

Completed in 273 milliseconds