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

/external/icu/icu4c/source/i18n/
H A Dquantityformatter.h32 * Concurrent calls only to const methods on a QuantityFormatter object are
33 * safe, but concurrent const and non-const method calls on a QuantityFormatter
37 class U_I18N_API QuantityFormatter : public UMemory { class in inherits:UMemory
43 QuantityFormatter();
48 QuantityFormatter(const QuantityFormatter& other);
53 QuantityFormatter &operator=(const QuantityFormatter& other);
58 ~QuantityFormatter();
H A Dquantityformatter.cpp40 QuantityFormatter::QuantityFormatter() { function in class:QuantityFormatter
46 QuantityFormatter::QuantityFormatter(const QuantityFormatter &other) { function in class:QuantityFormatter
56 QuantityFormatter &QuantityFormatter::operator=(
57 const QuantityFormatter& other) {
72 QuantityFormatter::~QuantityFormatter() {
[all...]

Completed in 149 milliseconds