HomeSort by relevance Sort by last modified time
    Searched refs:U_GCC_MAJOR_MINOR (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/common/unicode/
umachine.h 117 #if U_GCC_MAJOR_MINOR >= 302
platform.h 362 * \def U_GCC_MAJOR_MINOR
365 * If the compiler is not gcc, then U_GCC_MAJOR_MINOR == 0.
368 * use "#if U_GCC_MAJOR_MINOR >= 406".
372 # define U_GCC_MAJOR_MINOR (__GNUC__ * 100 + __GNUC_MINOR__)
374 # define U_GCC_MAJOR_MINOR 0
  /external/icu/icu4c/source/common/
putilimp.h 196 #elif U_GCC_MAJOR_MINOR >= 404 || defined(__clang__)
  /external/icu/icu4c/source/i18n/
decNumber.c     [all...]

Completed in 141 milliseconds