Searched refs:ValueFormatter (Results 1 – 7 of 7) sorted by relevance
29 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()
45 class U_I18N_API ValueFormatter : public UObject {47 ValueFormatter() : fType(kFormatTypeCount) { in ValueFormatter() function50 virtual ~ValueFormatter();134 ValueFormatter(const ValueFormatter &);135 ValueFormatter &operator=(const ValueFormatter &);
27 class ValueFormatter; variable133 const ValueFormatter &formatter,144 const ValueFormatter &formatter,165 const ValueFormatter &formatter,
37 const ValueFormatter &formatter, in formatInt32()90 const ValueFormatter &formatter, in format()150 const ValueFormatter &formatter, in format()
32 class ValueFormatter; variable481 ValueFormatter &prepareValueFormatter(ValueFormatter &vf) const;
210 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()
136 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 …]