Home
last modified time | relevance | path

Searched refs:ValueFormatter (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/
Dvalueformatter.cpp29 ValueFormatter::~ValueFormatter() {} in ~ValueFormatter()
32 ValueFormatter::toVisibleDigitsWithExponent( in toVisibleDigitsWithExponent()
53 ValueFormatter::toVisibleDigitsWithExponent( in toVisibleDigitsWithExponent()
84 ValueFormatter::isFastFormattable(int32_t value) const { in isFastFormattable()
106 ValueFormatter::round(DigitList &value, UErrorCode &status) const { in round()
123 ValueFormatter::formatInt32( in formatInt32()
149 ValueFormatter::format( in format()
177 ValueFormatter::countChar32(const VisibleDigitsWithExponent &value) const { in countChar32()
198 ValueFormatter::prepareFixedDecimalFormatting( in prepareFixedDecimalFormatting()
211 ValueFormatter::prepareScientificFormatting( in prepareScientificFormatting()
Dvalueformatter.h45 class U_I18N_API ValueFormatter : public UObject {
47 ValueFormatter() : fType(kFormatTypeCount) { in ValueFormatter() function
50 virtual ~ValueFormatter();
134 ValueFormatter(const ValueFormatter &);
135 ValueFormatter &operator=(const ValueFormatter &);
Ddigitaffixesandpadding.h27 class ValueFormatter; variable
133 const ValueFormatter &formatter,
144 const ValueFormatter &formatter,
165 const ValueFormatter &formatter,
Ddigitaffixesandpadding.cpp37 const ValueFormatter &formatter, in formatInt32()
90 const ValueFormatter &formatter, in format()
150 const ValueFormatter &formatter, in format()
Ddecimfmtimpl.h32 class ValueFormatter; variable
481 ValueFormatter &prepareValueFormatter(ValueFormatter &vf) const;
Ddecimfmtimpl.cpp210 ValueFormatter &
211 DecimalFormatImpl::prepareValueFormatter(ValueFormatter &vf) const { in prepareValueFormatter()
329 ValueFormatter vf; in formatInt32()
494 ValueFormatter vf; in formatAdjustedDigitList()
510 ValueFormatter vf; in formatVisibleDigitsWithExponent()
622 ValueFormatter vf; in round()
/external/icu/icu4c/source/test/intltest/
Dnumberformat2test.cpp136 const ValueFormatter &vf,
143 const ValueFormatter &vf,
1139 ValueFormatter vf; in TestValueFormatterIsFastFormattable()
1151 ValueFormatter vf; in TestValueFormatterIsFastFormattable()
1176 ValueFormatter vf; in TestValueFormatterIsFastFormattable()
1197 ValueFormatter vf; in TestValueFormatterIsFastFormattable()
1214 ValueFormatter vf; in TestValueFormatterIsFastFormattable()
1226 ValueFormatter vf; in TestValueFormatterIsFastFormattable()
1236 ValueFormatter vf; in TestValueFormatterIsFastFormattable()
1246 ValueFormatter vf; in TestValueFormatterIsFastFormattable()
[all …]