Crate objc2_core_foundation

Source
Expand description

§Bindings to the CoreFoundation framework

See Apple’s docs and the general docs on framework crates for more information.

Structs§

CFAllocatorCFBase
Apple’s documentation
CFAllocatorContextCFBase
Apple’s documentation
CFArrayCFArray
This is the type of a reference to immutable CFArrays.
CFArrayCallBacksCFArray and CFBase
Apple’s documentation
CFAttributedStringCFAttributedString
Apple’s documentation
CFBagCFBag
Apple’s documentation
CFBagCallBacksCFBag and CFBase
Apple’s documentation
CFBinaryHeapCFBinaryHeap
This is the type of a reference to CFBinaryHeaps.
CFBinaryHeapCallBacksCFBase and CFBinaryHeap
Structure containing the callbacks for values of a CFBinaryHeap. Field: version The version number of the structure type being passed in as a parameter to the CFBinaryHeap creation functions. This structure is version 0. Field: retain The callback used to add a retain for the binary heap on values as they are put into the binary heap. This callback returns the value to use as the value in the binary heap, which is usually the value parameter passed to this callback, but may be a different value if a different value should be added to the binary heap. The binary heap’s allocator is passed as the first argument. Field: release The callback used to remove a retain previously added for the binary heap from values as they are removed from the binary heap. The binary heap’s allocator is passed as the first argument. Field: copyDescription The callback used to create a descriptive string representation of each value in the binary heap. This is used by the CFCopyDescription() function. Field: compare The callback used to compare values in the binary heap for equality in some operations.
CFBinaryHeapCompareContextCFBase and CFBinaryHeap
Apple’s documentation
CFBitVectorCFBitVector
Apple’s documentation
CFBooleanCFNumber
Apple’s documentation
CFBundleCFBundle
Apple’s documentation
CFCalendarCFCalendar
Apple’s documentation
CFCalendarUnitCFBase and CFCalendar
Apple’s documentation
CFCharacterSetCFCharacterSet
This is the type of a reference to immutable CFCharacterSets.
CFCharacterSetPredefinedSetCFBase and CFCharacterSet
Type of the predefined CFCharacterSet selector values.
CFComparisonResultCFBase
Apple’s documentation
CFDataCFData
Apple’s documentation
CFDataSearchFlagsCFBase and CFData
Apple’s documentation
CFDateCFDate
Apple’s documentation
CFDateFormatterCFDateFormatter
Apple’s documentation
CFDateFormatterStyleCFBase and CFDateFormatter
Apple’s documentation
CFDictionaryCFDictionary
This is the type of a reference to immutable CFDictionarys.
CFDictionaryKeyCallBacksCFBase and CFDictionary
Apple’s documentation
CFDictionaryValueCallBacksCFBase and CFDictionary
Structure containing the callbacks for values of a CFDictionary. Field: version The version number of the structure type being passed in as a parameter to the CFDictionary creation functions. This structure is version 0. Field: retain The callback used to add a retain for the dictionary on values as they are put into the dictionary. This callback returns the value to use as the value in the dictionary, which is usually the value parameter passed to this callback, but may be a different value if a different value should be added to the dictionary. The dictionary’s allocator is passed as the first argument. Field: release The callback used to remove a retain previously added for the dictionary from values as they are removed from the dictionary. The dictionary’s allocator is passed as the first argument. Field: copyDescription The callback used to create a descriptive string representation of each value in the dictionary. This is used by the CFCopyDescription() function. Field: equal The callback used to compare values in the dictionary for equality in some operations.
CFErrorCFError
This is the type of a reference to CFErrors. CFErrorRef is toll-free bridged with NSError.
CFFileDescriptorCFFileDescriptor
Apple’s documentation
CFFileDescriptorContextCFBase and CFFileDescriptor
Apple’s documentation
CFFileSecurityCFFileSecurity
Apple’s documentation
CFFileSecurityClearOptionsCFBase and CFFileSecurity
Apple’s documentation
CFGregorianDateCFDate
Apple’s documentation
CFGregorianUnitFlagsCFBase and CFDate
Apple’s documentation
CFGregorianUnitsCFDate
Apple’s documentation
CFISO8601DateFormatOptionsCFBase and CFDateFormatter
Apple’s documentation
CFLocaleCFLocale
Apple’s documentation
CFLocaleLanguageDirectionCFBase and CFLocale
Apple’s documentation
CFMachPortCFMachPort
Apple’s documentation
CFMachPortContextCFBase and CFMachPort
Apple’s documentation
CFMessagePortCFMessagePort
Apple’s documentation
CFMessagePortContextCFBase and CFMessagePort
Apple’s documentation
CFMutableArrayCFArray
This is the type of a reference to mutable CFArrays.
CFMutableAttributedStringCFAttributedString
Apple’s documentation
CFMutableBagCFBag
Apple’s documentation
CFMutableBitVectorCFBitVector
Apple’s documentation
CFMutableCharacterSetCFCharacterSet
This is the type of a reference to mutable CFMutableCharacterSets.
CFMutableDataCFData
Apple’s documentation
CFMutableDictionaryCFDictionary
This is the type of a reference to mutable CFDictionarys.
CFMutableSetCFSet
This is the type of a reference to mutable CFSets.
CFMutableStringCFBase
Apple’s documentation
CFNotificationCenterCFNotificationCenter
Apple’s documentation
CFNotificationSuspensionBehaviorCFBase and CFNotificationCenter
Apple’s documentation
CFNullCFBase
Apple’s documentation
CFNumberCFNumber
Apple’s documentation
CFNumberFormatterCFNumberFormatter
Apple’s documentation
CFNumberFormatterOptionFlagsCFBase and CFNumberFormatter
Apple’s documentation
CFNumberFormatterPadPositionCFBase and CFNumberFormatter
Apple’s documentation
CFNumberFormatterRoundingModeCFBase and CFNumberFormatter
Apple’s documentation
CFNumberFormatterStyleCFBase and CFNumberFormatter
Apple’s documentation
CFNumberTypeCFBase and CFNumber
Apple’s documentation
CFPlugInCFBundle
Apple’s documentation
CFPlugInInstanceCFPlugIn
Apple’s documentation
CFPropertyListFormatCFBase and CFPropertyList
Apple’s documentation
CFPropertyListMutabilityOptionsCFBase and CFPropertyList
Apple’s documentation
CFRangeCFBase
Apple’s documentation
CFReadStreamCFStream
Apple’s documentation
CFRetained
A reference counted pointer type for CoreFoundation types.
CFRunLoopCFRunLoop
Apple’s documentation
CFRunLoopActivityCFBase and CFRunLoop
Apple’s documentation
CFRunLoopObserverCFRunLoop
Apple’s documentation
CFRunLoopObserverContextCFBase and CFRunLoop
Apple’s documentation
CFRunLoopRunResultCFRunLoop
Apple’s documentation
CFRunLoopSourceCFRunLoop
Apple’s documentation
CFRunLoopSourceContextCFBase and CFRunLoop
Apple’s documentation
CFRunLoopSourceContext1CFBase and CFRunLoop and libc
Apple’s documentation
CFRunLoopTimerCFRunLoop
Apple’s documentation
CFRunLoopTimerContextCFBase and CFRunLoop
Apple’s documentation
CFSetCFSet
This is the type of a reference to immutable CFSets.
CFSetCallBacksCFBase and CFSet
Structure containing the callbacks of a CFSet. Field: version The version number of the structure type being passed in as a parameter to the CFSet creation functions. This structure is version 0. Field: retain The callback used to add a retain for the set on values as they are put into the set. This callback returns the value to store in the set, which is usually the value parameter passed to this callback, but may be a different value if a different value should be stored in the set. The set’s allocator is passed as the first argument. Field: release The callback used to remove a retain previously added for the set from values as they are removed from the set. The set’s allocator is passed as the first argument. Field: copyDescription The callback used to create a descriptive string representation of each value in the set. This is used by the CFCopyDescription() function. Field: equal The callback used to compare values in the set for equality for some operations. Field: hash The callback used to compare values in the set for uniqueness for some operations.
CFSocketCFSocket
Apple’s documentation
CFSocketCallBackTypeCFBase and CFSocket
Apple’s documentation
CFSocketContextCFBase and CFSocket
Apple’s documentation
CFSocketErrorCFBase and CFSocket
Apple’s documentation
CFSocketSignatureCFData and CFSocket
Apple’s documentation
CFStreamClientContextCFBase and CFStream
Apple’s documentation
CFStreamErrorCFBase and CFStream
Apple’s documentation
CFStreamErrorDomainCFBase and CFStream
Apple’s documentation
CFStreamEventTypeCFBase and CFStream
Apple’s documentation
CFStreamStatusCFBase and CFStream
Apple’s documentation
CFStringCFBase
Apple’s documentation
CFStringBuiltInEncodingsCFString
Apple’s documentation
CFStringCompareFlagsCFBase and CFString
Apple’s documentation
CFStringEncodingsCFBase and CFStringEncodingExt
Apple’s documentation
CFStringInlineBufferCFBase and CFString
Apple’s documentation
CFStringNormalizationFormCFBase and CFString
This is the type of Unicode normalization forms as described in Unicode Technical Report #15. To normalize for use with file system calls, use CFStringGetFileSystemRepresentation().
CFStringTokenizerCFStringTokenizer
Apple’s documentation
CFStringTokenizerTokenTypeCFBase and CFStringTokenizer
Token type CFStringTokenizerGoToTokenAtIndex / CFStringTokenizerAdvanceToNextToken returns the type of current token.
CFSwappedFloat32CFByteOrder
Apple’s documentation
CFSwappedFloat64CFByteOrder
Apple’s documentation
CFTimeZoneCFDate
Apple’s documentation
CFTimeZoneNameStyleCFBase and CFTimeZone
Apple’s documentation
CFTreeCFTree
This is the type of a reference to CFTrees.
CFTreeContextCFBase and CFTree
Structure containing user-specified data and callbacks for a CFTree. Field: version The version number of the structure type being passed in as a parameter to the CFTree creation function. This structure is version 0. Field: info A C pointer to a user-specified block of data. Field: retain The callback used to add a retain for the info field. If this parameter is not a pointer to a function of the correct prototype, the behavior is undefined. The value may be NULL. Field: release The calllback used to remove a retain previously added for the info field. If this parameter is not a pointer to a function of the correct prototype, the behavior is undefined. The value may be NULL. Field: copyDescription The callback used to provide a description of the info field.
CFTypeCFBase
An instance of a Core Foundation type.
CFURLCFURL
Apple’s documentation
CFURLBookmarkCreationOptionsCFBase and CFURL
Apple’s documentation
CFURLBookmarkResolutionOptionsCFBase and CFURL
Apple’s documentation
CFURLComponentTypeCFBase and CFURL
Apple’s documentation
CFURLEnumeratorCFURLEnumerator
Apple’s documentation
CFURLEnumeratorOptionsCFBase and CFURLEnumerator
Apple’s documentation
CFURLEnumeratorResultCFBase and CFURLEnumerator
Apple’s documentation
CFURLErrorDeprecatedCFBase and CFURLAccess
Apple’s documentation
CFURLPathStyleCFBase and CFURL
Apple’s documentation
CFUUIDCFUUID
Apple’s documentation
CFUUIDBytesCFUUID
Apple’s documentation
CFUserNotificationCFUserNotification
Apple’s documentation
CFWriteStreamCFStream
Apple’s documentation
CFXMLAttributeDeclarationInfoCFBase and CFXMLNode
Apple’s documentation
CFXMLAttributeListDeclarationInfoCFBase and CFXMLNode
Apple’s documentation
CFXMLDocumentInfoCFString and CFURL and CFXMLNode
Apple’s documentation
CFXMLDocumentTypeInfoCFBase and CFURL and CFXMLNode
Apple’s documentation
CFXMLElementInfoCFArray and CFDictionary and CFXMLNode
Apple’s documentation
CFXMLElementTypeDeclarationInfoCFBase and CFXMLNode
Apple’s documentation
CFXMLEntityInfoCFBase and CFURL and CFXMLNode
Apple’s documentation
CFXMLEntityReferenceInfoCFBase and CFXMLNode
Apple’s documentation
CFXMLEntityTypeCodeCFBase and CFXMLNode
Apple’s documentation
CFXMLExternalIDCFBase and CFURL and CFXMLNode
Apple’s documentation
CFXMLNodeCFXMLNode
Apple’s documentation
CFXMLNodeTypeCodeCFBase and CFXMLNode
Apple’s documentation
CFXMLNotationInfoCFBase and CFURL and CFXMLNode
Apple’s documentation
CFXMLParserCFXMLParser
Apple’s documentation
CFXMLParserCallBacksCFBase and CFData and CFURL and CFXMLNode and CFXMLParser
Apple’s documentation
CFXMLParserContextCFBase and CFXMLParser
Apple’s documentation
CFXMLParserOptionsCFBase and CFXMLParser
Apple’s documentation
CFXMLParserStatusCodeCFBase and CFXMLParser
Apple’s documentation
CFXMLProcessingInstructionInfoCFBase and CFXMLNode
Apple’s documentation
CGAffineTransformCFCGTypes
Apple’s documentation
CGAffineTransformComponentsCFCGTypes
Apple’s documentation
CGPointCFCGTypes
A point in a two-dimensional coordinate system.
CGRectCFCGTypes
The location and dimensions of a rectangle.
CGSizeCFCGTypes
A two-dimensional size.
CGVectorCFCGTypes
Apple’s documentation
IUnknownVTblCFPlugInCOM and CFUUID
Apple’s documentation

Enums§

CGRectEdgeCFCGTypes
Apple’s documentation

Constants§

