Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp1158 /*int32_t prefixLen = */ appendAffix(appendTo, number, handler, number<0, TRUE); in _format()
1182 /*int32_t suffixLen =*/ appendAffix(appendTo, number, handler, number<0, FALSE); in _format()
1403 … int32_t prefixLen = appendAffix(appendTo, adjustedNum.getDouble(), handler, isNegative, TRUE); in _format()
1410 … int32_t suffixLen = appendAffix(appendTo, adjustedNum.getDouble(), handler, isNegative, FALSE); in _format()
1513 int32_t prefixLen = appendAffix(appendTo, doubleValue, handler, !digits.isPositive(), TRUE); in subformat()
1798 int32_t suffixLen = appendAffix(appendTo, doubleValue, handler, !digits.isPositive(), FALSE); in subformat()
3950 int32_t DecimalFormat::appendAffix(UnicodeString& buf, double number, in appendAffix() function in DecimalFormat
/external/icu4c/i18n/unicode/
Ddecimfmt.h2127 int32_t appendAffix(UnicodeString& buf,