HomeSort by relevance Sort by last modified time
    Searched refs:U_ICU_ENTRY_POINT_RENAME (Results 1 - 6 of 6) sorted by null

  /external/icu4c/common/unicode/
urename.h 30 /* 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_int64ToString
    [all...]
uvernum.h 85 #ifndef U_ICU_ENTRY_POINT_RENAME
86 #define U_ICU_ENTRY_POINT_RENAME(x) x ## _46
uversion.h 108 # define U_ICU_NAMESPACE U_ICU_ENTRY_POINT_RENAME(icu)
platform.h 428 # ifndef U_ICU_ENTRY_POINT_RENAME
430 # define U_ICU_ENTRY_POINT_RENAME(x) x ## _ ## 46 ##
platform.h.in 393 # ifndef U_ICU_ENTRY_POINT_RENAME
395 # define U_ICU_ENTRY_POINT_RENAME(x) x ## _ ## @LIB_VERSION_MAJOR@ ## @ICULIBSUFFIXCNAME@
  /external/icu4c/tools/genren/
genren.pl 103 /* 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";

Completed in 161 milliseconds