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

  /external/chromium_org/third_party/icu/source/common/unicode/
pandroid.h 302 #define U_EXPORT
304 #define U_EXPORT __attribute__((visibility("default")))
307 #define U_EXPORT __global
309 #define U_EXPORT __declspec(dllexport)*/
311 #define U_EXPORT
pfreebsd.h 302 #define U_EXPORT __attribute__((visibility("default")))
305 #define U_EXPORT __global
307 #define U_EXPORT __declspec(dllexport)*/
309 #define U_EXPORT
plinux.h 302 #define U_EXPORT
304 #define U_EXPORT __attribute__((visibility("default")))
307 #define U_EXPORT __global
309 #define U_EXPORT __declspec(dllexport)*/
311 #define U_EXPORT
pmac.h 325 #define U_EXPORT
327 #define U_EXPORT __attribute__((visibility("default")))
330 #define U_EXPORT __global
332 #define U_EXPORT __declspec(dllexport)*/
334 #define U_EXPORT
pnacl.h 304 #define U_EXPORT
306 #define U_EXPORT __attribute__((visibility("default")))
309 #define U_EXPORT __global
311 #define U_EXPORT __declspec(dllexport)*/
313 #define U_EXPORT
popenbsd.h 278 #define U_EXPORT __attribute__((visibility("default")))
280 #define U_EXPORT __declspec(dllexport)*/
282 #define U_EXPORT
ppalmos.h 241 #define U_EXPORT
pqnx.h 302 #define U_EXPORT
304 #define U_EXPORT __attribute__((visibility("default")))
307 #define U_EXPORT __global
309 #define U_EXPORT __declspec(dllexport)*/
311 #define U_EXPORT
pwin32.h 330 #define U_EXPORT
332 #define U_EXPORT __declspec(dllexport)
  /external/icu/icu4c/source/common/unicode/
platform.h 709 #ifdef U_EXPORT
712 # define U_EXPORT
714 # define U_EXPORT __attribute__((visibility("default")))
717 # define U_EXPORT __global
719 # define U_EXPORT __declspec(dllexport)*/
721 # define U_EXPORT __declspec(dllexport)
723 # define U_EXPORT

Completed in 159 milliseconds