Searched refs:uprv_decContextSetRounding (Results 1 – 4 of 4) sorted by relevance
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()
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