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

  /external/icu/icu4c/source/common/
putilimp.h 233 * \def U_ALIGN_CODE
238 #ifdef U_ALIGN_CODE
241 # define U_ALIGN_CODE(boundarySize) __asm align boundarySize
243 # define U_ALIGN_CODE(boundarySize)
  /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 */
348 * \def U_ALIGN_CODE
353 #ifndef U_ALIGN_CODE
354 # define U_ALIGN_CODE(n)
pandroid.h 338 #ifndef U_ALIGN_CODE
339 #define U_ALIGN_CODE(n)
pfreebsd.h 336 #ifndef U_ALIGN_CODE
337 #define U_ALIGN_CODE(n)
plinux.h 338 #ifndef U_ALIGN_CODE
339 #define U_ALIGN_CODE(n)
pmac.h 361 #ifndef U_ALIGN_CODE
362 #define U_ALIGN_CODE(n)
pnacl.h 340 #ifndef U_ALIGN_CODE
341 #define U_ALIGN_CODE(n)
popenbsd.h 307 #define U_ALIGN_CODE(n)
ppalmos.h 258 #define U_ALIGN_CODE(val) __asm align val
260 #define U_ALIGN_CODE(val)
pqnx.h 338 #ifndef U_ALIGN_CODE
339 #define U_ALIGN_CODE(n)
pwin32.h 351 #define U_ALIGN_CODE(val) __asm align val
353 #define U_ALIGN_CODE(val)

Completed in 253 milliseconds