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

/external/icu/icu4c/source/common/unicode/
H A Dplatform.h360 * \def U_GCC_MAJOR_MINOR
363 * If the compiler is not gcc, then U_GCC_MAJOR_MINOR == 0.
366 * use "#if U_GCC_MAJOR_MINOR >= 406".
370 # define U_GCC_MAJOR_MINOR (__GNUC__ * 100 + __GNUC_MINOR__) macro
372 # define U_GCC_MAJOR_MINOR 0 macro

Completed in 205 milliseconds