Searched refs:U_ICU_ENTRY_POINT_RENAME (Results 1 - 13 of 13) sorted by relevance

/external/icu4c/common/unicode/
H A Durename.h34 /* We need the U_ICU_ENTRY_POINT_RENAME definition. There's a default one in unicode/uvernum.h we can use, but we will give
39 #ifndef U_ICU_ENTRY_POINT_RENAME
43 /* If we still don't have U_ICU_ENTRY_POINT_RENAME use the default. */
44 #ifndef U_ICU_ENTRY_POINT_RENAME
49 #ifndef U_ICU_ENTRY_POINT_RENAME
50 #error U_ICU_ENTRY_POINT_RENAME is not defined - cannot continue. Consider defining U_DISABLE_RENAMING if renaming should not be used.
56 #define T_CString_int64ToString U_ICU_ENTRY_POINT_RENAME(T_CString_int64ToString)
57 #define T_CString_integerToString U_ICU_ENTRY_POINT_RENAME(T_CString_integerToString)
58 #define T_CString_stringToInteger U_ICU_ENTRY_POINT_RENAME(T_CString_stringToInteger)
59 #define T_CString_toLowerCase U_ICU_ENTRY_POINT_RENAME(T_CString_toLowerCas
[all...]
H A Duvernum.h102 * \def U_ICU_ENTRY_POINT_RENAME
106 #ifndef U_ICU_ENTRY_POINT_RENAME
110 #define U_ICU_ENTRY_POINT_RENAME(x) U_DEF2_ICU_ENTRY_POINT_RENAME(x,U_ICU_VERSION_SUFFIX,U_LIB_SUFFIX_C_NAME) macro
114 #define U_ICU_ENTRY_POINT_RENAME(x) U_DEF2_ICU_ENTRY_POINT_RENAME(x,U_ICU_VERSION_SUFFIX) macro
H A Duversion.h112 # define U_ICU_NAMESPACE U_ICU_ENTRY_POINT_RENAME(icu)
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h30 /* We need the U_ICU_ENTRY_POINT_RENAME definition. There's a default one in unicode/uvernum.h we can use, but we will give
34 #ifndef U_ICU_ENTRY_POINT_RENAME
38 /* If we still don't have U_ICU_ENTRY_POINT_RENAME use the default. */
39 #ifndef U_ICU_ENTRY_POINT_RENAME
44 #ifndef U_ICU_ENTRY_POINT_RENAME
45 #error U_ICU_ENTRY_POINT_RENAME is not defined - cannot continue. Consider defining U_DISABLE_RENAMING if renaming should not be used.
51 #define DECPOWERS U_ICU_ENTRY_POINT_RENAME(DECPOWERS)
52 #define DECSTICKYTAB U_ICU_ENTRY_POINT_RENAME(DECSTICKYTAB)
53 #define LNnn U_ICU_ENTRY_POINT_RENAME(LNnn)
54 #define T_CString_int64ToString U_ICU_ENTRY_POINT_RENAME(T_CString_int64ToStrin
[all...]
H A Duvernum.h85 #ifndef U_ICU_ENTRY_POINT_RENAME
86 #define U_ICU_ENTRY_POINT_RENAME(x) x ## _46 macro
H A Duversion.h108 # define U_ICU_NAMESPACE U_ICU_ENTRY_POINT_RENAME(icu)
H A Dpandroid.h395 # ifndef U_ICU_ENTRY_POINT_RENAME
397 # define U_ICU_ENTRY_POINT_RENAME(x) x ## _ ## 46 ## macro
H A Dpfreebsd.h393 # ifndef U_ICU_ENTRY_POINT_RENAME
395 # define U_ICU_ENTRY_POINT_RENAME(x) x ## _ ## 46 ## macro
H A Dplinux.h395 # ifndef U_ICU_ENTRY_POINT_RENAME
397 # define U_ICU_ENTRY_POINT_RENAME(x) x ## _ ## 46 ## macro
H A Dpmac.h418 # ifndef U_ICU_ENTRY_POINT_RENAME
420 # define U_ICU_ENTRY_POINT_RENAME(x) x ## _ ## 46 ## macro
H A Dplatform.h.in395 # ifndef U_ICU_ENTRY_POINT_RENAME
397 # define U_ICU_ENTRY_POINT_RENAME(x) x ## _ ## @LIB_VERSION_MAJOR@ ## @ICULIBSUFFIXCNAME@
/external/chromium_org/third_party/icu/source/tools/genren/
H A Dgenren.pl103 /* We need the U_ICU_ENTRY_POINT_RENAME definition. There's a default one in unicode/uvernum.h we can use, but we will give
107 #ifndef U_ICU_ENTRY_POINT_RENAME
111 /* If we still don't have U_ICU_ENTRY_POINT_RENAME use the default. */
112 #ifndef U_ICU_ENTRY_POINT_RENAME
117 #ifndef U_ICU_ENTRY_POINT_RENAME
118 #error U_ICU_ENTRY_POINT_RENAME is not defined - cannot continue. Consider defining U_DISABLE_RENAMING if renaming should not be used.
218 print HEADER "#define $_ U_ICU_ENTRY_POINT_RENAME($_)\n";
227 print HEADER "#define $_ U_ICU_ENTRY_POINT_RENAME($_)\n";
/external/icu4c/tools/genren/
H A Dgenren.pl107 /* We need the U_ICU_ENTRY_POINT_RENAME definition. There's a default one in unicode/uvernum.h we can use, but we will give
112 #ifndef U_ICU_ENTRY_POINT_RENAME
116 /* If we still don't have U_ICU_ENTRY_POINT_RENAME use the default. */
117 #ifndef U_ICU_ENTRY_POINT_RENAME
122 #ifndef U_ICU_ENTRY_POINT_RENAME
123 #error U_ICU_ENTRY_POINT_RENAME is not defined - cannot continue. Consider defining U_DISABLE_RENAMING if renaming should not be used.
233 print HEADER "#define $_ U_ICU_ENTRY_POINT_RENAME($_)\n";

Completed in 207 milliseconds