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

/external/icu/icu4c/source/common/unicode/
H A Dplatform.h816 /* U_CALLCONV is releated to U_EXPORT2 */
835 * \def U_CALLCONV
844 * Please note, you need to use U_CALLCONV after the *.
846 * NO : "static const char U_CALLCONV *func( . . . )"
847 * YES: "static const char* U_CALLCONV func( . . . )"
852 # define U_CALLCONV __cdecl macro
854 # define U_CALLCONV U_EXPORT2 macro
859 * Similar to U_CALLCONV, but only used on function pointers.
863 # define U_CALLCONV_FPTR U_CALLCONV

Completed in 151 milliseconds