]>
Commit | Line | Data |
---|---|---|
73c04bcf A |
1 | /* |
2 | ******************************************************************************* | |
3 | * Copyright (C) 2004-2006, International Business Machines | |
4 | * Corporation and others. All Rights Reserved. | |
5 | ******************************************************************************* | |
6 | * | |
7 | * file name: | |
8 | * encoding: US-ASCII | |
9 | * tab size: 8 (not used) | |
10 | * indentation:4 | |
11 | * | |
12 | * Created by: genheaders.pl, a perl script written by Ram Viswanadha | |
13 | * | |
14 | * Contains data for commenting out APIs. | |
15 | * Gets included by umachine.h | |
16 | * | |
17 | * THIS FILE IS MACHINE-GENERATED, DON'T PLAY WITH IT IF YOU DON'T KNOW WHAT | |
18 | * YOU ARE DOING, OTHERWISE VERY BAD THINGS WILL HAPPEN! | |
19 | */ | |
20 | ||
21 | #ifndef UINTRNAL_H | |
22 | #define UINTRNAL_H | |
23 | ||
24 | #ifdef U_HIDE_INTERNAL_API | |
25 | ||
26 | # if U_DISABLE_RENAMING | |
27 | # define RegexPatternDump RegexPatternDump_INTERNAL_API_DO_NOT_USE | |
28 | # define ucol_collatorToIdentifier ucol_collatorToIdentifier_INTERNAL_API_DO_NOT_USE | |
29 | # define ucol_equals ucol_equals_INTERNAL_API_DO_NOT_USE | |
30 | # define ucol_forgetUCA ucol_forgetUCA_INTERNAL_API_DO_NOT_USE | |
31 | # define ucol_getAttributeOrDefault ucol_getAttributeOrDefault_INTERNAL_API_DO_NOT_USE | |
32 | # define ucol_getUnsafeSet ucol_getUnsafeSet_INTERNAL_API_DO_NOT_USE | |
33 | # define ucol_identifierToShortString ucol_identifierToShortString_INTERNAL_API_DO_NOT_USE | |
34 | # define ucol_openFromIdentifier ucol_openFromIdentifier_INTERNAL_API_DO_NOT_USE | |
35 | # define ucol_prepareShortStringOpen ucol_prepareShortStringOpen_INTERNAL_API_DO_NOT_USE | |
36 | # define ucol_shortStringToIdentifier ucol_shortStringToIdentifier_INTERNAL_API_DO_NOT_USE | |
37 | # define uprv_getDefaultCodepage uprv_getDefaultCodepage_INTERNAL_API_DO_NOT_USE | |
38 | # define uprv_getDefaultLocaleID uprv_getDefaultLocaleID_INTERNAL_API_DO_NOT_USE | |
39 | # define ures_openFillIn ures_openFillIn_INTERNAL_API_DO_NOT_USE | |
40 | # define utf8_appendCharSafeBody utf8_appendCharSafeBody_INTERNAL_API_DO_NOT_USE | |
41 | # define utf8_back1SafeBody utf8_back1SafeBody_INTERNAL_API_DO_NOT_USE | |
42 | # define utf8_countTrailBytes utf8_countTrailBytes_INTERNAL_API_DO_NOT_USE | |
43 | # define utf8_nextCharSafeBody utf8_nextCharSafeBody_INTERNAL_API_DO_NOT_USE | |
44 | # define utf8_prevCharSafeBody utf8_prevCharSafeBody_INTERNAL_API_DO_NOT_USE | |
45 | # else | |
46 | # define RegexPatternDump_3_6 RegexPatternDump_INTERNAL_API_DO_NOT_USE | |
47 | # define ucol_collatorToIdentifier_3_6 ucol_collatorToIdentifier_INTERNAL_API_DO_NOT_USE | |
48 | # define ucol_equals_3_6 ucol_equals_INTERNAL_API_DO_NOT_USE | |
49 | # define ucol_forgetUCA_3_6 ucol_forgetUCA_INTERNAL_API_DO_NOT_USE | |
50 | # define ucol_getAttributeOrDefault_3_6 ucol_getAttributeOrDefault_INTERNAL_API_DO_NOT_USE | |
51 | # define ucol_getUnsafeSet_3_6 ucol_getUnsafeSet_INTERNAL_API_DO_NOT_USE | |
52 | # define ucol_identifierToShortString_3_6 ucol_identifierToShortString_INTERNAL_API_DO_NOT_USE | |
53 | # define ucol_openFromIdentifier_3_6 ucol_openFromIdentifier_INTERNAL_API_DO_NOT_USE | |
54 | # define ucol_prepareShortStringOpen_3_6 ucol_prepareShortStringOpen_INTERNAL_API_DO_NOT_USE | |
55 | # define ucol_shortStringToIdentifier_3_6 ucol_shortStringToIdentifier_INTERNAL_API_DO_NOT_USE | |
56 | # define uprv_getDefaultCodepage_3_6 uprv_getDefaultCodepage_INTERNAL_API_DO_NOT_USE | |
57 | # define uprv_getDefaultLocaleID_3_6 uprv_getDefaultLocaleID_INTERNAL_API_DO_NOT_USE | |
58 | # define ures_openFillIn_3_6 ures_openFillIn_INTERNAL_API_DO_NOT_USE | |
59 | # define utf8_appendCharSafeBody_3_6 utf8_appendCharSafeBody_INTERNAL_API_DO_NOT_USE | |
60 | # define utf8_back1SafeBody_3_6 utf8_back1SafeBody_INTERNAL_API_DO_NOT_USE | |
61 | # define utf8_countTrailBytes_3_6 utf8_countTrailBytes_INTERNAL_API_DO_NOT_USE | |
62 | # define utf8_nextCharSafeBody_3_6 utf8_nextCharSafeBody_INTERNAL_API_DO_NOT_USE | |
63 | # define utf8_prevCharSafeBody_3_6 utf8_prevCharSafeBody_INTERNAL_API_DO_NOT_USE | |
64 | # endif /* U_DISABLE_RENAMING */ | |
65 | ||
66 | #endif /* U_HIDE_INTERNAL_API */ | |
67 | #endif /* UINTRNAL_H */ | |
68 |