Searched defs:U_EXPORT (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dpandroid.h302 #define U_EXPORT macro
304 #define U_EXPORT __attribute__((visibility("default"))) macro
307 #define U_EXPORT __global macro
309 #define U_EXPORT __declspec(dllexport)*/
311 #define U_EXPORT macro
H A Dpfreebsd.h302 #define U_EXPORT __attribute__((visibility("default"))) macro
305 #define U_EXPORT __global macro
307 #define U_EXPORT __declspec(dllexport)*/
309 #define U_EXPORT macro
H A Dplinux.h302 #define U_EXPORT macro
304 #define U_EXPORT __attribute__((visibility("default"))) macro
307 #define U_EXPORT __global macro
309 #define U_EXPORT __declspec(dllexport)*/
311 #define U_EXPORT macro
H A Dpmac.h325 #define U_EXPORT macro
327 #define U_EXPORT __attribute__((visibility("default"))) macro
330 #define U_EXPORT __global macro
332 #define U_EXPORT __declspec(dllexport)*/
334 #define U_EXPORT macro
H A Dpopenbsd.h278 #define U_EXPORT __attribute__((visibility("default"))) macro
280 #define U_EXPORT __declspec(dllexport)*/
282 #define U_EXPORT macro
H A Dppalmos.h241 #define U_EXPORT macro
H A Dpwin32.h330 #define U_EXPORT macro
332 #define U_EXPORT __declspec(dllexport) macro
/external/icu4c/common/unicode/
H A Dplatform.h703 #ifdef U_EXPORT
706 # define U_EXPORT macro
708 # define U_EXPORT __attribute__((visibility("default"))) macro
711 # define U_EXPORT __global macro
713 # define U_EXPORT __declspec(dllexport)*/
715 # define U_EXPORT __declspec(dllexport) macro
717 # define U_EXPORT macro

Completed in 124 milliseconds