kCFBundleExecutableArchitectureARM64CFBundle
Apple’s documentation
kCFBundleExecutableArchitectureI386CFBundle
Apple’s documentation
kCFBundleExecutableArchitecturePPCCFBundle
Apple’s documentation
kCFBundleExecutableArchitecturePPC64CFBundle
Apple’s documentation
kCFBundleExecutableArchitectureX86_64CFBundle
Apple’s documentation
kCFCalendarComponentsWrapCFBase and CFCalendar
Apple’s documentation
kCFFileDescriptorReadCallBackCFBase and CFFileDescriptor
Apple’s documentation
kCFFileDescriptorWriteCallBackCFBase and CFFileDescriptor
Apple’s documentation
kCFMessagePortBecameInvalidErrorCFMessagePort
Apple’s documentation
kCFMessagePortIsInvalidCFMessagePort
Apple’s documentation
kCFMessagePortReceiveTimeoutCFMessagePort
Apple’s documentation
kCFMessagePortSendTimeoutCFMessagePort
Apple’s documentation
kCFMessagePortSuccessCFMessagePort
Apple’s documentation
kCFMessagePortTransportErrorCFMessagePort
Apple’s documentation
kCFNotificationDeliverImmediatelyCFBase and CFNotificationCenter
Apple’s documentation
kCFNotificationPostToAllSessionsCFBase and CFNotificationCenter
Apple’s documentation
kCFPropertyListReadCorruptErrorCFBase and CFPropertyList
Apple’s documentation
kCFPropertyListReadStreamErrorCFBase and CFPropertyList
Apple’s documentation
kCFPropertyListReadUnknownVersionErrorCFBase and CFPropertyList
Apple’s documentation
kCFPropertyListWriteStreamErrorCFBase and CFPropertyList
Apple’s documentation
kCFSocketAutomaticallyReenableAcceptCallBackCFBase and CFSocket
Apple’s documentation
kCFSocketAutomaticallyReenableDataCallBackCFBase and CFSocket
Apple’s documentation
kCFSocketAutomaticallyReenableReadCallBackCFBase and CFSocket
Apple’s documentation
kCFSocketAutomaticallyReenableWriteCallBackCFBase and CFSocket
Apple’s documentation
kCFSocketCloseOnInvalidateCFBase and CFSocket
Apple’s documentation
kCFSocketLeaveErrorsCFBase and CFSocket
Apple’s documentation
kCFStringTokenizerAttributeLanguageCFBase and CFStringTokenizer
Attribute Specifier Use attribute specifier to tell tokenizer to prepare the specified attribute when it tokenizes the given string. The attribute value can be retrieved by calling CFStringTokenizerCopyCurrentTokenAttribute with one of the attribute option.
kCFStringTokenizerAttributeLatinTranscriptionCFBase and CFStringTokenizer
Attribute Specifier Use attribute specifier to tell tokenizer to prepare the specified attribute when it tokenizes the given string. The attribute value can be retrieved by calling CFStringTokenizerCopyCurrentTokenAttribute with one of the attribute option.
kCFStringTokenizerUnitLineBreakCFBase and CFStringTokenizer
Tokenization Unit Use one of tokenization unit options with CFStringTokenizerCreate to specify how the string should be tokenized.
kCFStringTokenizerUnitParagraphCFBase and CFStringTokenizer
Tokenization Unit Use one of tokenization unit options with CFStringTokenizerCreate to specify how the string should be tokenized.
kCFStringTokenizerUnitSentenceCFBase and CFStringTokenizer
Tokenization Unit Use one of tokenization unit options with CFStringTokenizerCreate to specify how the string should be tokenized.
kCFStringTokenizerUnitWordCFBase and CFStringTokenizer
Tokenization Unit Use one of tokenization unit options with CFStringTokenizerCreate to specify how the string should be tokenized.
kCFStringTokenizerUnitWordBoundaryCFBase and CFStringTokenizer
Tokenization Unit Use one of tokenization unit options with CFStringTokenizerCreate to specify how the string should be tokenized.
kCFUserNotificationAlternateResponseCFBase and CFUserNotification
Apple’s documentation
kCFUserNotificationCancelResponseCFBase and CFUserNotification
Apple’s documentation
kCFUserNotificationCautionAlertLevelCFBase and CFUserNotification
Apple’s documentation
kCFUserNotificationDefaultResponseCFBase and CFUserNotification
Apple’s documentation
kCFUserNotificationNoDefaultButtonFlagCFBase and CFUserNotification
Apple’s documentation
kCFUserNotificationNoteAlertLevelCFBase and CFUserNotification
Apple’s documentation
kCFUserNotificationOtherResponseCFBase and CFUserNotification
Apple’s documentation
kCFUserNotificationPlainAlertLevelCFBase and CFUserNotification
Apple’s documentation
kCFUserNotificationStopAlertLevelCFBase and CFUserNotification
Apple’s documentation
kCFUserNotificationUseRadioButtonsFlagCFBase and CFUserNotification
Apple’s documentation
kCFXMLNodeCurrentVersionCFBase and CFXMLNode
Apple’s documentation

Statics§

