Searched defs:ValueFormatter (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dvalueformatter.h45 class U_I18N_API ValueFormatter : public UObject { class in inherits:UObject
47 ValueFormatter() : fType(kFormatTypeCount) { function in class:ValueFormatter
50 virtual ~ValueFormatter();
63 * using ValueFormatter::formatInt32.
134 ValueFormatter(const ValueFormatter &);
135 ValueFormatter &operator=(const ValueFormatter &);
H A Dvalueformatter.cpp29 ValueFormatter::~ValueFormatter() {}
32 ValueFormatter::toVisibleDigitsWithExponent(
53 ValueFormatter::toVisibleDigitsWithExponent(
84 ValueFormatter::isFastFormattable(int32_t value) const {
106 ValueFormatter::round(DigitList &value, UErrorCode &status) const {
123 ValueFormatter::formatInt32(
149 ValueFormatter::format(
177 ValueFormatter::countChar32(const VisibleDigitsWithExponent &value) const {
198 ValueFormatter
[all...]

Completed in 182 milliseconds