Searched refs:uprv_decContextSetRounding (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
D | digitlst.cpp | 74 uprv_decContextSetRounding(&fContext, DEC_ROUND_HALF_EVEN); in DigitList() 200 uprv_decContextSetRounding(&fContext, DEC_ROUND_HALF_EVEN); in clear() 274 uprv_decContextSetRounding(&fContext, r); in setRoundingMode()
|
D | decContext.h | 257 U_INTERNAL decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *, enum rounding);
|
D | decContext.c | 186 U_CAPI decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *context, in uprv_decContextSetRounding() function
|
/external/icu/icu4c/source/i18n/ |
D | digitlst.cpp | 70 uprv_decContextSetRounding(&fContext, DEC_ROUND_HALF_EVEN); in DigitList() 196 uprv_decContextSetRounding(&fContext, DEC_ROUND_HALF_EVEN); in clear() 270 uprv_decContextSetRounding(&fContext, r); in setRoundingMode()
|
D | decContext.h | 257 U_INTERNAL decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *, enum rounding);
|
D | decContext.c | 186 U_CAPI decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *context, in uprv_decContextSetRounding() function
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1188 #define uprv_decContextSetRounding U_ICU_ENTRY_POINT_RENAME(uprv_decContextSetRounding) macro
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | urename.h | 1254 #define uprv_decContextSetRounding U_ICU_ENTRY_POINT_RENAME(uprv_decContextSetRounding) macro
|