kCFAbsoluteTimeIntervalSince1904CFDate
Apple’s documentation
kCFAbsoluteTimeIntervalSince1970CFDate
Apple’s documentation
kCFAllocatorDefaultCFBase
Apple’s documentation
kCFAllocatorMallocCFBase
Apple’s documentation
kCFAllocatorMallocZoneCFBase
Apple’s documentation
kCFAllocatorNullCFBase
Apple’s documentation
kCFAllocatorSystemDefaultCFBase
Apple’s documentation
kCFAllocatorUseContextCFBase
Apple’s documentation
kCFBooleanFalseCFNumber
Apple’s documentation
kCFBooleanTrueCFNumber
Apple’s documentation
kCFBuddhistCalendarCFLocale and CFBase
Apple’s documentation
kCFBundleDevelopmentRegionKeyCFBundle and CFBase
Apple’s documentation
kCFBundleExecutableKeyCFBundle and CFBase
Apple’s documentation
kCFBundleIdentifierKeyCFBundle and CFBase
Apple’s documentation
kCFBundleInfoDictionaryVersionKeyCFBundle and CFBase
Apple’s documentation
kCFBundleLocalizationsKeyCFBundle and CFBase
Apple’s documentation
kCFBundleNameKeyCFBundle and CFBase
Apple’s documentation
kCFBundleVersionKeyCFBundle and CFBase
Apple’s documentation
kCFChineseCalendarCFLocale and CFBase
Apple’s documentation
kCFCopyStringBagCallBacksCFBag and CFBase
Apple’s documentation
kCFCopyStringDictionaryKeyCallBacksCFDictionary and CFBase
Predefined CFDictionaryKeyCallBacks structure containing a set of callbacks appropriate for use when the keys of a CFDictionary are all CFStrings, which may be mutable and need to be copied in order to serve as constant keys for the values in the dictionary.
kCFCopyStringSetCallBacksCFSet and CFBase
Predefined CFSetCallBacks structure containing a set of callbacks appropriate for use when the values in a CFSet should be copies of a CFString.
kCFCoreFoundationVersionNumberCFBase
Apple’s documentation
kCFDateFormatterAMSymbolCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterCalendarCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterCalendarNameCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterDefaultDateCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterDefaultFormatCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterDoesRelativeDateFormattingKeyCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterEraSymbolsCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterGregorianStartDateCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterIsLenientCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterLongEraSymbolsCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterMonthSymbolsCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterPMSymbolCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterQuarterSymbolsCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterShortMonthSymbolsCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterShortQuarterSymbolsCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterShortStandaloneMonthSymbolsCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterShortStandaloneQuarterSymbolsCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterShortStandaloneWeekdaySymbolsCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterShortWeekdaySymbolsCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterStandaloneMonthSymbolsCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterStandaloneQuarterSymbolsCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterStandaloneWeekdaySymbolsCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterTimeZoneCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterTwoDigitStartDateCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterVeryShortMonthSymbolsCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterVeryShortStandaloneMonthSymbolsCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterVeryShortStandaloneWeekdaySymbolsCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterVeryShortWeekdaySymbolsCFDateFormatter and CFBase
Apple’s documentation
kCFDateFormatterWeekdaySymbolsCFDateFormatter and CFBase
Apple’s documentation
kCFErrorDescriptionKeyCFError and CFBase
Apple’s documentation
kCFErrorDomainCocoaCFError and CFBase
Apple’s documentation
kCFErrorDomainMachCFError and CFBase
Apple’s documentation
kCFErrorDomainOSStatusCFError and CFBase
Apple’s documentation
kCFErrorDomainPOSIXCFError and CFBase
Apple’s documentation
kCFErrorFilePathKeyCFError and CFBase
Apple’s documentation
kCFErrorLocalizedDescriptionKeyCFError and CFBase
Apple’s documentation
kCFErrorLocalizedFailureKeyCFError and CFBase
Apple’s documentation
kCFErrorLocalizedFailureReasonKeyCFError and CFBase
Apple’s documentation
kCFErrorLocalizedRecoverySuggestionKeyCFError and CFBase
Apple’s documentation
kCFErrorURLKeyCFError and CFBase
Apple’s documentation
kCFErrorUnderlyingErrorKeyCFError and CFBase
Apple’s documentation
kCFGregorianCalendarCFLocale and CFBase
Apple’s documentation
kCFHebrewCalendarCFLocale and CFBase
Apple’s documentation
kCFISO8601CalendarCFLocale and CFBase
Apple’s documentation
kCFIndianCalendarCFLocale and CFBase
Apple’s documentation
kCFIslamicCalendarCFLocale and CFBase
Apple’s documentation
kCFIslamicCivilCalendarCFLocale and CFBase
Apple’s documentation
kCFIslamicTabularCalendarCFLocale and CFBase
Apple’s documentation
kCFIslamicUmmAlQuraCalendarCFLocale and CFBase
Apple’s documentation
kCFJapaneseCalendarCFLocale and CFBase
Apple’s documentation
kCFLocaleAlternateQuotationBeginDelimiterKeyCFLocale and CFBase
Apple’s documentation
kCFLocaleAlternateQuotationEndDelimiterKeyCFLocale and CFBase
Apple’s documentation
kCFLocaleCalendarCFLocale and CFBase
Apple’s documentation
kCFLocaleCalendarIdentifierCFLocale and CFBase
Apple’s documentation
kCFLocaleCollationIdentifierCFLocale and CFBase
Apple’s documentation
kCFLocaleCollatorIdentifierCFLocale and CFBase
Apple’s documentation
kCFLocaleCountryCodeCFLocale and CFBase
Apple’s documentation
kCFLocaleCurrencyCodeCFLocale and CFBase
Apple’s documentation
kCFLocaleCurrencySymbolCFLocale and CFBase
Apple’s documentation
kCFLocaleCurrentLocaleDidChangeNotificationCFBase and CFNotificationCenter and CFLocale
Apple’s documentation
kCFLocaleDecimalSeparatorCFLocale and CFBase
Apple’s documentation
kCFLocaleExemplarCharacterSetCFLocale and CFBase
Apple’s documentation
kCFLocaleGroupingSeparatorCFLocale and CFBase
Apple’s documentation
kCFLocaleIdentifierCFLocale and CFBase
Apple’s documentation
kCFLocaleLanguageCodeCFLocale and CFBase
Apple’s documentation
kCFLocaleMeasurementSystemCFLocale and CFBase
Apple’s documentation
kCFLocaleQuotationBeginDelimiterKeyCFLocale and CFBase
Apple’s documentation
kCFLocaleQuotationEndDelimiterKeyCFLocale and CFBase
Apple’s documentation
kCFLocaleScriptCodeCFLocale and CFBase
Apple’s documentation
kCFLocaleUsesMetricSystemCFLocale and CFBase
Apple’s documentation
kCFLocaleVariantCodeCFLocale and CFBase
Apple’s documentation
kCFNotFoundCFBase
Apple’s documentation
kCFNullCFBase
Apple’s documentation
kCFNumberFormatterAlwaysShowDecimalSeparatorCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterCurrencyCodeCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterCurrencyDecimalSeparatorCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterCurrencyGroupingSeparatorCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterCurrencySymbolCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterDecimalSeparatorCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterDefaultFormatCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterExponentSymbolCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterFormatWidthCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterGroupingSeparatorCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterGroupingSizeCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterInfinitySymbolCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterInternationalCurrencySymbolCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterIsLenientCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterMaxFractionDigitsCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterMaxIntegerDigitsCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterMaxSignificantDigitsCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterMinFractionDigitsCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterMinGroupingDigitsCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterMinIntegerDigitsCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterMinSignificantDigitsCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterMinusSignCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterMultiplierCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterNaNSymbolCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterNegativePrefixCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterNegativeSuffixCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterPaddingCharacterCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterPaddingPositionCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterPerMillSymbolCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterPercentSymbolCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterPlusSignCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterPositivePrefixCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterPositiveSuffixCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterRoundingIncrementCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterRoundingModeCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterSecondaryGroupingSizeCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterUseGroupingSeparatorCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterUseSignificantDigitsCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberFormatterZeroSymbolCFNumberFormatter and CFBase
Apple’s documentation
kCFNumberNaNCFNumber
Apple’s documentation
kCFNumberNegativeInfinityCFNumber
Apple’s documentation
kCFNumberPositiveInfinityCFNumber
Apple’s documentation
kCFPersianCalendarCFLocale and CFBase
Apple’s documentation
kCFPlugInDynamicRegisterFunctionKeyCFPlugIn and CFBase
Apple’s documentation
kCFPlugInDynamicRegistrationKeyCFPlugIn and CFBase
Apple’s documentation
kCFPlugInFactoriesKeyCFPlugIn and CFBase
Apple’s documentation
kCFPlugInTypesKeyCFPlugIn and CFBase
Apple’s documentation
kCFPlugInUnloadFunctionKeyCFPlugIn and CFBase
Apple’s documentation
kCFPreferencesAnyApplicationCFPreferences and CFBase
Apple’s documentation
kCFPreferencesAnyHostCFPreferences and CFBase
Apple’s documentation
kCFPreferencesAnyUserCFPreferences and CFBase
Apple’s documentation
kCFPreferencesCurrentApplicationCFPreferences and CFBase
Apple’s documentation
kCFPreferencesCurrentHostCFPreferences and CFBase
Apple’s documentation
kCFPreferencesCurrentUserCFPreferences and CFBase
Apple’s documentation
kCFRepublicOfChinaCalendarCFLocale and CFBase
Apple’s documentation
kCFRunLoopCommonModesCFRunLoop and CFBase
Apple’s documentation
kCFRunLoopDefaultModeCFRunLoop and CFBase
Apple’s documentation
kCFSocketCommandKeyCFSocket and CFBase
Apple’s documentation
kCFSocketErrorKeyCFSocket and CFBase
Apple’s documentation
kCFSocketNameKeyCFSocket and CFBase
Apple’s documentation
kCFSocketRegisterCommandCFSocket and CFBase
Apple’s documentation
kCFSocketResultKeyCFSocket and CFBase
Apple’s documentation
kCFSocketRetrieveCommandCFSocket and CFBase
Apple’s documentation
kCFSocketValueKeyCFSocket and CFBase
Apple’s documentation
kCFStreamErrorDomainSOCKSCFStream
Apple’s documentation
kCFStreamErrorDomainSSLCFStream
Apple’s documentation
kCFStreamPropertyAppendToFileCFStream and CFBase
Apple’s documentation
kCFStreamPropertyDataWrittenCFStream and CFBase
Apple’s documentation
kCFStreamPropertyFileCurrentOffsetCFStream and CFBase
Apple’s documentation
kCFStreamPropertySOCKSPasswordCFStream and CFBase
Apple’s documentation
kCFStreamPropertySOCKSProxyCFStream and CFBase
Apple’s documentation
kCFStreamPropertySOCKSProxyHostCFStream and CFBase
Apple’s documentation
kCFStreamPropertySOCKSProxyPortCFStream and CFBase
Apple’s documentation
kCFStreamPropertySOCKSUserCFStream and CFBase
Apple’s documentation
kCFStreamPropertySOCKSVersionCFStream and CFBase
Apple’s documentation
kCFStreamPropertyShouldCloseNativeSocketCFStream and CFBase
Apple’s documentation
kCFStreamPropertySocketNativeHandleCFStream and CFBase
Apple’s documentation
kCFStreamPropertySocketRemoteHostNameCFStream and CFBase
Apple’s documentation
kCFStreamPropertySocketRemotePortNumberCFStream and CFBase
Apple’s documentation
kCFStreamPropertySocketSecurityLevelCFStream and CFBase
Apple’s documentation
kCFStreamSocketSOCKSVersion4CFStream and CFBase
Apple’s documentation
kCFStreamSocketSOCKSVersion5CFStream and CFBase
Apple’s documentation
kCFStreamSocketSecurityLevelNegotiatedSSLCFStream and CFBase
Apple’s documentation
kCFStreamSocketSecurityLevelNoneCFStream and CFBase
Apple’s documentation
kCFStreamSocketSecurityLevelSSLv2CFStream and CFBase
Apple’s documentation
kCFStreamSocketSecurityLevelSSLv3CFStream and CFBase
Apple’s documentation
kCFStreamSocketSecurityLevelTLSv1CFStream and CFBase
Apple’s documentation
kCFStringBinaryHeapCallBacksCFBinaryHeap and CFBase
Predefined CFBinaryHeapCallBacks structure containing a set of callbacks appropriate for use when the values in a CFBinaryHeap are all CFString types.
kCFStringTransformFullwidthHalfwidthCFString and CFBase
Apple’s documentation
kCFStringTransformHiraganaKatakanaCFString and CFBase
Apple’s documentation
kCFStringTransformLatinArabicCFString and CFBase
Apple’s documentation
kCFStringTransformLatinCyrillicCFString and CFBase
Apple’s documentation
kCFStringTransformLatinGreekCFString and CFBase
Apple’s documentation
kCFStringTransformLatinHangulCFString and CFBase
Apple’s documentation
kCFStringTransformLatinHebrewCFString and CFBase
Apple’s documentation
kCFStringTransformLatinHiraganaCFString and CFBase
Apple’s documentation
kCFStringTransformLatinKatakanaCFString and CFBase
Apple’s documentation
kCFStringTransformLatinThaiCFString and CFBase
Apple’s documentation
kCFStringTransformMandarinLatinCFString and CFBase
Apple’s documentation
kCFStringTransformStripCombiningMarksCFString and CFBase
Apple’s documentation
kCFStringTransformStripDiacriticsCFString and CFBase
Apple’s documentation
kCFStringTransformToLatinCFString and CFBase
Apple’s documentation
kCFStringTransformToUnicodeNameCFString and CFBase
Apple’s documentation
kCFStringTransformToXMLHexCFString and CFBase
Apple’s documentation
kCFTimeZoneSystemTimeZoneDidChangeNotificationCFBase and CFNotificationCenter and CFTimeZone
Apple’s documentation
kCFTypeArrayCallBacksCFArray and CFBase
Predefined CFArrayCallBacks structure containing a set of callbacks appropriate for use when the values in a CFArray are all CFTypes.
kCFTypeBagCallBacksCFBag and CFBase
Apple’s documentation
kCFTypeDictionaryKeyCallBacksCFDictionary and CFBase
Predefined CFDictionaryKeyCallBacks structure containing a set of callbacks appropriate for use when the keys of a CFDictionary are all CFTypes.
kCFTypeDictionaryValueCallBacksCFDictionary and CFBase
Predefined CFDictionaryValueCallBacks structure containing a set of callbacks appropriate for use when the values in a CFDictionary are all CFTypes.
kCFTypeSetCallBacksCFSet and CFBase
Predefined CFSetCallBacks structure containing a set of callbacks appropriate for use when the values in a CFSet are all CFTypes.
kCFURLAddedToDirectoryDateKeyCFURL and CFBase
Apple’s documentation
kCFURLApplicationIsScriptableKeyCFURL and CFBase
Apple’s documentation
kCFURLAttributeModificationDateKeyCFURL and CFBase
Apple’s documentation
kCFURLCanonicalPathKeyCFURL and CFBase
Apple’s documentation
kCFURLContentAccessDateKeyCFURL and CFBase
Apple’s documentation
kCFURLContentModificationDateKeyCFURL and CFBase
Apple’s documentation
kCFURLCreationDateKeyCFURL and CFBase
Apple’s documentation
kCFURLCustomIconKeyCFURL and CFBase
Apple’s documentation
kCFURLDirectoryEntryCountKeyCFURL and CFBase
Apple’s documentation
kCFURLDocumentIdentifierKeyCFURL and CFBase
Apple’s documentation
kCFURLEffectiveIconKeyCFURL and CFBase
Apple’s documentation
kCFURLFileAllocatedSizeKeyCFURL and CFBase
Apple’s documentation
kCFURLFileContentIdentifierKeyCFURL and CFBase
Apple’s documentation
kCFURLFileDirectoryContentsCFURLAccess and CFBase
Apple’s documentation
kCFURLFileExistsCFURLAccess and CFBase
Apple’s documentation
kCFURLFileIdentifierKeyCFURL and CFBase
Apple’s documentation
kCFURLFileLastModificationTimeCFURLAccess and CFBase
Apple’s documentation
kCFURLFileLengthCFURLAccess and CFBase
Apple’s documentation
kCFURLFileOwnerIDCFURLAccess and CFBase
Apple’s documentation
kCFURLFilePOSIXModeCFURLAccess and CFBase
Apple’s documentation
kCFURLFileProtectionCompleteCFURL and CFBase
Apple’s documentation
kCFURLFileProtectionCompleteUnlessOpenCFURL and CFBase
Apple’s documentation
kCFURLFileProtectionCompleteUntilFirstUserAuthenticationCFURL and CFBase
Apple’s documentation
kCFURLFileProtectionCompleteWhenUserInactiveCFURL and CFBase
Apple’s documentation
kCFURLFileProtectionKeyCFURL and CFBase
Apple’s documentation
kCFURLFileProtectionNoneCFURL and CFBase
Apple’s documentation
kCFURLFileResourceIdentifierKeyCFURL and CFBase
Apple’s documentation
kCFURLFileResourceTypeBlockSpecialCFURL and CFBase
Apple’s documentation
kCFURLFileResourceTypeCharacterSpecialCFURL and CFBase
Apple’s documentation
kCFURLFileResourceTypeDirectoryCFURL and CFBase
Apple’s documentation
kCFURLFileResourceTypeKeyCFURL and CFBase
Apple’s documentation
kCFURLFileResourceTypeNamedPipeCFURL and CFBase
Apple’s documentation
kCFURLFileResourceTypeRegularCFURL and CFBase
Apple’s documentation
kCFURLFileResourceTypeSocketCFURL and CFBase
Apple’s documentation
kCFURLFileResourceTypeSymbolicLinkCFURL and CFBase
Apple’s documentation
kCFURLFileResourceTypeUnknownCFURL and CFBase
Apple’s documentation
kCFURLFileSecurityKeyCFURL and CFBase
Apple’s documentation
kCFURLFileSizeKeyCFURL and CFBase
Apple’s documentation
kCFURLGenerationIdentifierKeyCFURL and CFBase
Apple’s documentation
kCFURLHTTPStatusCodeCFURLAccess and CFBase
Apple’s documentation
kCFURLHTTPStatusLineCFURLAccess and CFBase
Apple’s documentation
kCFURLHasHiddenExtensionKeyCFURL and CFBase
Apple’s documentation
kCFURLIsAliasFileKeyCFURL and CFBase
Apple’s documentation
kCFURLIsApplicationKeyCFURL and CFBase
Apple’s documentation
kCFURLIsDirectoryKeyCFURL and CFBase
Apple’s documentation
kCFURLIsExcludedFromBackupKeyCFURL and CFBase
Apple’s documentation
kCFURLIsExecutableKeyCFURL and CFBase
Apple’s documentation
kCFURLIsHiddenKeyCFURL and CFBase
Apple’s documentation
kCFURLIsMountTriggerKeyCFURL and CFBase
Apple’s documentation
kCFURLIsPackageKeyCFURL and CFBase
Apple’s documentation
kCFURLIsPurgeableKeyCFURL and CFBase
Apple’s documentation
kCFURLIsReadableKeyCFURL and CFBase
Apple’s documentation
kCFURLIsRegularFileKeyCFURL and CFBase
Apple’s documentation
kCFURLIsSparseKeyCFURL and CFBase
Apple’s documentation
kCFURLIsSymbolicLinkKeyCFURL and CFBase
Apple’s documentation
kCFURLIsSystemImmutableKeyCFURL and CFBase
Apple’s documentation
kCFURLIsUbiquitousItemKeyCFURL and CFBase
Apple’s documentation
kCFURLIsUserImmutableKeyCFURL and CFBase
Apple’s documentation
kCFURLIsVolumeKeyCFURL and CFBase
Apple’s documentation
kCFURLIsWritableKeyCFURL and CFBase
Apple’s documentation
kCFURLKeysOfUnsetValuesKeyCFURL and CFBase
Apple’s documentation
kCFURLLabelColorKeyCFURL and CFBase
Apple’s documentation
kCFURLLabelNumberKeyCFURL and CFBase
Apple’s documentation
kCFURLLinkCountKeyCFURL and CFBase
Apple’s documentation
kCFURLLocalizedLabelKeyCFURL and CFBase
Apple’s documentation
kCFURLLocalizedNameKeyCFURL and CFBase
Apple’s documentation
kCFURLLocalizedTypeDescriptionKeyCFURL and CFBase
Apple’s documentation
kCFURLMayHaveExtendedAttributesKeyCFURL and CFBase
Apple’s documentation
kCFURLMayShareFileContentKeyCFURL and CFBase
Apple’s documentation
kCFURLNameKeyCFURL and CFBase
Apple’s documentation
kCFURLParentDirectoryURLKeyCFURL and CFBase
Apple’s documentation
kCFURLPathKeyCFURL and CFBase
Apple’s documentation
kCFURLPreferredIOBlockSizeKeyCFURL and CFBase
Apple’s documentation
kCFURLQuarantinePropertiesKeyCFURL and CFBase
Apple’s documentation
kCFURLTagNamesKeyCFURL and CFBase
Apple’s documentation
kCFURLTotalFileAllocatedSizeKeyCFURL and CFBase
Apple’s documentation
kCFURLTotalFileSizeKeyCFURL and CFBase
Apple’s documentation
kCFURLTypeIdentifierKeyCFURL and CFBase
Apple’s documentation
kCFURLUbiquitousItemDownloadingErrorKeyCFURL and CFBase
Apple’s documentation
kCFURLUbiquitousItemDownloadingStatusCurrentCFURL and CFBase
Apple’s documentation
kCFURLUbiquitousItemDownloadingStatusDownloadedCFURL and CFBase
Apple’s documentation
kCFURLUbiquitousItemDownloadingStatusKeyCFURL and CFBase
Apple’s documentation
kCFURLUbiquitousItemDownloadingStatusNotDownloadedCFURL and CFBase
Apple’s documentation
kCFURLUbiquitousItemHasUnresolvedConflictsKeyCFURL and CFBase
Apple’s documentation
kCFURLUbiquitousItemIsDownloadedKeyCFURL and CFBase
Apple’s documentation
kCFURLUbiquitousItemIsDownloadingKeyCFURL and CFBase
Apple’s documentation
kCFURLUbiquitousItemIsExcludedFromSyncKeyCFURL and CFBase
Apple’s documentation
kCFURLUbiquitousItemIsUploadedKeyCFURL and CFBase
Apple’s documentation
kCFURLUbiquitousItemIsUploadingKeyCFURL and CFBase
Apple’s documentation
kCFURLUbiquitousItemPercentDownloadedKeyCFURL and CFBase
Apple’s documentation
kCFURLUbiquitousItemPercentUploadedKeyCFURL and CFBase
Apple’s documentation
kCFURLUbiquitousItemUploadingErrorKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeAvailableCapacityForImportantUsageKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeAvailableCapacityForOpportunisticUsageKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeAvailableCapacityKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeCreationDateKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeIdentifierKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeIsAutomountedKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeIsBrowsableKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeIsEjectableKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeIsEncryptedKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeIsInternalKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeIsJournalingKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeIsLocalKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeIsReadOnlyKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeIsRemovableKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeIsRootFileSystemKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeLocalizedFormatDescriptionKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeLocalizedNameKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeMaximumFileSizeKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeMountFromLocationKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeNameKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeResourceCountKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeSubtypeKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeSupportsAccessPermissionsKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeSupportsAdvisoryFileLockingKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeSupportsCasePreservedNamesKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeSupportsCaseSensitiveNamesKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeSupportsCompressionKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeSupportsExclusiveRenamingKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeSupportsExtendedSecurityKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeSupportsFileCloningKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeSupportsFileProtectionKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeSupportsHardLinksKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeSupportsImmutableFilesKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeSupportsJournalingKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeSupportsPersistentIDsKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeSupportsRenamingKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeSupportsRootDirectoryDatesKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeSupportsSparseFilesKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeSupportsSwapRenamingKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeSupportsSymbolicLinksKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeSupportsVolumeSizesKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeSupportsZeroRunsKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeTotalCapacityKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeTypeNameKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeURLForRemountingKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeURLKeyCFURL and CFBase
Apple’s documentation
kCFURLVolumeUUIDStringKeyCFURL and CFBase
Apple’s documentation
kCFUserNotificationAlertHeaderKeyCFUserNotification and CFBase
Apple’s documentation
kCFUserNotificationAlertMessageKeyCFUserNotification and CFBase
Apple’s documentation
kCFUserNotificationAlertTopMostKeyCFUserNotification and CFBase
Apple’s documentation
kCFUserNotificationAlternateButtonTitleKeyCFUserNotification and CFBase
Apple’s documentation
kCFUserNotificationCheckBoxTitlesKeyCFUserNotification and CFBase
Apple’s documentation
kCFUserNotificationDefaultButtonTitleKeyCFUserNotification and CFBase
Apple’s documentation
kCFUserNotificationIconURLKeyCFUserNotification and CFBase
Apple’s documentation
kCFUserNotificationKeyboardTypesKeyCFUserNotification and CFBase
Apple’s documentation
kCFUserNotificationLocalizationURLKeyCFUserNotification and CFBase
Apple’s documentation
kCFUserNotificationOtherButtonTitleKeyCFUserNotification and CFBase
Apple’s documentation
kCFUserNotificationPopUpSelectionKeyCFUserNotification and CFBase
Apple’s documentation
kCFUserNotificationPopUpTitlesKeyCFUserNotification and CFBase
Apple’s documentation
kCFUserNotificationProgressIndicatorValueKeyCFUserNotification and CFBase
Apple’s documentation
kCFUserNotificationSoundURLKeyCFUserNotification and CFBase
Apple’s documentation
kCFUserNotificationTextFieldTitlesKeyCFUserNotification and CFBase
Apple’s documentation
kCFUserNotificationTextFieldValuesKeyCFUserNotification and CFBase
Apple’s documentation
kCFXMLTreeErrorDescriptionCFXMLParser and CFBase
Apple’s documentation
kCFXMLTreeErrorLineNumberCFXMLParser and CFBase
Apple’s documentation
kCFXMLTreeErrorLocationCFXMLParser and CFBase
Apple’s documentation
kCFXMLTreeErrorStatusCodeCFXMLParser and CFBase
Apple’s documentation

