Home
last modified time | relevance | path

Searched refs:appendAffix (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/unicode/
Ddecimfmt.h2024 int32_t appendAffix(UnicodeString& buf,
/external/icu4c/i18n/
Ddecimfmt.cpp1117 … int32_t prefixLen = appendAffix(appendTo, adjustedNum.getDouble(), handler, isNegative, TRUE); in _format()
1124 … int32_t suffixLen = appendAffix(appendTo, adjustedNum.getDouble(), handler, isNegative, FALSE); in _format()
1226 int32_t prefixLen = appendAffix(appendTo, doubleValue, handler, !digits.isPositive(), TRUE); in subformat()
1508 int32_t suffixLen = appendAffix(appendTo, doubleValue, handler, !digits.isPositive(), FALSE); in subformat()
3426 int32_t DecimalFormat::appendAffix(UnicodeString& buf, double number, in appendAffix() function in DecimalFormat