CFStringLocalizedFormattingInternal.h
1 /* CFStringLocalizedFormattingInternal.h 2 Copyright (c) 2015, Apple Inc. All rights reserved. 3 */ 4 5 #include <CoreFoundation/CFDictionary.h> 6 #include <CoreFoundation/CFLocale.h> 7 #include <CoreFoundation/CFCharacterSet.h> 8 9 CF_PRIVATE CFDictionaryRef _CFStringGetLocalizedFormattingInfo(void); 10 CF_PRIVATE CFDictionaryRef _CFStringGetInputIdentifierFormatterMappingFromDescriptor(CFDictionaryRef inputInfo); 11 CF_PRIVATE bool _CFStringContentsInCharacterSet(CFStringRef str, CFCharacterSetRef set); 12 CF_PRIVATE CFDictionaryRef _CFStringGetRelevantLocaleInfoFromLocaleSummary(CFDictionaryRef localeSummaryInfo, CFLocaleRef locale);