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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dplatform.h705 #ifdef U_EXPORT
708 # define U_EXPORT macro
710 # define U_EXPORT __attribute__((visibility("default"))) macro
713 # define U_EXPORT __global macro
715 # define U_EXPORT __declspec(dllexport)*/
717 # define U_EXPORT __declspec(dllexport) macro
719 # define U_EXPORT macro
/external/icu/icu4c/source/common/unicode/
H A Dplatform.h709 #ifdef U_EXPORT
712 # define U_EXPORT macro
714 # define U_EXPORT __attribute__((visibility("default"))) macro
717 # define U_EXPORT __global macro
719 # define U_EXPORT __declspec(dllexport)*/
721 # define U_EXPORT __declspec(dllexport) macro
723 # define U_EXPORT macro

Completed in 48 milliseconds