HomeSort by relevance Sort by last modified time
    Searched defs:MAXI (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
decNumberLocal.h 147 /* MAXI and MINI -- general max & min (not in ANSI) for integers */
148 #define MAXI(x,y) ((x)<(y)?(y):(x))
    [all...]
  /external/icu4c/i18n/
decNumberLocal.h 135 /* MAXI and MINI -- general max & min (not in ANSI) for integers */
136 #define MAXI(x,y) ((x)<(y)?(y):(x))
    [all...]

Completed in 128 milliseconds