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

/external/icu/icu4c/source/common/unicode/
H A Dplatform.h825 /* U_CALLCONV is releated to U_EXPORT2 */
844 * \def U_CALLCONV
853 * Please note, you need to use U_CALLCONV after the *.
855 * NO : "static const char U_CALLCONV *func( . . . )"
856 * YES: "static const char* U_CALLCONV func( . . . )"
861 # define U_CALLCONV __cdecl macro
863 # define U_CALLCONV U_EXPORT2 macro

Completed in 185 milliseconds