]> git.saurik.com Git - apple/cf.git/blob - CFLocaleInternal.h
ec9ba429d17c2bfc3be2d383145f73b810594e4c
[apple/cf.git] / CFLocaleInternal.h
1 /*
2 * Copyright (c) 2009 Apple Inc. All rights reserved.
3 *
4 * @APPLE_LICENSE_HEADER_START@
5 *
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
11 * file.
12 *
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.
20 *
21 * @APPLE_LICENSE_HEADER_END@
22 */
23 /*
24 CFLocaleInternal.h
25 Copyright (c) 2008-2009, Apple Inc. All rights reserved.
26 */
27
28 /*
29 This file is for the use of the CoreFoundation project only.
30 */
31
32 #include <CoreFoundation/CFString.h>
33
34 CF_EXPORT CFStringRef const kCFLocaleAlternateQuotationBeginDelimiterKey;
35 CF_EXPORT CFStringRef const kCFLocaleAlternateQuotationEndDelimiterKey;
36 CF_EXPORT CFStringRef const kCFLocaleQuotationBeginDelimiterKey;
37 CF_EXPORT CFStringRef const kCFLocaleQuotationEndDelimiterKey;
38 CF_EXPORT CFStringRef const kCFLocaleCalendarIdentifierKey; // ***
39 CF_EXPORT CFStringRef const kCFLocaleCalendarKey;
40 CF_EXPORT CFStringRef const kCFLocaleCollationIdentifierKey; // ***
41 CF_EXPORT CFStringRef const kCFLocaleCollatorIdentifierKey;
42 CF_EXPORT CFStringRef const kCFLocaleCountryCodeKey;
43 CF_EXPORT CFStringRef const kCFLocaleCurrencyCodeKey; // ***
44 CF_EXPORT CFStringRef const kCFLocaleCurrencySymbolKey;
45 CF_EXPORT CFStringRef const kCFLocaleDecimalSeparatorKey;
46 CF_EXPORT CFStringRef const kCFLocaleExemplarCharacterSetKey;
47 CF_EXPORT CFStringRef const kCFLocaleGroupingSeparatorKey;
48 CF_EXPORT CFStringRef const kCFLocaleIdentifierKey;
49 CF_EXPORT CFStringRef const kCFLocaleLanguageCodeKey;
50 CF_EXPORT CFStringRef const kCFLocaleMeasurementSystemKey;
51 CF_EXPORT CFStringRef const kCFLocaleScriptCodeKey;
52 CF_EXPORT CFStringRef const kCFLocaleUsesMetricSystemKey;
53 CF_EXPORT CFStringRef const kCFLocaleVariantCodeKey;
54
55 CF_EXPORT CFStringRef const kCFDateFormatterAMSymbolKey;
56 CF_EXPORT CFStringRef const kCFDateFormatterCalendarKey;
57 CF_EXPORT CFStringRef const kCFDateFormatterCalendarIdentifierKey;
58 CF_EXPORT CFStringRef const kCFDateFormatterDefaultDateKey;
59 CF_EXPORT CFStringRef const kCFDateFormatterDefaultFormatKey;
60 CF_EXPORT CFStringRef const kCFDateFormatterDoesRelativeDateFormattingKey;
61 CF_EXPORT CFStringRef const kCFDateFormatterEraSymbolsKey;
62 CF_EXPORT CFStringRef const kCFDateFormatterGregorianStartDateKey;
63 CF_EXPORT CFStringRef const kCFDateFormatterIsLenientKey;
64 CF_EXPORT CFStringRef const kCFDateFormatterLongEraSymbolsKey;
65 CF_EXPORT CFStringRef const kCFDateFormatterMonthSymbolsKey;
66 CF_EXPORT CFStringRef const kCFDateFormatterPMSymbolKey;
67 CF_EXPORT CFStringRef const kCFDateFormatterQuarterSymbolsKey;
68 CF_EXPORT CFStringRef const kCFDateFormatterShortMonthSymbolsKey;
69 CF_EXPORT CFStringRef const kCFDateFormatterShortQuarterSymbolsKey;
70 CF_EXPORT CFStringRef const kCFDateFormatterShortStandaloneMonthSymbolsKey;
71 CF_EXPORT CFStringRef const kCFDateFormatterShortStandaloneQuarterSymbolsKey;
72 CF_EXPORT CFStringRef const kCFDateFormatterShortStandaloneWeekdaySymbolsKey;
73 CF_EXPORT CFStringRef const kCFDateFormatterShortWeekdaySymbolsKey;
74 CF_EXPORT CFStringRef const kCFDateFormatterStandaloneMonthSymbolsKey;
75 CF_EXPORT CFStringRef const kCFDateFormatterStandaloneQuarterSymbolsKey;
76 CF_EXPORT CFStringRef const kCFDateFormatterStandaloneWeekdaySymbolsKey;
77 CF_EXPORT CFStringRef const kCFDateFormatterTimeZoneKey;
78 CF_EXPORT CFStringRef const kCFDateFormatterTwoDigitStartDateKey;
79 CF_EXPORT CFStringRef const kCFDateFormatterVeryShortMonthSymbolsKey;
80 CF_EXPORT CFStringRef const kCFDateFormatterVeryShortStandaloneMonthSymbolsKey;
81 CF_EXPORT CFStringRef const kCFDateFormatterVeryShortStandaloneWeekdaySymbolsKey;
82 CF_EXPORT CFStringRef const kCFDateFormatterVeryShortWeekdaySymbolsKey;
83 CF_EXPORT CFStringRef const kCFDateFormatterWeekdaySymbolsKey;
84
85 CF_EXPORT CFStringRef const kCFNumberFormatterAlwaysShowDecimalSeparatorKey;
86 CF_EXPORT CFStringRef const kCFNumberFormatterCurrencyCodeKey;
87 CF_EXPORT CFStringRef const kCFNumberFormatterCurrencyDecimalSeparatorKey;
88 CF_EXPORT CFStringRef const kCFNumberFormatterCurrencyGroupingSeparatorKey;
89 CF_EXPORT CFStringRef const kCFNumberFormatterCurrencySymbolKey;
90 CF_EXPORT CFStringRef const kCFNumberFormatterDecimalSeparatorKey;
91 CF_EXPORT CFStringRef const kCFNumberFormatterDefaultFormatKey;
92 CF_EXPORT CFStringRef const kCFNumberFormatterExponentSymbolKey;
93 CF_EXPORT CFStringRef const kCFNumberFormatterFormatWidthKey;
94 CF_EXPORT CFStringRef const kCFNumberFormatterGroupingSeparatorKey;
95 CF_EXPORT CFStringRef const kCFNumberFormatterGroupingSizeKey;
96 CF_EXPORT CFStringRef const kCFNumberFormatterInfinitySymbolKey;
97 CF_EXPORT CFStringRef const kCFNumberFormatterInternationalCurrencySymbolKey;
98 CF_EXPORT CFStringRef const kCFNumberFormatterIsLenientKey;
99 CF_EXPORT CFStringRef const kCFNumberFormatterMaxFractionDigitsKey;
100 CF_EXPORT CFStringRef const kCFNumberFormatterMaxIntegerDigitsKey;
101 CF_EXPORT CFStringRef const kCFNumberFormatterMaxSignificantDigitsKey;
102 CF_EXPORT CFStringRef const kCFNumberFormatterMinFractionDigitsKey;
103 CF_EXPORT CFStringRef const kCFNumberFormatterMinIntegerDigitsKey;
104 CF_EXPORT CFStringRef const kCFNumberFormatterMinSignificantDigitsKey;
105 CF_EXPORT CFStringRef const kCFNumberFormatterMinusSignKey;
106 CF_EXPORT CFStringRef const kCFNumberFormatterMultiplierKey;
107 CF_EXPORT CFStringRef const kCFNumberFormatterNaNSymbolKey;
108 CF_EXPORT CFStringRef const kCFNumberFormatterNegativePrefixKey;
109 CF_EXPORT CFStringRef const kCFNumberFormatterNegativeSuffixKey;
110 CF_EXPORT CFStringRef const kCFNumberFormatterPaddingCharacterKey;
111 CF_EXPORT CFStringRef const kCFNumberFormatterPaddingPositionKey;
112 CF_EXPORT CFStringRef const kCFNumberFormatterPerMillSymbolKey;
113 CF_EXPORT CFStringRef const kCFNumberFormatterPercentSymbolKey;
114 CF_EXPORT CFStringRef const kCFNumberFormatterPlusSignKey;
115 CF_EXPORT CFStringRef const kCFNumberFormatterPositivePrefixKey;
116 CF_EXPORT CFStringRef const kCFNumberFormatterPositiveSuffixKey;
117 CF_EXPORT CFStringRef const kCFNumberFormatterRoundingIncrementKey;
118 CF_EXPORT CFStringRef const kCFNumberFormatterRoundingModeKey;
119 CF_EXPORT CFStringRef const kCFNumberFormatterSecondaryGroupingSizeKey;
120 CF_EXPORT CFStringRef const kCFNumberFormatterUseGroupingSeparatorKey;
121 CF_EXPORT CFStringRef const kCFNumberFormatterUseSignificantDigitsKey;
122 CF_EXPORT CFStringRef const kCFNumberFormatterZeroSymbolKey;
123
124 CF_EXPORT CFStringRef const kCFCalendarIdentifierGregorian;
125 CF_EXPORT CFStringRef const kCFCalendarIdentifierBuddhist;
126 CF_EXPORT CFStringRef const kCFCalendarIdentifierJapanese;
127 CF_EXPORT CFStringRef const kCFCalendarIdentifierIslamic;
128 CF_EXPORT CFStringRef const kCFCalendarIdentifierIslamicCivil;
129 CF_EXPORT CFStringRef const kCFCalendarIdentifierHebrew;
130 CF_EXPORT CFStringRef const kCFCalendarIdentifierChinese;
131 CF_EXPORT CFStringRef const kCFCalendarIdentifierRepublicOfChina;
132 CF_EXPORT CFStringRef const kCFCalendarIdentifierPersian;
133 CF_EXPORT CFStringRef const kCFCalendarIdentifierIndian;
134 CF_EXPORT CFStringRef const kCFCalendarIdentifierISO8601;
135 CF_EXPORT CFStringRef const kCFCalendarIdentifierCoptic;
136 CF_EXPORT CFStringRef const kCFCalendarIdentifierEthiopicAmeteMihret;
137 CF_EXPORT CFStringRef const kCFCalendarIdentifierEthiopicAmeteAlem;
138
139