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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecContext.h154 #define DEC_Clamped 0x00000400 macro
172 #define DEC_Clamped 0x00000000 macro
179 /* [DEC_Clamped, DEC_Lost_digits, DEC_Rounded, and DEC_Subnormal */
205 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact \
208 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact)
/external/icu/icu4c/source/i18n/
H A DdecContext.h154 #define DEC_Clamped 0x00000400 macro
172 #define DEC_Clamped 0x00000000 macro
179 /* [DEC_Clamped, DEC_Lost_digits, DEC_Rounded, and DEC_Subnormal */
205 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact \
208 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact)

Completed in 99 milliseconds