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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumberLocal.h135 /* MAXI and MINI -- general max & min (not in ANSI) for integers */
136 #define MAXI(x,y) ((x)<(y)?(y):(x)) macro
/external/icu/icu4c/source/i18n/
H A DdecNumberLocal.h135 /* MAXI and MINI -- general max & min (not in ANSI) for integers */
136 #define MAXI(x,y) ((x)<(y)?(y):(x)) macro

Completed in 819 milliseconds