Home
last modified time | relevance | path

Searched refs:U_INLINE (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/icu/patches/
Dpandroid.h.patch23 # define U_INLINE inline
25 -# define U_INLINE __inline__
26 +# define U_INLINE inline
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
Dutimer.h217 static U_INLINE void U_EXPORT2
231 static U_INLINE double U_EXPORT2
246 static U_INLINE double U_EXPORT2
262 static U_INLINE double U_EXPORT2
/external/chromium_org/third_party/icu/source/i18n/
Ducol_wgt.cpp38 static U_INLINE int32_t
51 static U_INLINE uint32_t
56 static U_INLINE uint32_t
62 static U_INLINE uint32_t
67 static U_INLINE uint32_t
78 static U_INLINE uint32_t
83 static U_INLINE uint32_t
88 static U_INLINE uint32_t
93 static U_INLINE uint32_t
109 static U_INLINE int32_t
[all …]
/external/chromium_org/third_party/icu/source/common/unicode/
Dppalmos.h249 #ifndef U_INLINE
251 # define U_INLINE inline macro
253 # define U_INLINE __inline macro
Dpopenbsd.h299 #ifndef U_INLINE
301 # define U_INLINE inline macro
303 # define U_INLINE inline macro
Dpwin32.h342 #ifndef U_INLINE
344 # define U_INLINE inline macro
346 # define U_INLINE __inline macro
Dumachine.h364 #ifndef U_INLINE
366 # define U_INLINE inline macro
368 # define U_INLINE macro
Dplinux.h330 #ifndef U_INLINE
332 # define U_INLINE inline macro
334 # define U_INLINE __inline__ macro
Dpfreebsd.h328 #ifndef U_INLINE
330 # define U_INLINE inline macro
332 # define U_INLINE __inline__ macro
Dpmac.h353 #ifndef U_INLINE
355 # define U_INLINE inline macro
357 # define U_INLINE __inline__ macro
Dpandroid.h330 #ifndef U_INLINE
332 # define U_INLINE inline macro
334 # define U_INLINE inline macro
Dplatform.h.in330 #ifndef U_INLINE
332 # define U_INLINE inline macro
334 # define U_INLINE @U_INLINE@ macro
/external/chromium_org/third_party/icu/source/common/
Dushape.c394 static U_INLINE UChar
457 static U_INLINE int32_t
466 static U_INLINE int32_t
475 static U_INLINE int32_t
484 static U_INLINE int32_t
494 static U_INLINE int32_t
509 static U_INLINE int32_t
523 static U_INLINE int32_t
538 static U_INLINE int32_t
548 static U_INLINE int32_t
[all …]
Ducnv_ext.c34 static U_INLINE uint32_t
232 static U_INLINE void
451 static U_INLINE int32_t
668 static U_INLINE void
Dpunycode.c89 static U_INLINE char
136 static U_INLINE char
Ducnv2022.c404 static U_INLINE void
419 static U_INLINE void
430 static U_INLINE void
1008 static U_INLINE const char*
1060 static U_INLINE int32_t
1131 static U_INLINE int32_t
1164 static U_INLINE uint32_t
1181 static U_INLINE uint32_t
1433 static U_INLINE uint32_t
1447 static U_INLINE uint32_t
[all …]
Dutrie2_builder.c458 static U_INLINE UBool
565 static U_INLINE UBool
570 static U_INLINE void
844 static U_INLINE UBool
854 static U_INLINE UBool
Ducnvbocu.c220 static U_INLINE int32_t
860 static U_INLINE int32_t
909 static U_INLINE int32_t
Ducnv_io.c330 static U_INLINE UBool
562 static U_INLINE uint32_t
631 static U_INLINE UBool
Dustrcase.c33 static U_INLINE int32_t
191 static U_INLINE void
Dustr_wcs.c34 static U_INLINE UBool
Ducase.c311 static U_INLINE int32_t
418 static U_INLINE int32_t
/external/chromium_org/third_party/icu/source/io/
Dlocbund.c48 static U_INLINE UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle st… in copyInvariantFormatter()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dbocu1tst.c253 static U_INLINE int32_t
752 static U_INLINE char
/external/chromium_org/third_party/icu/source/
Dconfigure.in443 # set up U_INLINE.
446 AC_CACHE_CHECK([for definition of U_INLINE for C], ac_cv_c_inline,
453 yes) U_INLINE= "inline" ;;
454 no ) U_INLINE= ;;
455 *) U_INLINE=$ac_cv_c_inline ;;
457 AC_SUBST(U_INLINE) subst

12