Home | History | Annotate | Download | only in i18n

Lines Matching refs:appendAffix

30 *                             Added method appendAffix()
1109 int32_t prefixLen = appendAffix(appendTo, adjustedNum.getDouble(), handler, isNegative, TRUE);
1116 int32_t suffixLen = appendAffix(appendTo, adjustedNum.getDouble(), handler, isNegative, FALSE);
1214 int32_t prefixLen = appendAffix(appendTo, doubleValue, handler, !digits.isPositive(), TRUE);
1496 int32_t suffixLen = appendAffix(appendTo, doubleValue, handler, !digits.isPositive(), FALSE);
3191 int32_t DecimalFormat::appendAffix(UnicodeString& buf, double number,