Searched refs:uprv_decContextSetRounding (Results 1 – 6 of 6) sorted by relevance
99 uprv_decContextSetRounding(&fContext, DEC_ROUND_HALF_EVEN); in DigitList()223 uprv_decContextSetRounding(&fContext, DEC_ROUND_HALF_EVEN); in clear()297 uprv_decContextSetRounding(&fContext, r); in setRoundingMode()
259 U_INTERNAL decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *, enum rounding);
188 U_CAPI decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *context, in uprv_decContextSetRounding() function
36 uprv_decContextSetRounding(&set, DEC_ROUND_HALF_EVEN); in stringToDecNumber()
1233 #define uprv_decContextSetRounding U_ICU_ENTRY_POINT_RENAME(uprv_decContextSetRounding) macro
508 uprv_decContextSetRounding(&digits.fContext, DEC_ROUND_CEILING); in TestRounding()