2 * Copyright (c) 2014 Apple Inc. All rights reserved.
4 * @APPLE_LICENSE_HEADER_START@
6 * This file contains Original Code and/or Modifications of Original Code
7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
9 * compliance with the License. Please obtain a copy of the License at
10 * http://www.opensource.apple.com/apsl/ and read it before using this
13 * The Original Code and all software distributed under the License are
14 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
15 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
16 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
17 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
18 * Please see the License for the specific language governing rights and
19 * limitations under the License.
21 * @APPLE_LICENSE_HEADER_END@
25 Copyright (c) 2008-2013, Apple Inc. All rights reserved.
26 Responsibility: Christopher Kane
29 #include "CFInternal.h"
31 CONST_STRING_DECL(kCFLocaleAlternateQuotationBeginDelimiterKey
, "kCFLocaleAlternateQuotationBeginDelimiterKey");
32 CONST_STRING_DECL(kCFLocaleAlternateQuotationEndDelimiterKey
, "kCFLocaleAlternateQuotationEndDelimiterKey");
33 CONST_STRING_DECL(kCFLocaleQuotationBeginDelimiterKey
, "kCFLocaleQuotationBeginDelimiterKey");
34 CONST_STRING_DECL(kCFLocaleQuotationEndDelimiterKey
, "kCFLocaleQuotationEndDelimiterKey");
35 CONST_STRING_DECL(kCFLocaleCalendarIdentifierKey
, "calendar"); // ***
36 CONST_STRING_DECL(kCFLocaleCalendarKey
, "kCFLocaleCalendarKey");
38 CONST_STRING_DECL(kCFLocaleCollationIdentifierKey
, "collation"); // ***
39 CONST_STRING_DECL(kCFLocaleCollatorIdentifierKey
, "kCFLocaleCollatorIdentifierKey");
40 CONST_STRING_DECL(kCFLocaleCountryCodeKey
, "kCFLocaleCountryCodeKey");
41 CONST_STRING_DECL(kCFLocaleCurrencyCodeKey
, "currency"); // ***
42 CONST_STRING_DECL(kCFLocaleCurrencySymbolKey
, "kCFLocaleCurrencySymbolKey");
43 CONST_STRING_DECL(kCFLocaleDecimalSeparatorKey
, "kCFLocaleDecimalSeparatorKey");
44 CONST_STRING_DECL(kCFLocaleExemplarCharacterSetKey
, "kCFLocaleExemplarCharacterSetKey");
45 CONST_STRING_DECL(kCFLocaleGroupingSeparatorKey
, "kCFLocaleGroupingSeparatorKey");
46 CONST_STRING_DECL(kCFLocaleIdentifierKey
, "kCFLocaleIdentifierKey");
47 CONST_STRING_DECL(kCFLocaleLanguageCodeKey
, "kCFLocaleLanguageCodeKey");
48 CONST_STRING_DECL(kCFLocaleMeasurementSystemKey
, "kCFLocaleMeasurementSystemKey");
49 CONST_STRING_DECL(kCFLocaleScriptCodeKey
, "kCFLocaleScriptCodeKey");
50 CONST_STRING_DECL(kCFLocaleUsesMetricSystemKey
, "kCFLocaleUsesMetricSystemKey");
51 CONST_STRING_DECL(kCFLocaleVariantCodeKey
, "kCFLocaleVariantCodeKey");
53 CONST_STRING_DECL(kCFDateFormatterAMSymbolKey
, "kCFDateFormatterAMSymbolKey");
54 CONST_STRING_DECL(kCFDateFormatterCalendarKey
, "kCFDateFormatterCalendarKey");
55 CONST_STRING_DECL(kCFDateFormatterCalendarIdentifierKey
, "kCFDateFormatterCalendarIdentifierKey");
56 CONST_STRING_DECL(kCFDateFormatterDefaultDateKey
, "kCFDateFormatterDefaultDateKey");
57 CONST_STRING_DECL(kCFDateFormatterDefaultFormatKey
, "kCFDateFormatterDefaultFormatKey");
58 CONST_STRING_DECL(kCFDateFormatterDoesRelativeDateFormattingKey
, "kCFDateFormatterDoesRelativeDateFormattingKey");
59 CONST_STRING_DECL(kCFDateFormatterEraSymbolsKey
, "kCFDateFormatterEraSymbolsKey");
60 CONST_STRING_DECL(kCFDateFormatterGregorianStartDateKey
, "kCFDateFormatterGregorianStartDateKey");
61 CONST_STRING_DECL(kCFDateFormatterIsLenientKey
, "kCFDateFormatterIsLenientKey");
62 CONST_STRING_DECL(kCFDateFormatterLongEraSymbolsKey
, "kCFDateFormatterLongEraSymbolsKey");
63 CONST_STRING_DECL(kCFDateFormatterMonthSymbolsKey
, "kCFDateFormatterMonthSymbolsKey");
64 CONST_STRING_DECL(kCFDateFormatterPMSymbolKey
, "kCFDateFormatterPMSymbolKey");
65 CONST_STRING_DECL(kCFDateFormatterAmbiguousYearStrategyKey
, "kCFDateFormatterAmbiguousYearStrategyKey");
66 CONST_STRING_DECL(kCFDateFormatterQuarterSymbolsKey
, "kCFDateFormatterQuarterSymbolsKey");
67 CONST_STRING_DECL(kCFDateFormatterShortMonthSymbolsKey
, "kCFDateFormatterShortMonthSymbolsKey");
68 CONST_STRING_DECL(kCFDateFormatterShortQuarterSymbolsKey
, "kCFDateFormatterShortQuarterSymbolsKey");
69 CONST_STRING_DECL(kCFDateFormatterShortStandaloneMonthSymbolsKey
, "kCFDateFormatterShortStandaloneMonthSymbolsKey");
70 CONST_STRING_DECL(kCFDateFormatterShortStandaloneQuarterSymbolsKey
, "kCFDateFormatterShortStandaloneQuarterSymbolsKey");
71 CONST_STRING_DECL(kCFDateFormatterShortStandaloneWeekdaySymbolsKey
, "kCFDateFormatterShortStandaloneWeekdaySymbolsKey");
72 CONST_STRING_DECL(kCFDateFormatterShortWeekdaySymbolsKey
, "kCFDateFormatterShortWeekdaySymbolsKey");
73 CONST_STRING_DECL(kCFDateFormatterStandaloneMonthSymbolsKey
, "kCFDateFormatterStandaloneMonthSymbolsKey");
74 CONST_STRING_DECL(kCFDateFormatterStandaloneQuarterSymbolsKey
, "kCFDateFormatterStandaloneQuarterSymbolsKey");
75 CONST_STRING_DECL(kCFDateFormatterStandaloneWeekdaySymbolsKey
, "kCFDateFormatterStandaloneWeekdaySymbolsKey");
76 CONST_STRING_DECL(kCFDateFormatterTimeZoneKey
, "kCFDateFormatterTimeZoneKey");
77 CONST_STRING_DECL(kCFDateFormatterTwoDigitStartDateKey
, "kCFDateFormatterTwoDigitStartDateKey");
78 CONST_STRING_DECL(kCFDateFormatterVeryShortMonthSymbolsKey
, "kCFDateFormatterVeryShortMonthSymbolsKey");
79 CONST_STRING_DECL(kCFDateFormatterVeryShortStandaloneMonthSymbolsKey
, "kCFDateFormatterVeryShortStandaloneMonthSymbolsKey");
80 CONST_STRING_DECL(kCFDateFormatterVeryShortStandaloneWeekdaySymbolsKey
, "kCFDateFormatterVeryShortStandaloneWeekdaySymbolsKey");
81 CONST_STRING_DECL(kCFDateFormatterVeryShortWeekdaySymbolsKey
, "kCFDateFormatterVeryShortWeekdaySymbolsKey");
82 CONST_STRING_DECL(kCFDateFormatterWeekdaySymbolsKey
, "kCFDateFormatterWeekdaySymbolsKey");
83 CONST_STRING_DECL(kCFDateFormatterUsesCharacterDirectionKey
, "kCFDateFormatterUsesCharacterDirectionKey");
85 CONST_STRING_DECL(kCFNumberFormatterAlwaysShowDecimalSeparatorKey
, "kCFNumberFormatterAlwaysShowDecimalSeparatorKey");
86 CONST_STRING_DECL(kCFNumberFormatterCurrencyCodeKey
, "kCFNumberFormatterCurrencyCodeKey");
87 CONST_STRING_DECL(kCFNumberFormatterCurrencyDecimalSeparatorKey
, "kCFNumberFormatterCurrencyDecimalSeparatorKey");
88 CONST_STRING_DECL(kCFNumberFormatterCurrencyGroupingSeparatorKey
, "kCFNumberFormatterCurrencyGroupingSeparatorKey");
89 CONST_STRING_DECL(kCFNumberFormatterCurrencySymbolKey
, "kCFNumberFormatterCurrencySymbolKey");
90 CONST_STRING_DECL(kCFNumberFormatterDecimalSeparatorKey
, "kCFNumberFormatterDecimalSeparatorKey");
91 CONST_STRING_DECL(kCFNumberFormatterDefaultFormatKey
, "kCFNumberFormatterDefaultFormatKey");
92 CONST_STRING_DECL(kCFNumberFormatterExponentSymbolKey
, "kCFNumberFormatterExponentSymbolKey");
93 CONST_STRING_DECL(kCFNumberFormatterFormatWidthKey
, "kCFNumberFormatterFormatWidthKey");
94 CONST_STRING_DECL(kCFNumberFormatterGroupingSeparatorKey
, "kCFNumberFormatterGroupingSeparatorKey");
95 CONST_STRING_DECL(kCFNumberFormatterGroupingSizeKey
, "kCFNumberFormatterGroupingSizeKey");
96 CONST_STRING_DECL(kCFNumberFormatterInfinitySymbolKey
, "kCFNumberFormatterInfinitySymbolKey");
97 CONST_STRING_DECL(kCFNumberFormatterInternationalCurrencySymbolKey
, "kCFNumberFormatterInternationalCurrencySymbolKey");
98 CONST_STRING_DECL(kCFNumberFormatterIsLenientKey
, "kCFNumberFormatterIsLenientKey");
99 CONST_STRING_DECL(kCFNumberFormatterMaxFractionDigitsKey
, "kCFNumberFormatterMaxFractionDigitsKey");
100 CONST_STRING_DECL(kCFNumberFormatterMaxIntegerDigitsKey
, "kCFNumberFormatterMaxIntegerDigitsKey");
101 CONST_STRING_DECL(kCFNumberFormatterMaxSignificantDigitsKey
, "kCFNumberFormatterMaxSignificantDigitsKey");
102 CONST_STRING_DECL(kCFNumberFormatterMinFractionDigitsKey
, "kCFNumberFormatterMinFractionDigitsKey");
103 CONST_STRING_DECL(kCFNumberFormatterMinIntegerDigitsKey
, "kCFNumberFormatterMinIntegerDigitsKey");
104 CONST_STRING_DECL(kCFNumberFormatterMinSignificantDigitsKey
, "kCFNumberFormatterMinSignificantDigitsKey");
105 CONST_STRING_DECL(kCFNumberFormatterMinusSignKey
, "kCFNumberFormatterMinusSignKey");
106 CONST_STRING_DECL(kCFNumberFormatterMultiplierKey
, "kCFNumberFormatterMultiplierKey");
107 CONST_STRING_DECL(kCFNumberFormatterNaNSymbolKey
, "kCFNumberFormatterNaNSymbolKey");
108 CONST_STRING_DECL(kCFNumberFormatterNegativePrefixKey
, "kCFNumberFormatterNegativePrefixKey");
109 CONST_STRING_DECL(kCFNumberFormatterNegativeSuffixKey
, "kCFNumberFormatterNegativeSuffixKey");
110 CONST_STRING_DECL(kCFNumberFormatterPaddingCharacterKey
, "kCFNumberFormatterPaddingCharacterKey");
111 CONST_STRING_DECL(kCFNumberFormatterPaddingPositionKey
, "kCFNumberFormatterPaddingPositionKey");
112 CONST_STRING_DECL(kCFNumberFormatterPerMillSymbolKey
, "kCFNumberFormatterPerMillSymbolKey");
113 CONST_STRING_DECL(kCFNumberFormatterPercentSymbolKey
, "kCFNumberFormatterPercentSymbolKey");
114 CONST_STRING_DECL(kCFNumberFormatterPlusSignKey
, "kCFNumberFormatterPlusSignKey");
115 CONST_STRING_DECL(kCFNumberFormatterPositivePrefixKey
, "kCFNumberFormatterPositivePrefixKey");
116 CONST_STRING_DECL(kCFNumberFormatterPositiveSuffixKey
, "kCFNumberFormatterPositiveSuffixKey");
117 CONST_STRING_DECL(kCFNumberFormatterRoundingIncrementKey
, "kCFNumberFormatterRoundingIncrementKey");
118 CONST_STRING_DECL(kCFNumberFormatterRoundingModeKey
, "kCFNumberFormatterRoundingModeKey");
119 CONST_STRING_DECL(kCFNumberFormatterSecondaryGroupingSizeKey
, "kCFNumberFormatterSecondaryGroupingSizeKey");
120 CONST_STRING_DECL(kCFNumberFormatterUseGroupingSeparatorKey
, "kCFNumberFormatterUseGroupingSeparatorKey");
121 CONST_STRING_DECL(kCFNumberFormatterUseSignificantDigitsKey
, "kCFNumberFormatterUseSignificantDigitsKey");
122 CONST_STRING_DECL(kCFNumberFormatterZeroSymbolKey
, "kCFNumberFormatterZeroSymbolKey");
123 CONST_STRING_DECL(kCFNumberFormatterUsesCharacterDirectionKey
, "kCFNumberFormatterUsesCharacterDirectionKey");
125 CONST_STRING_DECL(kCFCalendarIdentifierGregorian
, "gregorian");
126 CONST_STRING_DECL(kCFCalendarIdentifierBuddhist
, "buddhist");
127 CONST_STRING_DECL(kCFCalendarIdentifierJapanese
, "japanese");
128 CONST_STRING_DECL(kCFCalendarIdentifierIslamic
, "islamic");
129 CONST_STRING_DECL(kCFCalendarIdentifierIslamicCivil
, "islamic-civil");
130 CONST_STRING_DECL(kCFCalendarIdentifierHebrew
, "hebrew");
131 CONST_STRING_DECL(kCFCalendarIdentifierChinese
, "chinese");
132 CONST_STRING_DECL(kCFCalendarIdentifierRepublicOfChina
, "roc");
133 CONST_STRING_DECL(kCFCalendarIdentifierPersian
, "persian");
134 CONST_STRING_DECL(kCFCalendarIdentifierIndian
, "indian");
135 CONST_STRING_DECL(kCFCalendarIdentifierISO8601
, "");
136 CONST_STRING_DECL(kCFCalendarIdentifierCoptic
, "coptic");
137 CONST_STRING_DECL(kCFCalendarIdentifierEthiopicAmeteMihret
, "ethiopic");
138 CONST_STRING_DECL(kCFCalendarIdentifierEthiopicAmeteAlem
, "ethiopic-amete-alem");
141 #if DEPLOYMENT_TARGET_LINUX
143 CF_EXPORT CFStringRef
const kCFBuddhistCalendar
__attribute__((alias ("kCFCalendarIdentifierBuddhist")));
144 CF_EXPORT CFStringRef
const kCFChineseCalendar
__attribute__((alias ("kCFCalendarIdentifierChinese")));
145 CF_EXPORT CFStringRef
const kCFGregorianCalendar
__attribute__((alias ("kCFCalendarIdentifierGregorian")));
146 CF_EXPORT CFStringRef
const kCFHebrewCalendar
__attribute__((alias ("kCFCalendarIdentifierHebrew")));
147 CF_EXPORT CFStringRef
const kCFISO8601Calendar
__attribute__((alias ("kCFCalendarIdentifierISO8601")));
148 CF_EXPORT CFStringRef
const kCFIndianCalendar
__attribute__((alias ("kCFCalendarIdentifierIndian")));
149 CF_EXPORT CFStringRef
const kCFIslamicCalendar
__attribute__((alias ("kCFCalendarIdentifierIslamic")));
150 CF_EXPORT CFStringRef
const kCFIslamicCivilCalendar
__attribute__((alias ("kCFCalendarIdentifierIslamicCivil")));
151 CF_EXPORT CFStringRef
const kCFJapaneseCalendar
__attribute__((alias ("kCFCalendarIdentifierJapanese")));
152 CF_EXPORT CFStringRef
const kCFPersianCalendar
__attribute__((alias ("kCFCalendarIdentifierPersian")));
153 CF_EXPORT CFStringRef
const kCFRepublicOfChinaCalendar
__attribute__((alias ("kCFCalendarIdentifierRepublicOfChina")));
156 CF_EXPORT CFStringRef
const kCFLocaleCalendarIdentifier
__attribute__((alias ("kCFLocaleCalendarIdentifierKey")));
157 CF_EXPORT CFStringRef
const kCFLocaleCalendar
__attribute__((alias ("kCFLocaleCalendarKey")));
158 CF_EXPORT CFStringRef
const kCFLocaleCollationIdentifier
__attribute__((alias ("kCFLocaleCollationIdentifierKey")));
159 CF_EXPORT CFStringRef
const kCFLocaleCollatorIdentifier
__attribute__((alias ("kCFLocaleCollatorIdentifierKey")));
160 CF_EXPORT CFStringRef
const kCFLocaleCountryCode
__attribute__((alias ("kCFLocaleCountryCodeKey")));
161 CF_EXPORT CFStringRef
const kCFLocaleCurrencyCode
__attribute__((alias ("kCFLocaleCurrencyCodeKey")));
162 CF_EXPORT CFStringRef
const kCFLocaleCurrencySymbol
__attribute__((alias ("kCFLocaleCurrencySymbolKey")));
163 CF_EXPORT CFStringRef
const kCFLocaleDecimalSeparator
__attribute__((alias ("kCFLocaleDecimalSeparatorKey")));
164 CF_EXPORT CFStringRef
const kCFLocaleExemplarCharacterSet
__attribute__((alias ("kCFLocaleExemplarCharacterSetKey")));
165 CF_EXPORT CFStringRef
const kCFLocaleGroupingSeparator
__attribute__((alias ("kCFLocaleGroupingSeparatorKey")));
166 CF_EXPORT CFStringRef
const kCFLocaleIdentifier
__attribute__((alias ("kCFLocaleIdentifierKey")));
167 CF_EXPORT CFStringRef
const kCFLocaleLanguageCode
__attribute__((alias ("kCFLocaleLanguageCodeKey")));
168 CF_EXPORT CFStringRef
const kCFLocaleMeasurementSystem
__attribute__((alias ("kCFLocaleMeasurementSystemKey")));
169 CF_EXPORT CFStringRef
const kCFLocaleScriptCode
__attribute__((alias ("kCFLocaleScriptCodeKey")));
170 CF_EXPORT CFStringRef
const kCFLocaleUsesMetricSystem
__attribute__((alias ("kCFLocaleUsesMetricSystemKey")));
171 CF_EXPORT CFStringRef
const kCFLocaleVariantCode
__attribute__((alias ("kCFLocaleVariantCodeKey")));
172 CF_EXPORT CFStringRef
const kCFDateFormatterAMSymbol
__attribute__((alias ("kCFDateFormatterAMSymbolKey")));
173 CF_EXPORT CFStringRef
const kCFDateFormatterCalendar
__attribute__((alias ("kCFDateFormatterCalendarKey")));
174 CF_EXPORT CFStringRef
const kCFDateFormatterCalendarIdentifier
__attribute__((alias ("kCFDateFormatterCalendarIdentifierKey")));
175 CF_EXPORT CFStringRef
const kCFDateFormatterDefaultDate
__attribute__((alias ("kCFDateFormatterDefaultDateKey")));
176 CF_EXPORT CFStringRef
const kCFDateFormatterDefaultFormat
__attribute__((alias ("kCFDateFormatterDefaultFormatKey")));
177 CF_EXPORT CFStringRef
const kCFDateFormatterEraSymbols
__attribute__((alias ("kCFDateFormatterEraSymbolsKey")));
178 CF_EXPORT CFStringRef
const kCFDateFormatterGregorianStartDate
__attribute__((alias ("kCFDateFormatterGregorianStartDateKey")));
179 CF_EXPORT CFStringRef
const kCFDateFormatterIsLenient
__attribute__((alias ("kCFDateFormatterIsLenientKey")));
180 CF_EXPORT CFStringRef
const kCFDateFormatterLongEraSymbols
__attribute__((alias ("kCFDateFormatterLongEraSymbolsKey")));
181 CF_EXPORT CFStringRef
const kCFDateFormatterMonthSymbols
__attribute__((alias ("kCFDateFormatterMonthSymbolsKey")));
182 CF_EXPORT CFStringRef
const kCFDateFormatterPMSymbol
__attribute__((alias ("kCFDateFormatterPMSymbolKey")));
183 CF_EXPORT CFStringRef
const kCFDateFormatterQuarterSymbols
__attribute__((alias ("kCFDateFormatterQuarterSymbolsKey")));
184 CF_EXPORT CFStringRef
const kCFDateFormatterShortMonthSymbols
__attribute__((alias ("kCFDateFormatterShortMonthSymbolsKey")));
185 CF_EXPORT CFStringRef
const kCFDateFormatterShortQuarterSymbols
__attribute__((alias ("kCFDateFormatterShortQuarterSymbolsKey")));
186 CF_EXPORT CFStringRef
const kCFDateFormatterShortStandaloneMonthSymbols
__attribute__((alias ("kCFDateFormatterShortStandaloneMonthSymbolsKey")));
187 CF_EXPORT CFStringRef
const kCFDateFormatterShortStandaloneQuarterSymbols
__attribute__((alias ("kCFDateFormatterShortStandaloneQuarterSymbolsKey")));
188 CF_EXPORT CFStringRef
const kCFDateFormatterShortStandaloneWeekdaySymbols
__attribute__((alias ("kCFDateFormatterShortStandaloneWeekdaySymbolsKey")));
189 CF_EXPORT CFStringRef
const kCFDateFormatterShortWeekdaySymbols
__attribute__((alias ("kCFDateFormatterShortWeekdaySymbolsKey")));
190 CF_EXPORT CFStringRef
const kCFDateFormatterStandaloneMonthSymbols
__attribute__((alias ("kCFDateFormatterStandaloneMonthSymbolsKey")));
191 CF_EXPORT CFStringRef
const kCFDateFormatterStandaloneQuarterSymbols
__attribute__((alias ("kCFDateFormatterStandaloneQuarterSymbolsKey")));
192 CF_EXPORT CFStringRef
const kCFDateFormatterStandaloneWeekdaySymbols
__attribute__((alias ("kCFDateFormatterStandaloneWeekdaySymbolsKey")));
193 CF_EXPORT CFStringRef
const kCFDateFormatterTimeZone
__attribute__((alias ("kCFDateFormatterTimeZoneKey")));
194 CF_EXPORT CFStringRef
const kCFDateFormatterTwoDigitStartDate
__attribute__((alias ("kCFDateFormatterTwoDigitStartDateKey")));
195 CF_EXPORT CFStringRef
const kCFDateFormatterVeryShortMonthSymbols
__attribute__((alias ("kCFDateFormatterVeryShortMonthSymbolsKey")));
196 CF_EXPORT CFStringRef
const kCFDateFormatterVeryShortStandaloneMonthSymbols
__attribute__((alias ("kCFDateFormatterVeryShortStandaloneMonthSymbolsKey")));
197 CF_EXPORT CFStringRef
const kCFDateFormatterVeryShortStandaloneWeekdaySymbols
__attribute__((alias ("kCFDateFormatterVeryShortStandaloneWeekdaySymbolsKey")));
198 CF_EXPORT CFStringRef
const kCFDateFormatterVeryShortWeekdaySymbols
__attribute__((alias ("kCFDateFormatterVeryShortWeekdaySymbolsKey")));
199 CF_EXPORT CFStringRef
const kCFDateFormatterWeekdaySymbols
__attribute__((alias ("kCFDateFormatterWeekdaySymbolsKey")));
200 CF_EXPORT CFStringRef
const kCFNumberFormatterAlwaysShowDecimalSeparator
__attribute__((alias ("kCFNumberFormatterAlwaysShowDecimalSeparatorKey")));
201 CF_EXPORT CFStringRef
const kCFNumberFormatterCurrencyCode
__attribute__((alias ("kCFNumberFormatterCurrencyCodeKey")));
202 CF_EXPORT CFStringRef
const kCFNumberFormatterCurrencyDecimalSeparator
__attribute__((alias ("kCFNumberFormatterCurrencyDecimalSeparatorKey")));
203 CF_EXPORT CFStringRef
const kCFNumberFormatterCurrencyGroupingSeparator
__attribute__((alias ("kCFNumberFormatterCurrencyGroupingSeparatorKey")));
204 CF_EXPORT CFStringRef
const kCFNumberFormatterCurrencySymbol
__attribute__((alias ("kCFNumberFormatterCurrencySymbolKey")));
205 CF_EXPORT CFStringRef
const kCFNumberFormatterDecimalSeparator
__attribute__((alias ("kCFNumberFormatterDecimalSeparatorKey")));
206 CF_EXPORT CFStringRef
const kCFNumberFormatterDefaultFormat
__attribute__((alias ("kCFNumberFormatterDefaultFormatKey")));
207 CF_EXPORT CFStringRef
const kCFNumberFormatterExponentSymbol
__attribute__((alias ("kCFNumberFormatterExponentSymbolKey")));
208 CF_EXPORT CFStringRef
const kCFNumberFormatterFormatWidth
__attribute__((alias ("kCFNumberFormatterFormatWidthKey")));
209 CF_EXPORT CFStringRef
const kCFNumberFormatterGroupingSeparator
__attribute__((alias ("kCFNumberFormatterGroupingSeparatorKey")));
210 CF_EXPORT CFStringRef
const kCFNumberFormatterGroupingSize
__attribute__((alias ("kCFNumberFormatterGroupingSizeKey")));
211 CF_EXPORT CFStringRef
const kCFNumberFormatterInfinitySymbol
__attribute__((alias ("kCFNumberFormatterInfinitySymbolKey")));
212 CF_EXPORT CFStringRef
const kCFNumberFormatterInternationalCurrencySymbol
__attribute__((alias ("kCFNumberFormatterInternationalCurrencySymbolKey")));
213 CF_EXPORT CFStringRef
const kCFNumberFormatterIsLenient
__attribute__((alias ("kCFNumberFormatterIsLenientKey")));
214 CF_EXPORT CFStringRef
const kCFNumberFormatterMaxFractionDigits
__attribute__((alias ("kCFNumberFormatterMaxFractionDigitsKey")));
215 CF_EXPORT CFStringRef
const kCFNumberFormatterMaxIntegerDigits
__attribute__((alias ("kCFNumberFormatterMaxIntegerDigitsKey")));
216 CF_EXPORT CFStringRef
const kCFNumberFormatterMaxSignificantDigits
__attribute__((alias ("kCFNumberFormatterMaxSignificantDigitsKey")));
217 CF_EXPORT CFStringRef
const kCFNumberFormatterMinFractionDigits
__attribute__((alias ("kCFNumberFormatterMinFractionDigitsKey")));
218 CF_EXPORT CFStringRef
const kCFNumberFormatterMinIntegerDigits
__attribute__((alias ("kCFNumberFormatterMinIntegerDigitsKey")));
219 CF_EXPORT CFStringRef
const kCFNumberFormatterMinSignificantDigits
__attribute__((alias ("kCFNumberFormatterMinSignificantDigitsKey")));
220 CF_EXPORT CFStringRef
const kCFNumberFormatterMinusSign
__attribute__((alias ("kCFNumberFormatterMinusSignKey")));
221 CF_EXPORT CFStringRef
const kCFNumberFormatterMultiplier
__attribute__((alias ("kCFNumberFormatterMultiplierKey")));
222 CF_EXPORT CFStringRef
const kCFNumberFormatterNaNSymbol
__attribute__((alias ("kCFNumberFormatterNaNSymbolKey")));
223 CF_EXPORT CFStringRef
const kCFNumberFormatterNegativePrefix
__attribute__((alias ("kCFNumberFormatterNegativePrefixKey")));
224 CF_EXPORT CFStringRef
const kCFNumberFormatterNegativeSuffix
__attribute__((alias ("kCFNumberFormatterNegativeSuffixKey")));
225 CF_EXPORT CFStringRef
const kCFNumberFormatterPaddingCharacter
__attribute__((alias ("kCFNumberFormatterPaddingCharacterKey")));
226 CF_EXPORT CFStringRef
const kCFNumberFormatterPaddingPosition
__attribute__((alias ("kCFNumberFormatterPaddingPositionKey")));
227 CF_EXPORT CFStringRef
const kCFNumberFormatterPerMillSymbol
__attribute__((alias ("kCFNumberFormatterPerMillSymbolKey")));
228 CF_EXPORT CFStringRef
const kCFNumberFormatterPercentSymbol
__attribute__((alias ("kCFNumberFormatterPercentSymbolKey")));
229 CF_EXPORT CFStringRef
const kCFNumberFormatterPlusSign
__attribute__((alias ("kCFNumberFormatterPlusSignKey")));
230 CF_EXPORT CFStringRef
const kCFNumberFormatterPositivePrefix
__attribute__((alias ("kCFNumberFormatterPositivePrefixKey")));
231 CF_EXPORT CFStringRef
const kCFNumberFormatterPositiveSuffix
__attribute__((alias ("kCFNumberFormatterPositiveSuffixKey")));
232 CF_EXPORT CFStringRef
const kCFNumberFormatterRoundingIncrement
__attribute__((alias ("kCFNumberFormatterRoundingIncrementKey")));
233 CF_EXPORT CFStringRef
const kCFNumberFormatterRoundingMode
__attribute__((alias ("kCFNumberFormatterRoundingModeKey")));
234 CF_EXPORT CFStringRef
const kCFNumberFormatterSecondaryGroupingSize
__attribute__((alias ("kCFNumberFormatterSecondaryGroupingSizeKey")));
235 CF_EXPORT CFStringRef
const kCFNumberFormatterUseGroupingSeparator
__attribute__((alias ("kCFNumberFormatterUseGroupingSeparatorKey")));
236 CF_EXPORT CFStringRef
const kCFNumberFormatterUseSignificantDigits
__attribute__((alias ("kCFNumberFormatterUseSignificantDigitsKey")));
237 CF_EXPORT CFStringRef
const kCFNumberFormatterZeroSymbol
__attribute__((alias ("kCFNumberFormatterZeroSymbolKey")));
238 CF_EXPORT CFStringRef
const kCFNumberFormatterUsesCharacterDirection
__attribute__((alias ("kCFNumberFormatterUsesCharacterDirectionKey")));
239 CF_EXPORT CFStringRef
const kCFDateFormatterUsesCharacterDirection
__attribute__((alias ("kCFDateFormatterUsesCharacterDirectionKey")));
240 CF_EXPORT CFStringRef
const kCFDateFormatterCalendarName
__attribute__((alias ("kCFDateFormatterCalendarIdentifierKey")));