Traits§

ConcreteType
A concrete CoreFoundation type.
Type
A CoreFoundation-like type.

Functions§

CFAbsoluteTimeAddGregorianUnitsDeprecatedCFDate
CFAbsoluteTimeGetCurrentCFDate
CFAbsoluteTimeGetDayOfWeekDeprecatedCFDate
CFAbsoluteTimeGetDayOfYearDeprecatedCFDate
CFAbsoluteTimeGetDifferenceAsGregorianUnitsDeprecatedCFDate and CFBase
CFAbsoluteTimeGetGregorianDateDeprecatedCFDate
CFAbsoluteTimeGetWeekOfYearDeprecatedCFDate
CFAllocatorAllocateCFBase
CFAllocatorAllocateBytesCFBase
CFAllocatorAllocateTypedCFBase
CFAllocatorCreateCFBase
CFAllocatorDeallocateCFBase
CFAllocatorGetContextCFBase
CFAllocatorGetDefaultCFBase
CFAllocatorGetPreferredSizeForSizeCFBase
CFAllocatorReallocateCFBase
CFAllocatorReallocateBytesCFBase
CFAllocatorReallocateTypedCFBase
CFAllocatorSetDefaultCFBase
CFArrayAppendArrayCFArray and CFBase
Adds the values from an array to another array.
CFArrayAppendValueCFArray
Adds the value to the array giving it a new largest index.
CFArrayApplyFunctionCFArray and CFBase
Calls a function once for each value in the array.
CFArrayBSearchValuesCFArray and CFBase
Searches the array for the value using a binary search algorithm.
CFArrayContainsValueCFArray and CFBase
Reports whether or not the value is in the array.
CFArrayCreateCFArray and CFBase
Creates a new immutable array with the given values.
CFArrayCreateCopyCFArray and CFBase
Creates a new immutable array with the values from the given array.
CFArrayCreateMutableCFArray and CFBase
Creates a new empty mutable array.
CFArrayCreateMutableCopyCFArray and CFBase
Creates a new mutable array with the values from the given array.
CFArrayExchangeValuesAtIndicesCFArray and CFBase
Exchanges the values at two indices of the array.
CFArrayGetCountCFArray and CFBase
Returns the number of values currently in the array.
CFArrayGetCountOfValueCFArray and CFBase
Counts the number of times the given value occurs in the array.
CFArrayGetFirstIndexOfValueCFArray and CFBase
Searches the array for the value.
CFArrayGetLastIndexOfValueCFArray and CFBase
Searches the array for the value.
CFArrayGetValueAtIndexCFArray and CFBase
Retrieves the value at the given index.
CFArrayGetValuesCFArray and CFBase
Fills the buffer with values from the array.
CFArrayInsertValueAtIndexCFArray and CFBase
Adds the value to the array, giving it the given index.
CFArrayRemoveAllValuesCFArray
Removes all the values from the array, making it empty.
CFArrayRemoveValueAtIndexCFArray and CFBase
Removes the value with the given index from the array.
CFArrayReplaceValuesCFArray and CFBase
Replaces a range of values in the array.
CFArraySetValueAtIndexCFArray and CFBase
Changes the value with the given index in the array.
CFArraySortValuesCFArray and CFBase
Sorts the values in the array using the given comparison function.
CFAttributedStringBeginEditingCFAttributedString
In cases where attributed string might do a bunch of work to assure self-consistency, CFAttributedStringBeginEditing/CFAttributedStringEndEditing allow disabling that to allow deferring and coalescing any work. It’s a good idea to call these around a set of related mutation calls which don’t require the string to be in consistent state in between. These calls can be nested.
CFAttributedStringCreateCFAttributedString and CFBase and CFDictionary
Creates an attributed string with the specified string and attributes (both copied).
CFAttributedStringCreateCopyCFAttributedString and CFBase
Creates an immutable attributed string copy.
CFAttributedStringCreateMutableCFAttributedString and CFBase
Creates a mutable empty attributed string. maxLength, if not 0, is a hard bound on the length of the attributed string; exceeding this size limit during any editing operation is a programming error. If 0, there is no limit on the length.
CFAttributedStringCreateMutableCopyCFAttributedString and CFBase
Creates a mutable attributed string copy. maxLength, if not 0, is a hard bound on the length of the attributed string; exceeding this size limit during any editing operation is a programming error. If 0, there is no limit on the length.
CFAttributedStringCreateWithSubstringCFAttributedString and CFBase
Creates a sub-attributed string from the specified range. It’s a programming error for range to specify characters outside the bounds of aStr.
CFAttributedStringEndEditingCFAttributedString
In cases where attributed string might do a bunch of work to assure self-consistency, CFAttributedStringBeginEditing/CFAttributedStringEndEditing allow disabling that to allow deferring and coalescing any work. It’s a good idea to call these around a set of related mutation calls which don’t require the string to be in consistent state in between. These calls can be nested.
CFAttributedStringGetAttributeCFAttributedString and CFBase
Returns the value of a single attribute at the specified location. If the specified attribute doesn’t exist at the location, returns NULL. If effectiveRange is not NULL, upon return *effectiveRange contains a range over which the exact same attribute value applies. Note that for performance reasons, the returned effectiveRange is not necessarily the maximal range - for that, use CFAttributedStringGetAttributeAndLongestEffectiveRange(). It’s a programming error for loc to specify a location outside the bounds of the attributed string.
CFAttributedStringGetAttributeAndLongestEffectiveRangeCFAttributedString and CFBase
Returns the value of a single attribute at the specified location. If longestEffectiveRange is not NULL, upon return *longestEffectiveRange contains the maximal range within inRange over which the exact same attribute value applies. The returned range is clipped to inRange. It’s a programming error for loc or inRange to specify locations outside the bounds of the attributed string.
CFAttributedStringGetAttributesCFAttributedString and CFBase and CFDictionary
Returns the attributes at the specified location. If effectiveRange is not NULL, upon return *effectiveRange contains a range over which the exact same set of attributes apply. Note that for performance reasons, the returned effectiveRange is not necessarily the maximal range - for that, use CFAttributedStringGetAttributesAndLongestEffectiveRange(). It’s a programming error for loc to specify a location outside the bounds of the attributed string.
CFAttributedStringGetAttributesAndLongestEffectiveRangeCFAttributedString and CFBase and CFDictionary
Returns the attributes at the specified location. If longestEffectiveRange is not NULL, upon return *longestEffectiveRange contains the maximal range within inRange over which the exact same set of attributes apply. The returned range is clipped to inRange. It’s a programming error for loc or inRange to specify locations outside the bounds of the attributed string.
CFAttributedStringGetBidiLevelsAndResolvedDirectionsCFAttributedString and CFBase
Fills bidiLevels by applying the Unicode Bidi Algorithm (P, X, W, N, and I) to the characters in range. Returns true if the result is not uni-level LTR (in other words, needing further Bidi processing). baseDirection is NSWritingDirection (NSWritingDirectionNatural, NSWritingDirectionLeftToRight, and NSWritingDirectionRightToLeft). Understands NSWritingDirectionAttributeName values.
CFAttributedStringGetLengthCFAttributedString and CFBase
Returns the length of the attributed string in characters; same as CFStringGetLength(CFAttributedStringGetString(aStr))
CFAttributedStringGetMutableStringCFAttributedString and CFBase
Gets the string for the attributed string as a mutable string, allowing editing the character contents of the string as if it were an CFMutableString. Attributes corresponding to the edited range are appropriately modified. If, as a result of the edit, new characters are introduced into the string, they inherit the attributes of the first replaced character from range. If no existing characters are replaced by the edit, the new characters inherit the attributes of the character preceding range if it has any, otherwise of the character following range. If the initial string is empty, the attributes for the new characters are also empty.
CFAttributedStringGetStringCFAttributedString and CFBase
Returns the string for the attributed string. For performance reasons, this will often point at the backing store of the attributed string, and it might change if the attributed string is edited. However, this is an implementation detail, and definitely not something that should be counted on.
CFAttributedStringRemoveAttributeCFAttributedString and CFBase
Removes the value of a single attribute over the specified range, which should be valid. It’s OK for the attribute not the exist over the specified range.
CFAttributedStringReplaceAttributedStringCFAttributedString and CFBase
Replaces the attributed substring over the specified range with the attributed string specified in replacement. range should be valid. To delete a range of the attributed string, call CFAttributedStringReplaceString() with empty string and specified range.
CFAttributedStringReplaceStringCFAttributedString and CFBase
Modifies the string for the attributed string, much like CFStringReplace(). It’s an error for range to specify characters outside the bounds of aStr.
CFAttributedStringSetAttributeCFAttributedString and CFBase
Sets the value of a single attribute over the specified range, which should be valid. value should not be NULL.
CFAttributedStringSetAttributesCFAttributedString and CFBase and CFDictionary
Sets the value of multiple attributes over the specified range, which should be valid. If clearOtherAttributes is false, existing attributes (which aren’t being replaced) are left alone; otherwise they are cleared. The dictionary should be setup for “usual” CF type usage — CFString keys, and arbitrary CFType values. Note that after this call, further mutations to the replacement dictionary argument by the caller will not affect the contents of the attributed string.
CFBagAddValueCFBag
CFBagApplyFunctionCFBag
CFBagContainsValueCFBag
CFBagCreateCFBag and CFBase
CFBagCreateCopyCFBag and CFBase
CFBagCreateMutableCFBag and CFBase
CFBagCreateMutableCopyCFBag and CFBase
CFBagGetCountCFBag and CFBase
CFBagGetCountOfValueCFBag and CFBase
CFBagGetValueCFBag
CFBagGetValueIfPresentCFBag
CFBagGetValuesCFBag
CFBagRemoveAllValuesCFBag
CFBagRemoveValueCFBag
CFBagReplaceValueCFBag
CFBagSetValueCFBag
CFBinaryHeapAddValueCFBinaryHeap
Adds the value to the binary heap.
CFBinaryHeapApplyFunctionCFBinaryHeap
Calls a function once for each value in the binary heap.
CFBinaryHeapContainsValueCFBinaryHeap
Reports whether or not the value is in the binary heap.
CFBinaryHeapCreateCFBase and CFBinaryHeap
Creates a new mutable binary heap with the given values.
CFBinaryHeapCreateCopyCFBase and CFBinaryHeap
Creates a new mutable binary heap with the values from the given binary heap.
CFBinaryHeapGetCountCFBinaryHeap and CFBase
Returns the number of values currently in the binary heap.
CFBinaryHeapGetCountOfValueCFBinaryHeap and CFBase
Counts the number of times the given value occurs in the binary heap.
CFBinaryHeapGetMinimumCFBinaryHeap
Returns the minimum value is in the binary heap. If the heap contains several equal minimum values, any one may be returned.
CFBinaryHeapGetMinimumIfPresentCFBinaryHeap
Returns the minimum value is in the binary heap, if present. If the heap contains several equal minimum values, any one may be returned.
CFBinaryHeapGetValuesCFBinaryHeap
Fills the buffer with values from the binary heap.
CFBinaryHeapRemoveAllValuesCFBinaryHeap
Removes all the values from the binary heap, making it empty.
CFBinaryHeapRemoveMinimumValueCFBinaryHeap
Removes the minimum value from the binary heap.
CFBitVectorContainsBitCFBase and CFBitVector
CFBitVectorCreateCFBase and CFBitVector
CFBitVectorCreateCopyCFBase and CFBitVector
CFBitVectorCreateMutableCFBase and CFBitVector
CFBitVectorCreateMutableCopyCFBase and CFBitVector
CFBitVectorFlipBitAtIndexCFBitVector and CFBase
CFBitVectorFlipBitsCFBitVector and CFBase
CFBitVectorGetBitAtIndexCFBitVector and CFBase
CFBitVectorGetBitsCFBitVector and CFBase
CFBitVectorGetCountCFBitVector and CFBase
CFBitVectorGetCountOfBitCFBitVector and CFBase
CFBitVectorGetFirstIndexOfBitCFBitVector and CFBase
CFBitVectorGetLastIndexOfBitCFBitVector and CFBase
CFBitVectorSetAllBitsCFBitVector
CFBitVectorSetBitAtIndexCFBitVector and CFBase
CFBitVectorSetBitsCFBitVector and CFBase
CFBitVectorSetCountCFBitVector and CFBase
CFBooleanGetValueCFNumber
CFBundleCloseBundleResourceMapDeprecatedCFBundle
CFBundleCopyAuxiliaryExecutableURLCFBase and CFBundle and CFURL
CFBundleCopyBuiltInPlugInsURLCFBundle and CFURL
CFBundleCopyBundleLocalizationsCFArray and CFBundle
CFBundleCopyBundleURLCFBundle and CFURL
CFBundleCopyExecutableArchitecturesCFArray and CFBundle
CFBundleCopyExecutableArchitecturesForURLCFArray and CFBundle and CFURL
CFBundleCopyExecutableURLCFBundle and CFURL
CFBundleCopyInfoDictionaryForURLCFBundle and CFDictionary and CFURL
CFBundleCopyInfoDictionaryInDirectoryCFBundle and CFDictionary and CFURL
CFBundleCopyLocalizationsForPreferencesCFArray and CFBundle
CFBundleCopyLocalizationsForURLCFArray and CFBundle and CFURL
CFBundleCopyLocalizedStringCFBase and CFBundle
CFBundleCopyPreferredLocalizationsFromArrayCFArray and CFBundle
CFBundleCopyPrivateFrameworksURLCFBundle and CFURL
CFBundleCopyResourceURLCFBase and CFBundle and CFURL
CFBundleCopyResourceURLForLocalizationCFBase and CFBundle and CFURL
CFBundleCopyResourceURLInDirectoryCFBase and CFBundle and CFURL
CFBundleCopyResourceURLsOfTypeCFArray and CFBase and CFBundle
CFBundleCopyResourceURLsOfTypeForLocalizationCFArray and CFBase and CFBundle
CFBundleCopyResourceURLsOfTypeInDirectoryCFArray and CFBase and CFBundle and CFURL
CFBundleCopyResourcesDirectoryURLCFBundle and CFURL
CFBundleCopySharedFrameworksURLCFBundle and CFURL
CFBundleCopySharedSupportURLCFBundle and CFURL
CFBundleCopySupportFilesDirectoryURLCFBundle and CFURL
CFBundleCreateCFBase and CFBundle and CFURL
CFBundleCreateBundlesFromDirectoryCFArray and CFBase and CFBundle and CFURL
CFBundleGetAllBundlesCFArray and CFBundle
CFBundleGetBundleWithIdentifierCFBase and CFBundle
CFBundleGetDataPointerForNameCFBundle and CFBase
CFBundleGetDataPointersForNamesCFBundle and CFArray
CFBundleGetDevelopmentRegionCFBase and CFBundle
CFBundleGetFunctionPointerForNameCFBundle and CFBase
CFBundleGetFunctionPointersForNamesCFBundle and CFArray
CFBundleGetIdentifierCFBase and CFBundle
CFBundleGetInfoDictionaryCFBundle and CFDictionary
CFBundleGetLocalInfoDictionaryCFBundle and CFDictionary
CFBundleGetMainBundleCFBundle
CFBundleGetPackageInfoCFBundle
CFBundleGetPackageInfoInDirectoryCFBundle and CFURL
CFBundleGetPlugInCFBundle
CFBundleGetValueForInfoDictionaryKeyCFBase and CFBundle
CFBundleGetVersionNumberCFBundle
CFBundleIsArchitectureLoadableCFBundle and libc
CFBundleIsExecutableLoadableCFBundle
CFBundleIsExecutableLoadableForURLCFBundle and CFURL
CFBundleIsExecutableLoadedCFBundle
CFBundleLoadExecutableCFBundle
CFBundleLoadExecutableAndReturnErrorCFBundle and CFError
CFBundleOpenBundleResourceFilesDeprecatedCFBundle
CFBundleOpenBundleResourceMapDeprecatedCFBundle
CFBundlePreflightExecutableCFBundle and CFError
CFBundleUnloadExecutableCFBundle
CFCalendarCopyCurrentCFCalendar
CFCalendarCopyLocaleCFCalendar and CFLocale
CFCalendarCopyTimeZoneCFCalendar and CFDate
CFCalendarCreateWithIdentifierCFBase and CFCalendar and CFLocale
Creates a calendar. The identifiers are the kCF*Calendar constants in CFLocale.h.
CFCalendarGetFirstWeekdayCFCalendar and CFBase
CFCalendarGetIdentifierCFBase and CFCalendar and CFLocale
Returns the calendar’s identifier.
CFCalendarGetMaximumRangeOfUnitCFCalendar and CFBase
CFCalendarGetMinimumDaysInFirstWeekCFCalendar and CFBase
CFCalendarGetMinimumRangeOfUnitCFCalendar and CFBase
CFCalendarGetOrdinalityOfUnitCFBase and CFDate and CFCalendar
CFCalendarGetRangeOfUnitCFBase and CFDate and CFCalendar
CFCalendarGetTimeRangeOfUnitCFBase and CFCalendar and CFDate
CFCalendarSetFirstWeekdayCFCalendar and CFBase
CFCalendarSetLocaleCFCalendar and CFLocale
CFCalendarSetMinimumDaysInFirstWeekCFCalendar and CFBase
CFCalendarSetTimeZoneCFCalendar and CFDate
CFCharacterSetAddCharactersInRangeCFCharacterSet and CFBase
Adds the given range to the charaacter set.
CFCharacterSetAddCharactersInStringCFCharacterSet and CFBase
Adds the characters in the given string to the charaacter set.
CFCharacterSetCreateBitmapRepresentationCFBase and CFCharacterSet and CFData
Creates a new immutable data with the bitmap representation from the given character set.
CFCharacterSetCreateCopyCFBase and CFCharacterSet
Creates a new character set with the values from the given character set. This function tries to compact the backing store where applicable.
CFCharacterSetCreateInvertedSetCFBase and CFCharacterSet
Creates a new immutable character set that is the invert of the specified character set.
CFCharacterSetCreateMutableCFBase and CFCharacterSet
Creates a new empty mutable character set.
CFCharacterSetCreateMutableCopyCFBase and CFCharacterSet
Creates a new mutable character set with the values from the given character set.
CFCharacterSetCreateWithBitmapRepresentationCFBase and CFCharacterSet and CFData
Creates a new immutable character set with the bitmap representtion in the given data.
CFCharacterSetCreateWithCharactersInRangeCFBase and CFCharacterSet
Creates a new immutable character set with the values from the given range.
CFCharacterSetCreateWithCharactersInStringCFBase and CFCharacterSet
Creates a new immutable character set with the values in the given string.
CFCharacterSetGetPredefinedCFBase and CFCharacterSet
Returns a predefined CFCharacterSet instance.
CFCharacterSetHasMemberInPlaneCFBase and CFCharacterSet
Reports whether or not the character set contains at least one member character in the specified plane.
CFCharacterSetIntersectCFCharacterSet
Forms the intersection with the given character set.
CFCharacterSetInvertCFCharacterSet
Inverts the content of the given character set.
CFCharacterSetIsCharacterMemberCFCharacterSet
Reports whether or not the Unicode character is in the character set.
CFCharacterSetIsLongCharacterMemberCFCharacterSet
Reports whether or not the UTF-32 character is in the character set.
CFCharacterSetIsSupersetOfSetCFCharacterSet
Reports whether or not the character set is a superset of the character set specified as the second parameter.
CFCharacterSetRemoveCharactersInRangeCFCharacterSet and CFBase
Removes the given range from the charaacter set.
CFCharacterSetRemoveCharactersInStringCFCharacterSet and CFBase
Removes the characters in the given string from the charaacter set.
CFCharacterSetUnionCFCharacterSet
Forms the union with the given character set.
CFCopyDescriptionCFBase
CFCopyHomeDirectoryURLCFURL and CFUtilities
CFCopyTypeIDDescriptionCFBase
CFDataAppendBytesCFData and CFBase
CFDataCreateCFBase and CFData
CFDataCreateCopyCFBase and CFData
CFDataCreateMutableCFBase and CFData
CFDataCreateMutableCopyCFBase and CFData
CFDataCreateWithBytesNoCopyCFBase and CFData
CFDataDeleteBytesCFData and CFBase
CFDataFindCFData and CFBase
CFDataGetBytePtrCFData
CFDataGetBytesCFData and CFBase
CFDataGetLengthCFData and CFBase
CFDataGetMutableBytePtrCFData
CFDataIncreaseLengthCFData and CFBase
CFDataReplaceBytesCFData and CFBase
CFDataSetLengthCFData and CFBase
CFDateCompareCFDate and CFBase
CFDateCreateCFBase and CFDate
CFDateFormatterCopyPropertyCFBase and CFDateFormatter
CFDateFormatterCreateCFBase and CFDateFormatter and CFLocale
CFDateFormatterCreateDateFormatFromTemplateCFBase and CFDateFormatter and CFLocale
CFDateFormatterCreateDateFromStringCFBase and CFDate and CFDateFormatter
CFDateFormatterCreateISO8601FormatterCFBase and CFDateFormatter
CFDateFormatterCreateStringWithAbsoluteTimeCFBase and CFDate and CFDateFormatter
CFDateFormatterCreateStringWithDateCFBase and CFDate and CFDateFormatter
CFDateFormatterGetAbsoluteTimeFromStringCFBase and CFDate and CFDateFormatter
CFDateFormatterGetDateStyleCFDateFormatter and CFBase
CFDateFormatterGetFormatCFBase and CFDateFormatter
CFDateFormatterGetLocaleCFDateFormatter and CFLocale
CFDateFormatterGetTimeStyleCFDateFormatter and CFBase
CFDateFormatterSetFormatCFDateFormatter and CFBase
CFDateFormatterSetPropertyCFDateFormatter and CFBase
CFDateGetAbsoluteTimeCFDate
CFDateGetTimeIntervalSinceDateCFDate
CFDictionaryAddValueCFDictionary
Adds the key-value pair to the dictionary if no such key already exists.
CFDictionaryApplyFunctionCFDictionary
Calls a function once for each value in the dictionary.
CFDictionaryContainsKeyCFDictionary
Reports whether or not the key is in the dictionary.
CFDictionaryContainsValueCFDictionary
Reports whether or not the value is in the dictionary.
CFDictionaryCreateCFBase and CFDictionary
Creates a new immutable dictionary with the given values.
CFDictionaryCreateCopyCFBase and CFDictionary
Creates a new immutable dictionary with the key-value pairs from the given dictionary.
CFDictionaryCreateMutableCFBase and CFDictionary
Creates a new mutable dictionary.
CFDictionaryCreateMutableCopyCFBase and CFDictionary
Creates a new mutable dictionary with the key-value pairs from the given dictionary.
CFDictionaryGetCountCFDictionary and CFBase
Returns the number of values currently in the dictionary.
CFDictionaryGetCountOfKeyCFDictionary and CFBase
Counts the number of times the given key occurs in the dictionary.
CFDictionaryGetCountOfValueCFDictionary and CFBase
Counts the number of times the given value occurs in the dictionary.
CFDictionaryGetKeysAndValuesCFDictionary
Fills the two buffers with the keys and values from the dictionary.
CFDictionaryGetValueCFDictionary
Retrieves the value associated with the given key.
CFDictionaryGetValueIfPresentCFDictionary
Retrieves the value associated with the given key.
CFDictionaryRemoveAllValuesCFDictionary
Removes all the values from the dictionary, making it empty.
CFDictionaryRemoveValueCFDictionary
Removes the value of the key from the dictionary.
CFDictionaryReplaceValueCFDictionary
Replaces the value of the key in the dictionary.
CFDictionarySetValueCFDictionary
Sets the value of the key in the dictionary.
CFEqualCFBase
CFErrorCopyDescriptionCFBase and CFError
Returns a human-presentable description for the error. CFError creators should strive to make sure the return value is human-presentable and localized by providing a value for kCFErrorLocalizedDescriptionKey at the time of CFError creation.
CFErrorCopyFailureReasonCFBase and CFError
Returns a human-presentable failure reason for the error. May return NULL. CFError creators should strive to make sure the return value is human-presentable and localized by providing a value for kCFErrorLocalizedFailureReasonKey at the time of CFError creation.
CFErrorCopyRecoverySuggestionCFBase and CFError
Returns a human presentable recovery suggestion for the error. May return NULL. CFError creators should strive to make sure the return value is human-presentable and localized by providing a value for kCFErrorLocalizedRecoverySuggestionKey at the time of CFError creation.
CFErrorCopyUserInfoCFDictionary and CFError
Returns CFError userInfo dictionary.
CFErrorCreateCFBase and CFDictionary and CFError
Creates a new CFError.
CFErrorCreateWithUserInfoKeysAndValuesCFBase and CFError
Creates a new CFError without having to create an intermediate userInfo dictionary.
CFErrorGetCodeCFError and CFBase
Returns the error code the CFError was created with.
CFErrorGetDomainCFBase and CFError
Returns the error domain the CFError was created with.
CFFileDescriptorCreateCFBase and CFFileDescriptor
CFFileDescriptorCreateRunLoopSourceCFBase and CFFileDescriptor and CFRunLoop
CFFileDescriptorDisableCallBacksCFFileDescriptor and CFBase
CFFileDescriptorEnableCallBacksCFFileDescriptor and CFBase
CFFileDescriptorGetContextCFFileDescriptor and CFBase
CFFileDescriptorGetNativeDescriptorCFFileDescriptor
CFFileDescriptorInvalidateCFFileDescriptor
CFFileDescriptorIsValidCFFileDescriptor
CFFileSecurityClearPropertiesCFBase and CFFileSecurity
CFFileSecurityCopyGroupUUIDCFFileSecurity and CFUUID
CFFileSecurityCopyOwnerUUIDCFFileSecurity and CFUUID
CFFileSecurityCreateCFBase and CFFileSecurity
CFFileSecurityCreateCopyCFBase and CFFileSecurity
CFFileSecurityGetGroupCFFileSecurity and libc
CFFileSecurityGetModeCFFileSecurity and libc
CFFileSecurityGetOwnerCFFileSecurity and libc
CFFileSecuritySetGroupCFFileSecurity and libc
CFFileSecuritySetGroupUUIDCFFileSecurity and CFUUID
CFFileSecuritySetModeCFFileSecurity and libc
CFFileSecuritySetOwnerCFFileSecurity and libc
CFFileSecuritySetOwnerUUIDCFFileSecurity and CFUUID
CFGetAllocatorCFBase
CFGetRetainCountCFBase
CFGetTypeIDCFBase
CFGregorianDateGetAbsoluteTimeDeprecatedCFDate
CFGregorianDateIsValidDeprecatedCFBase and CFDate
CFHashCFBase
CFLocaleCopyAvailableLocaleIdentifiersCFArray and CFLocale
CFLocaleCopyCommonISOCurrencyCodesCFArray and CFLocale
CFLocaleCopyCurrentCFLocale
CFLocaleCopyDisplayNameForPropertyValueCFBase and CFLocale
CFLocaleCopyISOCountryCodesCFArray and CFLocale
CFLocaleCopyISOCurrencyCodesCFArray and CFLocale
CFLocaleCopyISOLanguageCodesCFArray and CFLocale
CFLocaleCopyPreferredLanguagesCFArray and CFLocale
CFLocaleCreateCFBase and CFLocale
CFLocaleCreateCanonicalLanguageIdentifierFromStringCFBase and CFLocale
CFLocaleCreateCanonicalLocaleIdentifierFromScriptManagerCodesCFBase and CFLocale
CFLocaleCreateCanonicalLocaleIdentifierFromStringCFBase and CFLocale
CFLocaleCreateComponentsFromLocaleIdentifierCFBase and CFDictionary and CFLocale
CFLocaleCreateCopyCFBase and CFLocale
CFLocaleCreateLocaleIdentifierFromComponentsCFBase and CFDictionary and CFLocale
CFLocaleCreateLocaleIdentifierFromWindowsLocaleCodeCFBase and CFLocale
CFLocaleGetIdentifierCFBase and CFLocale
CFLocaleGetLanguageCharacterDirectionCFLocale and CFBase
CFLocaleGetLanguageLineDirectionCFLocale and CFBase
CFLocaleGetSystemCFLocale
CFLocaleGetValueCFBase and CFLocale
CFLocaleGetWindowsLocaleCodeFromLocaleIdentifierCFLocale and CFBase
CFMachPortCreateCFBase and CFMachPort
CFMachPortCreateRunLoopSourceCFBase and CFMachPort and CFRunLoop
CFMachPortCreateWithPortCFBase and CFMachPort and libc
CFMachPortGetContextCFMachPort and CFBase
CFMachPortGetInvalidationCallBackCFMachPort
CFMachPortGetPortCFMachPort and libc
CFMachPortInvalidateCFMachPort
CFMachPortIsValidCFMachPort
CFMachPortSetInvalidationCallBackCFMachPort
CFMessagePortCreateLocalCFBase and CFData and CFMessagePort
CFMessagePortCreateRemoteCFBase and CFMessagePort
CFMessagePortCreateRunLoopSourceCFBase and CFMessagePort and CFRunLoop
CFMessagePortGetContextCFMessagePort and CFBase
CFMessagePortGetInvalidationCallBackCFMessagePort
CFMessagePortGetNameCFBase and CFMessagePort
CFMessagePortInvalidateCFMessagePort
CFMessagePortIsRemoteCFMessagePort
CFMessagePortIsValidCFMessagePort
CFMessagePortSendRequestCFBase and CFData and CFDate and CFMessagePort
CFMessagePortSetInvalidationCallBackCFMessagePort
CFMessagePortSetNameCFBase and CFMessagePort
CFNotificationCenterAddObserverCFBase and CFDictionary and CFNotificationCenter
CFNotificationCenterGetDarwinNotifyCenterCFNotificationCenter
CFNotificationCenterGetDistributedCenterCFNotificationCenter
CFNotificationCenterGetLocalCenterCFNotificationCenter
CFNotificationCenterPostNotificationCFBase and CFDictionary and CFNotificationCenter
CFNotificationCenterPostNotificationWithOptionsCFBase and CFDictionary and CFNotificationCenter
CFNotificationCenterRemoveEveryObserverCFNotificationCenter
CFNotificationCenterRemoveObserverCFNotificationCenter and CFBase
CFNumberCompareCFNumber and CFBase
CFNumberCreateCFBase and CFNumber
CFNumberFormatterCopyPropertyCFBase and CFNumberFormatter
CFNumberFormatterCreateCFBase and CFLocale and CFNumberFormatter
CFNumberFormatterCreateNumberFromStringCFBase and CFNumber and CFNumberFormatter
CFNumberFormatterCreateStringWithNumberCFBase and CFNumber and CFNumberFormatter
CFNumberFormatterCreateStringWithValueCFBase and CFNumber and CFNumberFormatter
CFNumberFormatterGetDecimalInfoForCurrencyCodeCFBase and CFNumberFormatter
CFNumberFormatterGetFormatCFBase and CFNumberFormatter
CFNumberFormatterGetLocaleCFLocale and CFNumberFormatter
CFNumberFormatterGetStyleCFNumberFormatter and CFBase
CFNumberFormatterGetValueFromStringCFBase and CFNumber and CFNumberFormatter
CFNumberFormatterSetFormatCFNumberFormatter and CFBase
CFNumberFormatterSetPropertyCFNumberFormatter and CFBase
CFNumberGetByteSizeCFNumber and CFBase
CFNumberGetTypeCFNumber and CFBase
CFNumberGetValueCFBase and CFNumber
CFNumberIsFloatTypeCFNumber
CFPlugInAddInstanceForFactoryCFPlugIn and CFUUID
CFPlugInCreateCFBase and CFBundle and CFPlugIn and CFURL
CFPlugInFindFactoriesForPlugInTypeCFArray and CFPlugIn and CFUUID
CFPlugInFindFactoriesForPlugInTypeInPlugInCFArray and CFBundle and CFPlugIn and CFUUID
CFPlugInGetBundleCFBundle and CFPlugIn
CFPlugInInstanceCreateCFBase and CFUUID and CFPlugIn
CFPlugInInstanceCreateWithInstanceDataSizeCFBase and CFPlugIn
CFPlugInInstanceGetFactoryNameCFBase and CFPlugIn
CFPlugInInstanceGetInstanceDataCFPlugIn
CFPlugInInstanceGetInterfaceFunctionTableCFBase and CFPlugIn
CFPlugInIsLoadOnDemandCFBundle and CFPlugIn
CFPlugInRegisterFactoryFunctionCFBase and CFPlugIn and CFUUID
CFPlugInRegisterFactoryFunctionByNameCFBase and CFBundle and CFPlugIn and CFUUID
CFPlugInRegisterPlugInTypeCFPlugIn and CFUUID
CFPlugInRemoveInstanceForFactoryCFPlugIn and CFUUID
CFPlugInSetLoadOnDemandCFBundle and CFPlugIn
CFPlugInUnregisterFactoryCFPlugIn and CFUUID
CFPlugInUnregisterPlugInTypeCFPlugIn and CFUUID
CFPreferencesAddSuitePreferencesToAppCFPreferences and CFBase
CFPreferencesAppSynchronizeCFBase and CFPreferences
CFPreferencesAppValueIsForcedCFBase and CFPreferences
CFPreferencesCopyAppValueCFBase and CFPreferences
CFPreferencesCopyApplicationListDeprecatedCFArray and CFBase and CFPreferences
CFPreferencesCopyKeyListCFArray and CFBase and CFPreferences
CFPreferencesCopyMultipleCFArray and CFBase and CFDictionary and CFPreferences
CFPreferencesCopyValueCFBase and CFPreferences
CFPreferencesGetAppBooleanValueCFBase and CFPreferences
CFPreferencesGetAppIntegerValueCFPreferences and CFBase
CFPreferencesRemoveSuitePreferencesFromAppCFPreferences and CFBase
CFPreferencesSetAppValueCFPreferences and CFBase
CFPreferencesSetMultipleCFArray and CFBase and CFDictionary and CFPreferences
CFPreferencesSetValueCFPreferences and CFBase
CFPreferencesSynchronizeCFBase and CFPreferences
CFPropertyListCreateDataCFBase and CFData and CFError and CFPropertyList
CFPropertyListCreateDeepCopyCFBase and CFPropertyList
CFPropertyListCreateFromStreamDeprecatedCFBase and CFPropertyList and CFStream
CFPropertyListCreateFromXMLDataDeprecatedCFBase and CFData and CFPropertyList
CFPropertyListCreateWithDataCFBase and CFData and CFError and CFPropertyList
CFPropertyListCreateWithStreamCFBase and CFError and CFPropertyList and CFStream
CFPropertyListCreateXMLDataDeprecatedCFBase and CFData and CFPropertyList
CFPropertyListIsValidCFBase and CFPropertyList
CFPropertyListWriteCFBase and CFError and CFStream and CFPropertyList
CFPropertyListWriteToStreamDeprecatedCFBase and CFStream and CFPropertyList
CFReadStreamCloseCFStream
CFReadStreamCopyErrorCFError and CFStream
CFReadStreamCopyPropertyCFBase and CFStream
CFReadStreamCreateWithBytesNoCopyCFBase and CFStream
CFReadStreamCreateWithFileCFBase and CFStream and CFURL
CFReadStreamGetBufferCFStream and CFBase
CFReadStreamGetErrorCFStream and CFBase
CFReadStreamGetStatusCFStream and CFBase
CFReadStreamHasBytesAvailableCFStream
CFReadStreamOpenCFStream
CFReadStreamReadCFStream and CFBase
CFReadStreamScheduleWithRunLoopCFBase and CFRunLoop and CFStream
CFReadStreamSetClientCFBase and CFStream
CFReadStreamSetPropertyCFBase and CFStream
CFReadStreamUnscheduleFromRunLoopCFBase and CFRunLoop and CFStream
CFRunLoopAddCommonModeCFRunLoop and CFBase
CFRunLoopAddObserverCFRunLoop and CFBase
CFRunLoopAddSourceCFRunLoop and CFBase
CFRunLoopAddTimerCFRunLoop and CFBase
CFRunLoopContainsObserverCFBase and CFRunLoop
CFRunLoopContainsSourceCFBase and CFRunLoop
CFRunLoopContainsTimerCFBase and CFRunLoop
CFRunLoopCopyAllModesCFArray and CFRunLoop
CFRunLoopCopyCurrentModeCFBase and CFRunLoop
CFRunLoopGetCurrentCFRunLoop
CFRunLoopGetMainCFRunLoop
CFRunLoopGetNextTimerFireDateCFBase and CFDate and CFRunLoop
CFRunLoopIsWaitingCFRunLoop
CFRunLoopObserverCreateCFBase and CFRunLoop
CFRunLoopObserverCreateWithHandlerCFBase and CFRunLoop and block2
CFRunLoopObserverDoesRepeatCFRunLoop
CFRunLoopObserverGetActivitiesCFRunLoop and CFBase
CFRunLoopObserverGetContextCFRunLoop and CFBase
CFRunLoopObserverGetOrderCFRunLoop and CFBase
CFRunLoopObserverInvalidateCFRunLoop
CFRunLoopObserverIsValidCFRunLoop
CFRunLoopPerformBlockCFBase and block2 and CFRunLoop
CFRunLoopRemoveObserverCFRunLoop and CFBase
CFRunLoopRemoveSourceCFRunLoop and CFBase
CFRunLoopRemoveTimerCFRunLoop and CFBase
CFRunLoopRunCFRunLoop
CFRunLoopRunInModeCFBase and CFDate and CFRunLoop
CFRunLoopSourceCreateCFBase and CFRunLoop
CFRunLoopSourceGetContextCFRunLoop and CFBase
CFRunLoopSourceGetOrderCFRunLoop and CFBase
CFRunLoopSourceInvalidateCFRunLoop
CFRunLoopSourceIsValidCFRunLoop
CFRunLoopSourceSignalCFRunLoop
CFRunLoopStopCFRunLoop
CFRunLoopTimerCreateCFBase and CFDate and CFRunLoop
CFRunLoopTimerCreateWithHandlerCFBase and CFDate and CFRunLoop and block2
CFRunLoopTimerDoesRepeatCFRunLoop
CFRunLoopTimerGetContextCFRunLoop and CFBase
CFRunLoopTimerGetIntervalCFRunLoop and CFDate
CFRunLoopTimerGetNextFireDateCFRunLoop and CFDate
CFRunLoopTimerGetOrderCFRunLoop and CFBase
CFRunLoopTimerGetToleranceCFRunLoop and CFDate
CFRunLoopTimerInvalidateCFRunLoop
CFRunLoopTimerIsValidCFRunLoop
CFRunLoopTimerSetNextFireDateCFRunLoop and CFDate
CFRunLoopTimerSetToleranceCFRunLoop and CFDate
CFRunLoopWakeUpCFRunLoop
CFSetAddValueCFSet
Adds the value to the set if it is not already present.
CFSetApplyFunctionCFSet
Calls a function once for each value in the set.
CFSetContainsValueCFSet
Reports whether or not the value is in the set.
CFSetCreateCFBase and CFSet
Creates a new immutable set with the given values.
CFSetCreateCopyCFBase and CFSet
Creates a new immutable set with the values from the given set.
CFSetCreateMutableCFBase and CFSet
Creates a new empty mutable set.
CFSetCreateMutableCopyCFBase and CFSet
Creates a new immutable set with the values from the given set.
CFSetGetCountCFSet and CFBase
Returns the number of values currently in the set.
CFSetGetCountOfValueCFSet and CFBase
Counts the number of times the given value occurs in the set. Since sets by definition contain only one instance of a value, this function is synonymous to CFSetContainsValue.
CFSetGetValueCFSet
Retrieves a value in the set which hashes the same as the specified value.
CFSetGetValueIfPresentCFSet
Retrieves a value in the set which hashes the same as the specified value, if present.
CFSetGetValuesCFSet
Fills the buffer with values from the set.
CFSetRemoveAllValuesCFSet
Removes all the values from the set, making it empty.
CFSetRemoveValueCFSet
Removes the specified value from the set.
CFSetReplaceValueCFSet
Replaces the value in the set if it is present.
CFSetSetValueCFSet
Replaces the value in the set if it is present, or adds the value to the set if it is absent.
CFShowCFString and CFBase
CFShowStrCFString and CFBase
CFSocketConnectToAddressCFBase and CFData and CFDate and CFSocket
CFSocketCopyAddressCFData and CFSocket
CFSocketCopyPeerAddressCFData and CFSocket
CFSocketCopyRegisteredSocketSignatureCFBase and CFData and CFDate and CFSocket
CFSocketCopyRegisteredValueCFBase and CFData and CFDate and CFSocket
CFSocketCreateCFBase and CFData and CFSocket
CFSocketCreateConnectedToSocketSignatureCFBase and CFData and CFDate and CFSocket
CFSocketCreateRunLoopSourceCFBase and CFRunLoop and CFSocket
CFSocketCreateWithNativeCFBase and CFData and CFSocket
CFSocketCreateWithSocketSignatureCFBase and CFData and CFSocket
CFSocketDisableCallBacksCFSocket and CFBase
CFSocketEnableCallBacksCFSocket and CFBase
CFSocketGetContextCFSocket and CFBase
CFSocketGetDefaultNameRegistryPortNumberCFSocket
CFSocketGetNativeCFSocket
CFSocketGetSocketFlagsCFSocket and CFBase
CFSocketInvalidateCFSocket
CFSocketIsValidCFSocket
CFSocketRegisterSocketSignatureCFBase and CFData and CFDate and CFSocket
CFSocketRegisterValueCFBase and CFData and CFDate and CFSocket
CFSocketSendDataCFBase and CFData and CFDate and CFSocket
CFSocketSetAddressCFBase and CFData and CFSocket
CFSocketSetDefaultNameRegistryPortNumberCFSocket
CFSocketSetSocketFlagsCFSocket and CFBase
CFSocketUnregisterCFBase and CFData and CFDate and CFSocket
CFStreamCreateBoundPairCFStream and CFBase
CFStreamCreatePairWithPeerSocketSignatureDeprecatedCFBase and CFData and CFSocket and CFStream
CFStreamCreatePairWithSocketDeprecatedCFBase and CFSocket and CFStream
CFStreamCreatePairWithSocketToHostDeprecatedCFStream and CFBase
CFStringAppendCFString and CFBase
MutableString functions **
CFStringAppendCStringCFString and CFBase
CFStringAppendCharactersCFString and CFBase
CFStringAppendPascalStringCFString and CFBase
CFStringCapitalizeCFBase and CFLocale and CFString
CFStringCompareCFString and CFBase
CFStringCompareWithOptionsCFString and CFBase
CFStringCompareWithOptionsAndLocaleCFBase and CFLocale and CFString
CFStringConvertEncodingToIANACharSetNameCFBase and CFString
CFStringConvertEncodingToNSStringEncodingCFString
CFStringConvertEncodingToWindowsCodepageCFString
CFStringConvertIANACharSetNameToEncodingCFString and CFBase
CFStringConvertNSStringEncodingToEncodingCFString
CFStringConvertWindowsCodepageToEncodingCFString
CFStringCreateArrayBySeparatingStringsCFArray and CFBase and CFString
CFStringCreateArrayWithFindResultsCFArray and CFBase and CFString
CFStringCreateByCombiningStringsCFArray and CFBase and CFString
Exploding and joining strings with a separator string **
CFStringCreateCopyCFBase and CFString
CFStringCreateExternalRepresentationCFBase and CFData and CFString
CFStringCreateFromExternalRepresentationCFBase and CFData and CFString
CFStringCreateMutableCFBase and CFString
CFStringCreateMutableCopyCFBase and CFString
CFStringCreateMutableWithExternalCharactersNoCopyCFBase and CFString
CFStringCreateWithBytesCFBase and CFString
CFStringCreateWithBytesNoCopyCFBase and CFString
CFStringCreateWithCStringCFBase and CFString
CFStringCreateWithCStringNoCopyCFBase and CFString
CFStringCreateWithCharactersCFBase and CFString
CFStringCreateWithCharactersNoCopyCFBase and CFString
CFStringCreateWithFileSystemRepresentationCFBase and CFString
CFStringCreateWithPascalStringCFBase and CFString
Immutable string creation functions **
CFStringCreateWithPascalStringNoCopyCFBase and CFString
CFStringCreateWithSubstringCFBase and CFString
CFStringDeleteCFString and CFBase
CFStringFindCFString and CFBase
CFStringFindAndReplaceCFString and CFBase
CFStringFindCharacterFromSetCFBase and CFCharacterSet and CFString
Query the range of the first character contained in the specified character set.
CFStringFindWithOptionsCFBase and CFString
CFStringFindWithOptionsAndLocaleCFBase and CFLocale and CFString
CFStringFoldCFBase and CFLocale and CFString
Folds the string into the form specified by the flags. Character foldings are operations that convert any of a set of characters sharing similar semantics into a single representative from that set. This function can be used to preprocess strings that are to be compared, searched, or indexed. Note that folding does not include normalization, so it is necessary to use CFStringNormalize in addition to CFStringFold in order to obtain the effect of kCFCompareNonliteral.
CFStringGetBytesCFBase and CFString
CFStringGetCStringCFBase and CFString
CFStringGetCStringPtrCFString and CFBase
CFStringGetCharacterAtIndexCFString and CFBase
CFStringGetCharactersCFString and CFBase
CFStringGetCharactersPtrCFString and CFBase
CFStringGetDoubleValueCFString and CFBase
CFStringGetFastestEncodingCFString and CFBase
CFStringGetFileSystemRepresentationCFBase and CFString
FileSystem path conversion functions **
CFStringGetHyphenationLocationBeforeIndexCFBase and CFLocale and CFString
Retrieve the first potential hyphenation location found before the specified location.
CFStringGetIntValueCFString and CFBase
Parsing non-localized numbers from strings **
CFStringGetLengthCFString and CFBase
Basic accessors for the contents **
CFStringGetLineBoundsCFString and CFBase
CFStringGetListOfAvailableEncodingsCFString
CFStringGetMaximumSizeForEncodingCFString and CFBase
CFStringGetMaximumSizeOfFileSystemRepresentationCFString and CFBase
CFStringGetMostCompatibleMacStringEncodingCFString
CFStringGetNameOfEncodingCFBase and CFString
CFStringGetParagraphBoundsCFString and CFBase
CFStringGetPascalStringCFBase and CFString
CFStringGetPascalStringPtrCFString and CFBase
CFStringGetRangeOfComposedCharactersAtIndexCFString and CFBase
Returns the range of the composed character sequence at the specified index.
CFStringGetSmallestEncodingCFString and CFBase
CFStringGetSystemEncodingCFString
CFStringHasPrefixCFBase and CFString
CFStringHasSuffixCFBase and CFString
CFStringInsertCFString and CFBase
CFStringIsEncodingAvailableCFString
General encoding related functionality **
CFStringIsHyphenationAvailableForLocaleCFLocale and CFString
CFStringLowercaseCFBase and CFLocale and CFString
CFStringNormalizeCFString and CFBase
Normalizes the string into the specified form as described in Unicode Technical Report #15.
CFStringPadCFString and CFBase
CFStringReplaceCFString and CFBase
CFStringReplaceAllCFString and CFBase
CFStringSetExternalCharactersNoCopyCFString and CFBase
CFStringTokenizerAdvanceToNextTokenCFStringTokenizer and CFBase
Token enumerator.
CFStringTokenizerCopyBestStringLanguageCFBase and CFStringTokenizer
Guesses the language of a string and returns the BCP 47 string of the language.
CFStringTokenizerCopyCurrentTokenAttributeCFBase and CFStringTokenizer
Copies the specified attribute of current token.
CFStringTokenizerCreateCFBase and CFLocale and CFStringTokenizer
Creates a tokenizer instance.
CFStringTokenizerGetCurrentSubTokensCFArray and CFBase and CFStringTokenizer
Retrieves the subtokens or derived subtokens contained in the compound token.
CFStringTokenizerGetCurrentTokenRangeCFStringTokenizer and CFBase
Returns the range of current token.
CFStringTokenizerGoToTokenAtIndexCFStringTokenizer and CFBase
Random access to a token. Find a token that includes the character specified by character index, and set it as the current token.
CFStringTokenizerSetStringCFStringTokenizer and CFBase
Set the string to tokenize.
CFStringTransformCFBase and CFString
CFStringTrimCFString and CFBase
CFStringTrimWhitespaceCFString and CFBase
CFStringUppercaseCFBase and CFLocale and CFString
CFTimeZoneCopyAbbreviationCFBase and CFDate and CFTimeZone
CFTimeZoneCopyAbbreviationDictionaryCFDictionary and CFTimeZone
CFTimeZoneCopyDefaultCFDate and CFTimeZone
CFTimeZoneCopyKnownNamesCFArray and CFTimeZone
CFTimeZoneCopyLocalizedNameCFBase and CFDate and CFLocale and CFTimeZone
CFTimeZoneCopySystemCFDate and CFTimeZone
CFTimeZoneCreateCFBase and CFData and CFDate and CFTimeZone
CFTimeZoneCreateWithNameCFBase and CFDate and CFTimeZone
CFTimeZoneCreateWithTimeIntervalFromGMTCFBase and CFDate and CFTimeZone
CFTimeZoneGetDataCFData and CFDate and CFTimeZone
CFTimeZoneGetDaylightSavingTimeOffsetCFTimeZone and CFDate
CFTimeZoneGetNameCFBase and CFDate and CFTimeZone
CFTimeZoneGetNextDaylightSavingTimeTransitionCFTimeZone and CFDate
CFTimeZoneGetSecondsFromGMTCFTimeZone and CFDate
CFTimeZoneIsDaylightSavingTimeCFDate and CFTimeZone
CFTimeZoneResetSystemCFTimeZone
CFTimeZoneSetAbbreviationDictionaryCFTimeZone and CFDictionary
CFTimeZoneSetDefaultCFTimeZone and CFDate
CFTreeAppendChildCFTree
Adds the newChild to the specified tree as the last in its list of children.
CFTreeApplyFunctionToChildrenCFTree
Calls a function once for each child of the tree. Note that the applier only operates one level deep, and does not operate on descendents further removed than the immediate children of the tree.
CFTreeCreateCFBase and CFTree
Creates a new mutable tree.
CFTreeFindRootCFTree
Returns the root tree of which the specified tree is a descendent.
CFTreeGetChildAtIndexCFBase and CFTree
Returns the nth child of the specified tree.
CFTreeGetChildCountCFTree and CFBase
Returns the number of children of the specified tree.
CFTreeGetChildrenCFTree
Fills the buffer with children from the tree.
CFTreeGetContextCFTree and CFBase
Returns the context of the specified tree.
CFTreeGetFirstChildCFTree
Returns the first child of the tree.
CFTreeGetNextSiblingCFTree
Returns the sibling after the specified tree in the parent tree’s list.
CFTreeGetParentCFTree
Returns the parent of the specified tree.
CFTreeInsertSiblingCFTree
Inserts newSibling into the the parent tree’s linked list of children after tree. The newSibling will have the same parent as tree.
CFTreePrependChildCFTree
Adds the newChild to the specified tree as the first in its list of children.
CFTreeRemoveCFTree
Removes the tree from its parent.
CFTreeRemoveAllChildrenCFTree
Removes all the children of the tree.
CFTreeSetContextCFTree and CFBase
Replaces the context of a tree. The tree releases its retain on the info of the previous context, and retains the info of the new context.
CFTreeSortChildrenCFTree and CFBase
Sorts the children of the specified tree using the specified comparator function.
CFURLCanBeDecomposedCFURL
CFURLClearResourcePropertyCacheCFURL
CFURLClearResourcePropertyCacheForKeyCFURL and CFBase
CFURLCopyAbsoluteURLCFURL
CFURLCopyFileSystemPathCFBase and CFURL
CFURLCopyFragmentCFBase and CFURL
CFURLCopyHostNameCFBase and CFURL
CFURLCopyLastPathComponentCFBase and CFURL
CFURLCopyNetLocationCFBase and CFURL
CFURLCopyParameterStringDeprecatedCFBase and CFURL
CFURLCopyPasswordCFBase and CFURL
CFURLCopyPathCFBase and CFURL
CFURLCopyPathExtensionCFBase and CFURL
CFURLCopyQueryStringCFBase and CFURL
CFURLCopyResourcePropertiesForKeysCFArray and CFDictionary and CFError and CFURL
CFURLCopyResourcePropertyForKeyCFBase and CFError and CFURL
CFURLCopyResourceSpecifierCFBase and CFURL
CFURLCopySchemeCFBase and CFURL
CFURLCopyStrictPathCFBase and CFURL
CFURLCopyUserNameCFBase and CFURL
CFURLCreateAbsoluteURLWithBytesCFBase and CFString and CFURL
CFURLCreateBookmarkDataCFArray and CFBase and CFData and CFError and CFURL
CFURLCreateBookmarkDataFromAliasRecordDeprecatedCFBase and CFData and CFURL
CFURLCreateBookmarkDataFromFileCFBase and CFData and CFError and CFURL
CFURLCreateByResolvingBookmarkDataCFArray and CFBase and CFData and CFError and CFURL
CFURLCreateCopyAppendingPathComponentCFBase and CFURL
CFURLCreateCopyAppendingPathExtensionCFBase and CFURL
CFURLCreateCopyDeletingLastPathComponentCFBase and CFURL
CFURLCreateCopyDeletingPathExtensionCFBase and CFURL
CFURLCreateDataCFBase and CFData and CFString and CFURL
CFURLCreateDataAndPropertiesFromResourceDeprecatedCFArray and CFBase and CFData and CFDictionary and CFURL and CFURLAccess
CFURLCreateFilePathURLCFBase and CFError and CFURL
CFURLCreateFileReferenceURLCFBase and CFError and CFURL
CFURLCreateFromFileSystemRepresentationCFBase and CFURL
CFURLCreateFromFileSystemRepresentationRelativeToBaseCFBase and CFURL
CFURLCreatePropertyFromResourceDeprecatedCFBase and CFURL and CFURLAccess
CFURLCreateResourcePropertiesForKeysFromBookmarkDataCFArray and CFBase and CFData and CFDictionary and CFURL
CFURLCreateResourcePropertyForKeyFromBookmarkDataCFBase and CFData and CFURL
CFURLCreateStringByAddingPercentEscapesDeprecatedCFBase and CFString and CFURL
CFURLCreateStringByReplacingPercentEscapesCFBase and CFURL
CFURLCreateStringByReplacingPercentEscapesUsingEncodingDeprecatedCFBase and CFString and CFURL
CFURLCreateWithBytesCFBase and CFString and CFURL
CFURLCreateWithFileSystemPathCFBase and CFURL
CFURLCreateWithFileSystemPathRelativeToBaseCFBase and CFURL
CFURLCreateWithStringCFBase and CFURL
CFURLDestroyResourceDeprecatedCFURL and CFURLAccess
CFURLEnumeratorCreateForDirectoryURLCFArray and CFBase and CFURL and CFURLEnumerator
CFURLEnumeratorCreateForMountedVolumesCFArray and CFBase and CFURLEnumerator
CFURLEnumeratorGetDescendentLevelCFURLEnumerator and CFBase
CFURLEnumeratorGetNextURLCFBase and CFError and CFURL and CFURLEnumerator
CFURLEnumeratorGetSourceDidChangeDeprecatedCFURLEnumerator
CFURLEnumeratorSkipDescendentsCFURLEnumerator
CFURLGetBaseURLCFURL
CFURLGetByteRangeForComponentCFURL and CFBase
CFURLGetBytesCFURL and CFBase
CFURLGetFileSystemRepresentationCFBase and CFURL
CFURLGetPortNumberCFURL
CFURLGetStringCFBase and CFURL
CFURLHasDirectoryPathCFURL
CFURLIsFileReferenceURLCFURL
CFURLResourceIsReachableCFError and CFURL
CFURLSetResourcePropertiesForKeysCFDictionary and CFError and CFURL
CFURLSetResourcePropertyForKeyCFBase and CFError and CFURL
CFURLSetTemporaryResourcePropertyForKeyCFURL and CFBase
CFURLStartAccessingSecurityScopedResourceCFURL
CFURLStopAccessingSecurityScopedResourceCFURL
CFURLWriteBookmarkDataToFileCFBase and CFData and CFError and CFURL
CFURLWriteDataAndPropertiesToResourceDeprecatedCFData and CFDictionary and CFURL and CFURLAccess
CFUUIDCreateCFBase and CFUUID
CFUUIDCreateFromStringCFBase and CFUUID
CFUUIDCreateFromUUIDBytesCFBase and CFUUID
CFUUIDCreateStringCFBase and CFUUID
CFUUIDCreateWithBytesCFBase and CFUUID
CFUUIDGetConstantUUIDWithBytesCFBase and CFUUID
CFUUIDGetUUIDBytesCFUUID
CFUserNotificationCancelCFUserNotification
CFUserNotificationCreateCFBase and CFDate and CFDictionary and CFUserNotification
CFUserNotificationCreateRunLoopSourceCFBase and CFRunLoop and CFUserNotification
CFUserNotificationDisplayAlertCFBase and CFDate and CFURL and CFUserNotification
CFUserNotificationDisplayNoticeCFBase and CFDate and CFURL and CFUserNotification
CFUserNotificationGetResponseDictionaryCFDictionary and CFUserNotification
CFUserNotificationGetResponseValueCFBase and CFUserNotification
CFUserNotificationReceiveResponseCFBase and CFDate and CFUserNotification
CFUserNotificationUpdateCFBase and CFDate and CFDictionary and CFUserNotification
CFWriteStreamCanAcceptBytesCFStream
CFWriteStreamCloseCFStream
CFWriteStreamCopyErrorCFError and CFStream
CFWriteStreamCopyPropertyCFBase and CFStream
CFWriteStreamCreateWithAllocatedBuffersCFBase and CFStream
CFWriteStreamCreateWithBufferCFBase and CFStream
CFWriteStreamCreateWithFileCFBase and CFStream and CFURL
CFWriteStreamGetErrorCFStream and CFBase
CFWriteStreamGetStatusCFStream and CFBase
CFWriteStreamOpenCFStream
CFWriteStreamScheduleWithRunLoopCFBase and CFRunLoop and CFStream
CFWriteStreamSetClientCFBase and CFStream
CFWriteStreamSetPropertyCFBase and CFStream
CFWriteStreamUnscheduleFromRunLoopCFBase and CFRunLoop and CFStream
CFWriteStreamWriteCFStream and CFBase
CFXMLCreateStringByEscapingEntitiesCFBase and CFDictionary and CFXMLParser
CFXMLCreateStringByUnescapingEntitiesCFBase and CFDictionary and CFXMLParser
CFXMLNodeCreateDeprecatedCFBase and CFXMLNode
CFXMLNodeCreateCopyDeprecatedCFBase and CFXMLNode
CFXMLNodeGetInfoPtrDeprecatedCFXMLNode
CFXMLNodeGetStringDeprecatedCFBase and CFXMLNode
CFXMLNodeGetTypeCodeDeprecatedCFXMLNode and CFBase
CFXMLNodeGetVersionDeprecatedCFXMLNode and CFBase
CFXMLParserAbortDeprecatedCFXMLParser and CFBase
CFXMLParserCopyErrorDescriptionDeprecatedCFBase and CFXMLParser
CFXMLParserCreateDeprecatedCFBase and CFData and CFURL and CFXMLNode and CFXMLParser
CFXMLParserCreateWithDataFromURLDeprecatedCFBase and CFData and CFURL and CFXMLNode and CFXMLParser
CFXMLParserGetCallBacksDeprecatedCFBase and CFData and CFURL and CFXMLNode and CFXMLParser
CFXMLParserGetContextDeprecatedCFXMLParser and CFBase
CFXMLParserGetDocumentDeprecatedCFXMLParser
CFXMLParserGetLineNumberDeprecatedCFXMLParser and CFBase
CFXMLParserGetLocationDeprecatedCFXMLParser and CFBase
CFXMLParserGetSourceURLDeprecatedCFURL and CFXMLParser
CFXMLParserGetStatusCodeDeprecatedCFXMLParser and CFBase
CFXMLParserParseDeprecatedCFXMLParser
CFXMLTreeCreateFromDataDeprecatedCFBase and CFData and CFTree and CFURL and CFXMLNode and CFXMLParser
CFXMLTreeCreateFromDataWithErrorDeprecatedCFBase and CFData and CFDictionary and CFTree and CFURL and CFXMLNode and CFXMLParser
CFXMLTreeCreateWithDataFromURLDeprecatedCFBase and CFTree and CFURL and CFXMLNode and CFXMLParser
CFXMLTreeCreateWithNodeDeprecatedCFBase and CFTree and CFXMLNode
CFXMLTreeCreateXMLDataDeprecatedCFBase and CFData and CFTree and CFXMLNode and CFXMLParser
CFXMLTreeGetNodeDeprecatedCFTree and CFXMLNode

