CFICULogging.h
1 /* 2 * Copyright (c) 2015 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 /* 25 CFICULogging.h 26 Copyright (c) 2008-2014, Apple Inc. All rights reserved. 27 */ 28 29 /* 30 This file is for the use of the CoreFoundation project only. 31 */ 32 33 #if !defined(__COREFOUNDATION_CFICULOGGING__) 34 #define __COREFOUNDATION_CFICULOGGING__ 1 35 36 #include <unicode/ucal.h> 37 #include <unicode/udatpg.h> 38 #include <unicode/udat.h> 39 #include <unicode/unum.h> 40 #include <unicode/ucurr.h> 41 #include <unicode/ustring.h> 42 43 // ucal 44 45 46 // ucal 47 #define __cficu_ucal_open ucal_open 48 #define __cficu_ucal_close ucal_close 49 #define __cficu_ucal_clone ucal_clone 50 #define __cficu_ucal_setAttribute ucal_setAttribute 51 #define __cficu_ucal_getAttribute ucal_getAttribute 52 #define __cficu_ucal_setGregorianChange ucal_setGregorianChange 53 #define __cficu_ucal_getGregorianChange ucal_getGregorianChange 54 #define __cficu_ucal_getMillis ucal_getMillis 55 #define __cficu_ucal_setMillis ucal_setMillis 56 #define __cficu_ucal_set ucal_set 57 #define __cficu_ucal_get ucal_get 58 #define __cficu_ucal_getDayOfWeekType ucal_getDayOfWeekType 59 #define __cficu_ucal_getWeekendTransition ucal_getWeekendTransition 60 #define __cficu_ucal_isWeekend ucal_isWeekend 61 #define __cficu_ucal_clear ucal_clear 62 #define __cficu_ucal_getLimit ucal_getLimit 63 #define __cficu_ucal_add ucal_add 64 #define __cficu_ucal_roll ucal_roll 65 #define __cficu_ucal_getFieldDifference ucal_getFieldDifference 66 #define __cficu_ucal_getNow ucal_getNow 67 #define __cficu_ucal_setTimeZone ucal_setTimeZone 68 // udatpg 69 #define __cficu_udatpg_open udatpg_open 70 #define __cficu_udatpg_close udatpg_close 71 #define __cficu_udatpg_getSkeleton udatpg_getSkeleton 72 #define __cficu_udatpg_getBestPattern udatpg_getBestPattern 73 // udat 74 #define __cficu_udat_applyPattern udat_applyPattern 75 #define __cficu_udat_applyPatternRelative udat_applyPatternRelative 76 #define __cficu_udat_clone udat_clone 77 #define __cficu_udat_close udat_close 78 #define __cficu_udat_countSymbols udat_countSymbols 79 #define __cficu_udat_format udat_format 80 #define __cficu_udat_get2DigitYearStart udat_get2DigitYearStart 81 #define __cficu_udat_getCalendar udat_getCalendar 82 #define __cficu_udat_getSymbols udat_getSymbols 83 #define __cficu_udat_isLenient udat_isLenient 84 #define __cficu_udat_open udat_open 85 #define __cficu_udat_parseCalendar udat_parseCalendar 86 #define __cficu_udat_set2DigitYearStart udat_set2DigitYearStart 87 #define __cficu_udat_setCalendar udat_setCalendar 88 #define __cficu_udat_setLenient udat_setLenient 89 #define __cficu_udat_setSymbols udat_setSymbols 90 #define __cficu_udat_toPattern udat_toPattern 91 #define __cficu_udat_toPatternRelativeDate udat_toPatternRelativeDate 92 #define __cficu_udat_toPatternRelativeTime udat_toPatternRelativeTime 93 #define __cficu_unum_applyPattern unum_applyPattern 94 #define __cficu_unum_close unum_close 95 #define __cficu_unum_formatDecimal unum_formatDecimal 96 #define __cficu_unum_formatDouble unum_formatDouble 97 #define __cficu_unum_getAttribute unum_getAttribute 98 #define __cficu_unum_getDoubleAttribute unum_getDoubleAttribute 99 #define __cficu_unum_getSymbol unum_getSymbol 100 #define __cficu_unum_getTextAttribute unum_getTextAttribute 101 #define __cficu_unum_open unum_open 102 #define __cficu_unum_parse unum_parse 103 #define __cficu_unum_parseDecimal unum_parseDecimal 104 #define __cficu_unum_setAttribute unum_setAttribute 105 #define __cficu_unum_setDoubleAttribute unum_setDoubleAttribute 106 #define __cficu_unum_setSymbol unum_setSymbol 107 #define __cficu_unum_setTextAttribute unum_setTextAttribute 108 #define __cficu_unum_toPattern unum_toPattern 109 #define __cficu_udat_setContext udat_setContext 110 #define __cficu_udat_getContext udat_getContext 111 // ucurr 112 #define __cficu_ucurr_getDefaultFractionDigits ucurr_getDefaultFractionDigits 113 #define __cficu_ucurr_getRoundingIncrement ucurr_getRoundingIncrement 114 // unum 115 #define __cficu_unum_setContext unum_setContext 116 #define __cficu_unum_getContext unum_getContext 117 118 #endif