/* * Copyright (c) 2011 Apple Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file except in * compliance with the License. Please obtain a copy of the License at * http://www.opensource.apple.com/apsl/ and read it before using this * file. * * The Original Code and all software distributed under the License are * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. * Please see the License for the specific language governing rights and * limitations under the License. * * @APPLE_LICENSE_HEADER_END@ */ /* CFLocaleInternal.h Copyright (c) 2008-2011, Apple Inc. All rights reserved. */ /* This file is for the use of the CoreFoundation project only. */ #include CF_EXPORT CFStringRef const kCFLocaleAlternateQuotationBeginDelimiterKey; CF_EXPORT CFStringRef const kCFLocaleAlternateQuotationEndDelimiterKey; CF_EXPORT CFStringRef const kCFLocaleQuotationBeginDelimiterKey; CF_EXPORT CFStringRef const kCFLocaleQuotationEndDelimiterKey; CF_EXPORT CFStringRef const kCFLocaleCalendarIdentifierKey; // *** CF_EXPORT CFStringRef const kCFLocaleCalendarKey; CF_EXPORT CFStringRef const kCFLocaleCollationIdentifierKey; // *** CF_EXPORT CFStringRef const kCFLocaleCollatorIdentifierKey; CF_EXPORT CFStringRef const kCFLocaleCountryCodeKey; CF_EXPORT CFStringRef const kCFLocaleCurrencyCodeKey; // *** CF_EXPORT CFStringRef const kCFLocaleCurrencySymbolKey; CF_EXPORT CFStringRef const kCFLocaleDecimalSeparatorKey; CF_EXPORT CFStringRef const kCFLocaleExemplarCharacterSetKey; CF_EXPORT CFStringRef const kCFLocaleGroupingSeparatorKey; CF_EXPORT CFStringRef const kCFLocaleIdentifierKey; CF_EXPORT CFStringRef const kCFLocaleLanguageCodeKey; CF_EXPORT CFStringRef const kCFLocaleMeasurementSystemKey; CF_EXPORT CFStringRef const kCFLocaleScriptCodeKey; CF_EXPORT CFStringRef const kCFLocaleUsesMetricSystemKey; CF_EXPORT CFStringRef const kCFLocaleVariantCodeKey; CF_EXPORT CFStringRef const kCFDateFormatterAMSymbolKey; CF_EXPORT CFStringRef const kCFDateFormatterCalendarKey; CF_EXPORT CFStringRef const kCFDateFormatterCalendarIdentifierKey; CF_EXPORT CFStringRef const kCFDateFormatterDefaultDateKey; CF_EXPORT CFStringRef const kCFDateFormatterDefaultFormatKey; CF_EXPORT CFStringRef const kCFDateFormatterDoesRelativeDateFormattingKey; CF_EXPORT CFStringRef const kCFDateFormatterEraSymbolsKey; CF_EXPORT CFStringRef const kCFDateFormatterGregorianStartDateKey; CF_EXPORT CFStringRef const kCFDateFormatterIsLenientKey; CF_EXPORT CFStringRef const kCFDateFormatterLongEraSymbolsKey; CF_EXPORT CFStringRef const kCFDateFormatterMonthSymbolsKey; CF_EXPORT CFStringRef const kCFDateFormatterPMSymbolKey; CF_EXPORT CFStringRef const kCFDateFormatterQuarterSymbolsKey; CF_EXPORT CFStringRef const kCFDateFormatterShortMonthSymbolsKey; CF_EXPORT CFStringRef const kCFDateFormatterShortQuarterSymbolsKey; CF_EXPORT CFStringRef const kCFDateFormatterShortStandaloneMonthSymbolsKey; CF_EXPORT CFStringRef const kCFDateFormatterShortStandaloneQuarterSymbolsKey; CF_EXPORT CFStringRef const kCFDateFormatterShortStandaloneWeekdaySymbolsKey; CF_EXPORT CFStringRef const kCFDateFormatterShortWeekdaySymbolsKey; CF_EXPORT CFStringRef const kCFDateFormatterStandaloneMonthSymbolsKey; CF_EXPORT CFStringRef const kCFDateFormatterStandaloneQuarterSymbolsKey; CF_EXPORT CFStringRef const kCFDateFormatterStandaloneWeekdaySymbolsKey; CF_EXPORT CFStringRef const kCFDateFormatterTimeZoneKey; CF_EXPORT CFStringRef const kCFDateFormatterTwoDigitStartDateKey; CF_EXPORT CFStringRef const kCFDateFormatterVeryShortMonthSymbolsKey; CF_EXPORT CFStringRef const kCFDateFormatterVeryShortStandaloneMonthSymbolsKey; CF_EXPORT CFStringRef const kCFDateFormatterVeryShortStandaloneWeekdaySymbolsKey; CF_EXPORT CFStringRef const kCFDateFormatterVeryShortWeekdaySymbolsKey; CF_EXPORT CFStringRef const kCFDateFormatterWeekdaySymbolsKey; CF_EXPORT CFStringRef const kCFNumberFormatterAlwaysShowDecimalSeparatorKey; CF_EXPORT CFStringRef const kCFNumberFormatterCurrencyCodeKey; CF_EXPORT CFStringRef const kCFNumberFormatterCurrencyDecimalSeparatorKey; CF_EXPORT CFStringRef const kCFNumberFormatterCurrencyGroupingSeparatorKey; CF_EXPORT CFStringRef const kCFNumberFormatterCurrencySymbolKey; CF_EXPORT CFStringRef const kCFNumberFormatterDecimalSeparatorKey; CF_EXPORT CFStringRef const kCFNumberFormatterDefaultFormatKey; CF_EXPORT CFStringRef const kCFNumberFormatterExponentSymbolKey; CF_EXPORT CFStringRef const kCFNumberFormatterFormatWidthKey; CF_EXPORT CFStringRef const kCFNumberFormatterGroupingSeparatorKey; CF_EXPORT CFStringRef const kCFNumberFormatterGroupingSizeKey; CF_EXPORT CFStringRef const kCFNumberFormatterInfinitySymbolKey; CF_EXPORT CFStringRef const kCFNumberFormatterInternationalCurrencySymbolKey; CF_EXPORT CFStringRef const kCFNumberFormatterIsLenientKey; CF_EXPORT CFStringRef const kCFNumberFormatterMaxFractionDigitsKey; CF_EXPORT CFStringRef const kCFNumberFormatterMaxIntegerDigitsKey; CF_EXPORT CFStringRef const kCFNumberFormatterMaxSignificantDigitsKey; CF_EXPORT CFStringRef const kCFNumberFormatterMinFractionDigitsKey; CF_EXPORT CFStringRef const kCFNumberFormatterMinIntegerDigitsKey; CF_EXPORT CFStringRef const kCFNumberFormatterMinSignificantDigitsKey; CF_EXPORT CFStringRef const kCFNumberFormatterMinusSignKey; CF_EXPORT CFStringRef const kCFNumberFormatterMultiplierKey; CF_EXPORT CFStringRef const kCFNumberFormatterNaNSymbolKey; CF_EXPORT CFStringRef const kCFNumberFormatterNegativePrefixKey; CF_EXPORT CFStringRef const kCFNumberFormatterNegativeSuffixKey; CF_EXPORT CFStringRef const kCFNumberFormatterPaddingCharacterKey; CF_EXPORT CFStringRef const kCFNumberFormatterPaddingPositionKey; CF_EXPORT CFStringRef const kCFNumberFormatterPerMillSymbolKey; CF_EXPORT CFStringRef const kCFNumberFormatterPercentSymbolKey; CF_EXPORT CFStringRef const kCFNumberFormatterPlusSignKey; CF_EXPORT CFStringRef const kCFNumberFormatterPositivePrefixKey; CF_EXPORT CFStringRef const kCFNumberFormatterPositiveSuffixKey; CF_EXPORT CFStringRef const kCFNumberFormatterRoundingIncrementKey; CF_EXPORT CFStringRef const kCFNumberFormatterRoundingModeKey; CF_EXPORT CFStringRef const kCFNumberFormatterSecondaryGroupingSizeKey; CF_EXPORT CFStringRef const kCFNumberFormatterUseGroupingSeparatorKey; CF_EXPORT CFStringRef const kCFNumberFormatterUseSignificantDigitsKey; CF_EXPORT CFStringRef const kCFNumberFormatterZeroSymbolKey; CF_EXPORT CFStringRef const kCFCalendarIdentifierGregorian; CF_EXPORT CFStringRef const kCFCalendarIdentifierBuddhist; CF_EXPORT CFStringRef const kCFCalendarIdentifierJapanese; CF_EXPORT CFStringRef const kCFCalendarIdentifierIslamic; CF_EXPORT CFStringRef const kCFCalendarIdentifierIslamicCivil; CF_EXPORT CFStringRef const kCFCalendarIdentifierHebrew; CF_EXPORT CFStringRef const kCFCalendarIdentifierChinese; CF_EXPORT CFStringRef const kCFCalendarIdentifierRepublicOfChina; CF_EXPORT CFStringRef const kCFCalendarIdentifierPersian; CF_EXPORT CFStringRef const kCFCalendarIdentifierIndian; CF_EXPORT CFStringRef const kCFCalendarIdentifierISO8601; CF_EXPORT CFStringRef const kCFCalendarIdentifierCoptic; CF_EXPORT CFStringRef const kCFCalendarIdentifierEthiopicAmeteMihret; CF_EXPORT CFStringRef const kCFCalendarIdentifierEthiopicAmeteAlem;