Searched refs:uprv_decContextSetRounding (Results 1 – 5 of 5) sorted by relevance
71 uprv_decContextSetRounding(&fContext, DEC_ROUND_HALF_EVEN); in DigitList()197 uprv_decContextSetRounding(&fContext, DEC_ROUND_HALF_EVEN); in clear()271 uprv_decContextSetRounding(&fContext, r); in setRoundingMode()
257 U_INTERNAL decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *, enum rounding);
186 U_CAPI decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *context, in uprv_decContextSetRounding() function
1225 #define uprv_decContextSetRounding U_ICU_ENTRY_POINT_RENAME(uprv_decContextSetRounding) macro
506 uprv_decContextSetRounding(&digits.fContext, DEC_ROUND_CEILING); in TestRounding()