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

  /external/icu/icu4c/source/common/unicode/
platform.h 785 #ifdef U_EXPORT
788 # define U_EXPORT
790 # define U_EXPORT __declspec(dllexport)
792 # define U_EXPORT __attribute__((visibility("default")))
795 # define U_EXPORT __global
797 # define U_EXPORT __declspec(dllexport)*/
799 # define U_EXPORT
  /external/icu/libandroidicu/include/unicode/
platform.h 785 #ifdef U_EXPORT
788 # define U_EXPORT
790 # define U_EXPORT __declspec(dllexport)
792 # define U_EXPORT __attribute__((visibility("default")))
795 # define U_EXPORT __global
797 # define U_EXPORT __declspec(dllexport)*/
799 # define U_EXPORT

Completed in 632 milliseconds