]>
Commit | Line | Data |
---|---|---|
1 | --- icuSources/common/unicode/uconfig.h 2012-11-06 20:15:02.000000000 -0800 | |
2 | +++ build/common/unicode/uconfig.h 2012-11-09 02:15:45.000000000 -0800 | |
3 | @@ -87,7 +87,7 @@ | |
4 | * @internal | |
5 | */ | |
6 | #ifndef U_DISABLE_RENAMING | |
7 | -#define U_DISABLE_RENAMING 0 | |
8 | +#define U_DISABLE_RENAMING 1 | |
9 | #endif | |
10 | ||
11 | /** | |
12 | @@ -385,7 +385,7 @@ | |
13 | * @stable ICU 3.2 | |
14 | */ | |
15 | #ifndef UCONFIG_NO_SERVICE | |
16 | -# define UCONFIG_NO_SERVICE 0 | |
17 | +# define UCONFIG_NO_SERVICE 1 | |
18 | #endif | |
19 | ||
20 | /** | |
21 | --- icuSources/common/unicode/udata.h 2012-10-01 21:42:46.000000000 -0700 | |
22 | +++ build/common/unicode/udata.h 2012-11-09 02:22:30.000000000 -0800 | |
23 | @@ -385,10 +385,10 @@ | |
24 | typedef enum UDataFileAccess { | |
25 | /** ICU looks for data in single files first, then in packages. (default) @stable ICU 3.4 */ | |
26 | UDATA_FILES_FIRST, | |
27 | - /** An alias for the default access mode. @stable ICU 3.4 */ | |
28 | - UDATA_DEFAULT_ACCESS = UDATA_FILES_FIRST, | |
29 | /** ICU only loads data from packages, not from single files. @stable ICU 3.4 */ | |
30 | UDATA_ONLY_PACKAGES, | |
31 | + /** An alias for the default access mode. @stable ICU 3.4 */ | |
32 | + UDATA_DEFAULT_ACCESS = UDATA_ONLY_PACKAGES, | |
33 | /** ICU loads data from packages first, and only from single files | |
34 | if the data cannot be found in a package. @stable ICU 3.4 */ | |
35 | UDATA_PACKAGES_FIRST, | |
36 | --- icuSources/common/unicode/utypes.h 2012-02-28 00:12:59.000000000 -0800 | |
37 | +++ build/common/unicode/utypes.h 2012-11-09 02:21:16.000000000 -0800 | |
38 | @@ -61,7 +61,7 @@ | |
39 | */ | |
40 | #ifdef __cplusplus | |
41 | # ifndef U_SHOW_CPLUSPLUS_API | |
42 | -# define U_SHOW_CPLUSPLUS_API 1 | |
43 | +# define U_SHOW_CPLUSPLUS_API 0 | |
44 | # endif | |
45 | #else | |
46 | # undef U_SHOW_CPLUSPLUS_API | |
47 | @@ -139,7 +139,7 @@ | |
48 | #define U_ICUDATA_NAME "icudt" U_ICU_VERSION_SHORT U_ICUDATA_TYPE_LETTER | |
49 | #ifndef U_HIDE_INTERNAL_API | |
50 | #define U_USRDATA_NAME "usrdt" U_ICU_VERSION_SHORT U_ICUDATA_TYPE_LETTER /**< @internal */ | |
51 | -#define U_USE_USRDATA 1 /**< @internal */ | |
52 | +#define U_USE_USRDATA 0 /**< @internal */ | |
53 | #endif /* U_HIDE_INTERNAL_API */ | |
54 | ||
55 | /** |