Type Aliases§

CFAbsoluteTimeCFDate
Apple’s documentation
CFAllocatorAllocateCallBackCFBase
Apple’s documentation
CFAllocatorCopyDescriptionCallBackCFBase
Apple’s documentation
CFAllocatorDeallocateCallBackCFBase
Apple’s documentation
CFAllocatorPreferredSizeCallBackCFBase
Apple’s documentation
CFAllocatorReallocateCallBackCFBase
Apple’s documentation
CFAllocatorReleaseCallBackCFBase
Apple’s documentation
CFAllocatorRetainCallBackCFBase
Apple’s documentation
CFAllocatorTypeIDCFBase
Apple’s documentation
CFArrayApplierFunctionCFArray
Type of the callback function used by the apply functions of CFArrays.
CFArrayCopyDescriptionCallBackCFArray and CFBase
Apple’s documentation
CFArrayEqualCallBackCFArray
Apple’s documentation
CFArrayReleaseCallBackCFArray and CFBase
Apple’s documentation
CFArrayRetainCallBackCFArray and CFBase
Structure containing the callbacks of a CFArray. Field: version The version number of the structure type being passed in as a parameter to the CFArray creation functions. This structure is version 0. Field: retain The callback used to add a retain for the array on values as they are put into the array. This callback returns the value to store in the array, which is usually the value parameter passed to this callback, but may be a different value if a different value should be stored in the array. The array’s allocator is passed as the first argument. Field: release The callback used to remove a retain previously added for the array from values as they are removed from the array. The array’s allocator is passed as the first argument. Field: copyDescription The callback used to create a descriptive string representation of each value in the array. This is used by the CFCopyDescription() function. Field: equal The callback used to compare values in the array for equality for some operations.
CFBagApplierFunctionCFBag
Apple’s documentation
CFBagCopyDescriptionCallBackCFBag and CFBase
Apple’s documentation
CFBagEqualCallBackCFBag
Apple’s documentation
CFBagHashCallBackCFBag and CFBase
Apple’s documentation
CFBagReleaseCallBackCFBag and CFBase
Apple’s documentation
CFBagRetainCallBackCFBag and CFBase
Apple’s documentation
CFBinaryHeapApplierFunctionCFBinaryHeap
Type of the callback function used by the apply functions of CFBinaryHeap.
CFBitCFBitVector
Apple’s documentation
CFBundleRefNumCFBundle
Apple’s documentation
CFByteOrderCFBase and CFByteOrder
Apple’s documentation
CFCalendarIdentifierCFBase and CFLocale
Apple’s documentation
CFComparatorFunctionCFBase
Apple’s documentation
CFDateFormatterKeyCFBase and CFDateFormatter
Apple’s documentation
CFDictionaryApplierFunctionCFDictionary
Type of the callback function used by the apply functions of CFDictionarys.
CFDictionaryCopyDescriptionCallBackCFBase and CFDictionary
Apple’s documentation
CFDictionaryEqualCallBackCFDictionary
Apple’s documentation
CFDictionaryHashCallBackCFBase and CFDictionary
Apple’s documentation
CFDictionaryReleaseCallBackCFBase and CFDictionary
Apple’s documentation
CFDictionaryRetainCallBackCFBase and CFDictionary
Structure containing the callbacks for keys of a CFDictionary. Field: version The version number of the structure type being passed in as a parameter to the CFDictionary creation functions. This structure is version 0. Field: retain The callback used to add a retain for the dictionary on keys as they are used to put values into the dictionary. This callback returns the value to use as the key in the dictionary, which is usually the value parameter passed to this callback, but may be a different value if a different value should be used as the key. The dictionary’s allocator is passed as the first argument. Field: release The callback used to remove a retain previously added for the dictionary from keys as their values are removed from the dictionary. The dictionary’s allocator is passed as the first argument. Field: copyDescription The callback used to create a descriptive string representation of each key in the dictionary. This is used by the CFCopyDescription() function. Field: equal The callback used to compare keys in the dictionary for equality. Field: hash The callback used to compute a hash code for keys as they are used to access, add, or remove values in the dictionary.
CFErrorDomainCFBase and CFError
Apple’s documentation
CFFileDescriptorCallBackCFBase and CFFileDescriptor
Apple’s documentation
CFFileDescriptorNativeDescriptorCFFileDescriptor
Apple’s documentation
CFHashCodeCFBase
Apple’s documentation
CFIndexCFBase
Apple’s documentation
CFLocaleIdentifierCFBase and CFLocale
Apple’s documentation
CFLocaleKeyCFBase and CFLocale
Apple’s documentation
CFMachPortCallBackCFBase and CFMachPort
Apple’s documentation
CFMachPortInvalidationCallBackCFMachPort
Apple’s documentation
CFMessagePortCallBackCFData and CFMessagePort
Apple’s documentation
CFMessagePortInvalidationCallBackCFMessagePort
Apple’s documentation
CFNotificationCallbackCFBase and CFDictionary and CFNotificationCenter
Apple’s documentation
CFNotificationNameCFBase and CFNotificationCenter
Apple’s documentation
CFNumberFormatterKeyCFBase and CFNumberFormatter
Apple’s documentation
CFOptionFlagsCFBase
Apple’s documentation
CFPlugInDynamicRegisterFunctionCFBundle and CFPlugIn
Apple’s documentation
CFPlugInFactoryFunctionCFBase and CFPlugIn and CFUUID
Apple’s documentation
CFPlugInInstanceDeallocateInstanceDataFunctionCFPlugIn
Apple’s documentation
CFPlugInInstanceGetInterfaceFunctionCFBase and CFPlugIn
Apple’s documentation
CFPlugInUnloadFunctionCFBundle and CFPlugIn
Apple’s documentation
CFPropertyListCFBase
Apple’s documentation
CFReadStreamClientCallBackCFBase and CFStream
Apple’s documentation
CFRunLoopModeCFBase and CFRunLoop
Apple’s documentation
CFRunLoopObserverCallBackCFBase and CFRunLoop
Apple’s documentation
CFRunLoopTimerCallBackCFRunLoop
Apple’s documentation
CFSetApplierFunctionCFSet
Type of the callback function used by the apply functions of CFSets.
CFSetCopyDescriptionCallBackCFBase and CFSet
Type of the callback function used by CFSets for describing values.
CFSetEqualCallBackCFSet
Type of the callback function used by CFSets for comparing values.
CFSetHashCallBackCFBase and CFSet
Type of the callback function used by CFSets for hashing values.
CFSetReleaseCallBackCFBase and CFSet
Type of the callback function used by CFSets for releasing a retain on values.
CFSetRetainCallBackCFBase and CFSet
Type of the callback function used by CFSets for retaining values.
CFSocketCallBackCFBase and CFData and CFSocket
Apple’s documentation
CFSocketNativeHandleCFSocket
Apple’s documentation
CFStreamPropertyKeyCFBase and CFStream
Apple’s documentation
CFStringEncodingCFString
Apple’s documentation
CFTimeIntervalCFDate
Apple’s documentation
CFTreeApplierFunctionCFTree
Type of the callback function used by the apply functions of CFTree.
CFTreeCopyDescriptionCallBackCFBase and CFTree
Type of the callback function used to provide a description of the user-specified info parameter.
CFTreeReleaseCallBackCFTree
Type of the callback function used to remove a retain previously added to the user-specified info parameter.
CFTreeRetainCallBackCFTree
Type of the callback function used to add a retain to the user-specified info parameter. This callback may returns the value to use whenever the info parameter is retained, which is usually the value parameter passed to this callback, but may be a different value if a different value should be used.
CFTypeIDCFBase
Apple’s documentation
CFURLBookmarkFileCreationOptionsCFBase and CFURL
Apple’s documentation
CFUserNotificationCallBackCFBase and CFUserNotification
Apple’s documentation
CFWriteStreamClientCallBackCFBase and CFStream
Apple’s documentation
CFXMLParserAddChildCallBackCFXMLParser
Apple’s documentation
CFXMLParserCopyDescriptionCallBackCFBase and CFXMLParser
Apple’s documentation
CFXMLParserCreateXMLStructureCallBackCFXMLNode and CFXMLParser
Apple’s documentation
CFXMLParserEndXMLStructureCallBackCFXMLParser
Apple’s documentation
CFXMLParserHandleErrorCallBackCFBase and CFXMLParser
Apple’s documentation
CFXMLParserReleaseCallBackCFXMLParser
Apple’s documentation
CFXMLParserResolveExternalEntityCallBackCFBase and CFData and CFURL and CFXMLNode and CFXMLParser
Apple’s documentation
CFXMLParserRetainCallBackCFXMLParser
Apple’s documentation
CFXMLTreeCFTree and CFXMLNode
Apple’s documentation
CGFloatCFCGTypes
The basic type for all floating-point values.
HRESULTCFPlugInCOM
Apple’s documentation
LPVOIDCFPlugInCOM
Apple’s documentation
REFIIDCFPlugInCOM and CFUUID
Apple’s documentation
ULONGCFPlugInCOM
Apple’s documentation