HomeSort by relevance Sort by last modified time
    Searched defs:U_INLINE (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/icu/source/common/unicode/
umachine.h 339 /* U_INLINE and U_ALIGN_CODE Set default values if these are not already */
360 * \def U_INLINE
364 #ifndef U_INLINE
366 # define U_INLINE inline
368 # define U_INLINE
pandroid.h 330 #ifndef U_INLINE
332 # define U_INLINE inline
334 # define U_INLINE inline
pfreebsd.h 328 #ifndef U_INLINE
330 # define U_INLINE inline
332 # define U_INLINE __inline__
plinux.h 330 #ifndef U_INLINE
332 # define U_INLINE inline
334 # define U_INLINE __inline__
pmac.h 353 #ifndef U_INLINE
355 # define U_INLINE inline
357 # define U_INLINE __inline__
popenbsd.h 299 #ifndef U_INLINE
301 # define U_INLINE inline
303 # define U_INLINE inline
ppalmos.h 249 #ifndef U_INLINE
251 # define U_INLINE inline
253 # define U_INLINE __inline
pwin32.h 342 #ifndef U_INLINE
344 # define U_INLINE inline
346 # define U_INLINE __inline

Completed in 6023 milliseconds