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 92 #if U_GCC_MAJOR_MINOR >= 302
platform.h 360 * \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__)
372 # define U_GCC_MAJOR_MINOR 0
  /external/icu/icu4c/source/common/
putilimp.h 194 #elif U_GCC_MAJOR_MINOR >= 404 || defined(__clang__)
  /external/icu/icu4c/source/i18n/
decNumber.c     [all...]

Completed in 79 milliseconds