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

/external/icu/icu4c/source/i18n/
H A Ddigitformatter.h120 class U_I18N_API DigitFormatter : public UMemory { class in inherits:UMemory
127 DigitFormatter();
133 DigitFormatter(const DecimalFormatSymbols &symbols);
217 UBool equals(const DigitFormatter &rhs) const;
H A Ddigitformatter.cpp28 DigitFormatter::DigitFormatter() function in class:DigitFormatter
39 DigitFormatter::DigitFormatter(const DecimalFormatSymbols &symbols) { function in class:DigitFormatter
44 DigitFormatter::setOtherDecimalFormatSymbols(
65 DigitFormatter::setDecimalFormatSymbolsForMonetary(
73 DigitFormatter::setDecimalFormatSymbols(
93 int32_t DigitFormatter::countChar32(
111 DigitFormatter::countChar32(
128 DigitFormatter
[all...]

Completed in 152 milliseconds