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

  /external/icu/icu4c/source/common/unicode/
platform.h 423 #ifndef __has_declspec_attribute
424 # define __has_declspec_attribute(x) 0 macro
789 #elif defined(_MSC_VER) || (__has_declspec_attribute(dllexport) && __has_declspec_attribute(dllimport))
813 #elif defined(_MSC_VER) || (__has_declspec_attribute(dllexport) && __has_declspec_attribute(dllimport))
  /external/icu/libandroidicu/include/unicode/
platform.h 423 #ifndef __has_declspec_attribute
424 # define __has_declspec_attribute(x) 0 macro
789 #elif defined(_MSC_VER) || (__has_declspec_attribute(dllexport) && __has_declspec_attribute(dllimport))
813 #elif defined(_MSC_VER) || (__has_declspec_attribute(dllexport) && __has_declspec_attribute(dllimport))
  /external/curl/include/curl/
curl.h 95 #ifndef __has_declspec_attribute
96 # define __has_declspec_attribute(x) 0 macro
118 (__has_declspec_attribute(dllexport) && \
119 __has_declspec_attribute(dllimport))
    [all...]

Completed in 139 milliseconds