/external/chromium_org/third_party/icu/patches/ |
D | pandroid.h.patch | 23 # define U_INLINE inline 25 -# define U_INLINE __inline__ 26 +# define U_INLINE inline
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/ |
D | utimer.h | 217 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/ |
D | ucol_wgt.cpp | 38 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/ |
D | ppalmos.h | 249 #ifndef U_INLINE 251 # define U_INLINE inline macro 253 # define U_INLINE __inline macro
|
D | popenbsd.h | 299 #ifndef U_INLINE 301 # define U_INLINE inline macro 303 # define U_INLINE inline macro
|
D | pwin32.h | 342 #ifndef U_INLINE 344 # define U_INLINE inline macro 346 # define U_INLINE __inline macro
|
D | umachine.h | 364 #ifndef U_INLINE 366 # define U_INLINE inline macro 368 # define U_INLINE macro
|
D | plinux.h | 330 #ifndef U_INLINE 332 # define U_INLINE inline macro 334 # define U_INLINE __inline__ macro
|
D | pfreebsd.h | 328 #ifndef U_INLINE 330 # define U_INLINE inline macro 332 # define U_INLINE __inline__ macro
|
D | pmac.h | 353 #ifndef U_INLINE 355 # define U_INLINE inline macro 357 # define U_INLINE __inline__ macro
|
D | pandroid.h | 330 #ifndef U_INLINE 332 # define U_INLINE inline macro 334 # define U_INLINE inline macro
|
D | platform.h.in | 330 #ifndef U_INLINE 332 # define U_INLINE inline macro 334 # define U_INLINE @U_INLINE@ macro
|
/external/chromium_org/third_party/icu/source/common/ |
D | ushape.c | 394 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 …]
|
D | ucnv_ext.c | 34 static U_INLINE uint32_t 232 static U_INLINE void 451 static U_INLINE int32_t 668 static U_INLINE void
|
D | punycode.c | 89 static U_INLINE char 136 static U_INLINE char
|
D | ucnv2022.c | 404 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 …]
|
D | utrie2_builder.c | 458 static U_INLINE UBool 565 static U_INLINE UBool 570 static U_INLINE void 844 static U_INLINE UBool 854 static U_INLINE UBool
|
D | ucnvbocu.c | 220 static U_INLINE int32_t 860 static U_INLINE int32_t 909 static U_INLINE int32_t
|
D | ucnv_io.c | 330 static U_INLINE UBool 562 static U_INLINE uint32_t 631 static U_INLINE UBool
|
D | ustrcase.c | 33 static U_INLINE int32_t 191 static U_INLINE void
|
D | ustr_wcs.c | 34 static U_INLINE UBool
|
D | ucase.c | 311 static U_INLINE int32_t 418 static U_INLINE int32_t
|
/external/chromium_org/third_party/icu/source/io/ |
D | locbund.c | 48 static U_INLINE UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle st… in copyInvariantFormatter()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | bocu1tst.c | 253 static U_INLINE int32_t 752 static U_INLINE char
|
/external/chromium_org/third_party/icu/source/ |
D | configure.in | 443 # 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
|