• Home
  • Raw
  • Download

Lines Matching refs:define

24 #define _PLATFORM_H
41 #define UCLN_NO_AUTO_CLEANUP @UCLN_NO_AUTO_CLEANUP@
45 #define CYGWINMSVC
53 #define @platform@
62 #define U_HAVE_DIRENT_H @U_HAVE_DIRENT_H@
67 #define U_HAVE_INTTYPES_H @U_HAVE_INTTYPES_H@
85 #define U_IOSTREAM_SOURCE @U_IOSTREAM_SOURCE@
91 * For platforms that do not use platform.h and do not define this constant
97 #define U_HAVE_STD_STRING @U_HAVE_STD_STRING@
102 #define U_HAVE_INT8_T @HAVE_INT8_T@
106 #define U_HAVE_UINT8_T @HAVE_UINT8_T@
110 #define U_HAVE_INT16_T @HAVE_INT16_T@
114 #define U_HAVE_UINT16_T @HAVE_UINT16_T@
118 #define U_HAVE_INT32_T @HAVE_INT32_T@
122 #define U_HAVE_UINT32_T @HAVE_UINT32_T@
126 #define U_HAVE_INT64_T @HAVE_INT64_T@
130 #define U_HAVE_UINT64_T @HAVE_UINT64_T@
141 #define U_HAVE_NAMESPACE @U_HAVE_NAMESPACE@
148 #define U_IS_BIG_ENDIAN (BYTE_ORDER == BIG_ENDIAN)
150 #define U_IS_BIG_ENDIAN @U_IS_BIG_ENDIAN@
155 #define ICU_USE_THREADS @ICU_USE_THREADS@
159 #define U_DEBUG @ENABLE_DEBUG@
163 #define U_RELEASE @ENABLE_RELEASE@
169 #define U_DISABLE_RENAMING @U_DISABLE_RENAMING@
174 #define U_OVERRIDE_CXX_ALLOCATION @U_OVERRIDE_CXX_ALLOCATION@
178 #define U_HAVE_PLACEMENT_NEW @U_HAVE_PLACEMENT_NEW@
183 #define U_ENABLE_TRACING @U_ENABLE_TRACING@
191 #define U_ENABLE_DYLOAD @U_ENABLE_DYLOAD@
199 #define U_CHECK_DYLOAD @U_CHECK_DYLOAD@
205 #define U_DEFAULT_SHOW_DRAFT @U_DEFAULT_SHOW_DRAFT@
215 # define U_CHARSET_FAMILY 1
225 #define U_HAVE_WCHAR_H @U_HAVE_WCHAR_H@
229 #define U_SIZEOF_WCHAR_T @U_SIZEOF_WCHAR_T@
233 #define U_HAVE_WCSCPY @U_HAVE_WCSCPY@
249 #define U_GNUC_UTF16_STRING @U_CHECK_GNUC_UTF16_STRING@
256 #define U_DECLARE_UTF16(string) u ## string
260 #define U_DECLARE_UTF16(string) U ## string
263 #define U_DECLARE_UTF16(string) L ## string
274 #define U_HAVE_NL_LANGINFO_CODESET @U_HAVE_NL_LANGINFO_CODESET@
278 #define U_NL_LANGINFO_CODESET @U_NL_LANGINFO_CODESET@
282 #define U_TZSET @U_TZSET@
285 #define U_TIMEZONE @U_TIMEZONE@
288 #define U_TZNAME @U_TZNAME@
291 #define U_HAVE_MMAP @HAVE_MMAP@
292 #define U_HAVE_POPEN @U_HAVE_POPEN@
301 #define U_EXPORT
303 #define U_EXPORT __attribute__((visibility("default")))
306 #define U_EXPORT __global
308 #define U_EXPORT __declspec(dllexport)*/
310 #define U_EXPORT
314 #define U_EXPORT2
318 #define U_IMPORT __declspec(dllimport)
320 #define U_IMPORT
331 # define U_INLINE inline
333 # define U_INLINE @U_INLINE@
338 #define U_ALIGN_CODE(n)
352 #define U_HAVE_GCC_ATOMICS @U_HAVE_GCC_ATOMICS@
366 #define U_MAKE "@U_MAKE@"
381 # define U_LIB_SUFFIX_C_NAME @ICULIBSUFFIXCNAME@
386 # define U_LIB_SUFFIX_C_NAME_STRING "@ICULIBSUFFIXCNAME@"
391 # define U_HAVE_LIB_SUFFIX @U_HAVE_LIB_SUFFIX@
396 # define U_ICU_ENTRY_POINT_RENAME(x) x ## _ ## @LIB_VERSION_MAJOR@ ## @ICULIBSUFFIXCNAME@
397 # define U_DEF_ICUDATA_ENTRY_POINT(major, minor) icudt##@ICULIBSUFFIXCNAME@##major##minor##_dat