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

  /external/chromium_org/third_party/icu/source/i18n/
decContext.h 155 #define DEC_Rounded 0x00000800
173 #define DEC_Rounded 0x00000000
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/
decContext.h 155 #define DEC_Rounded 0x00000800
173 #define DEC_Rounded 0x00000000
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 407 milliseconds