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

/external/icu/icu4c/source/i18n/
H A Dquantityformatter.h38 * Concurrent calls only to const methods on a QuantityFormatter object are
39 * safe, but concurrent const and non-const method calls on a QuantityFormatter
43 class U_I18N_API QuantityFormatter : public UMemory { class in inherits:UMemory
48 QuantityFormatter();
53 QuantityFormatter(const QuantityFormatter& other);
58 QuantityFormatter &operator=(const QuantityFormatter& other);
63 ~QuantityFormatter();
H A Dquantityformatter.cpp31 QuantityFormatter::QuantityFormatter() { function in class:QuantityFormatter
37 QuantityFormatter::QuantityFormatter(const QuantityFormatter &other) { function in class:QuantityFormatter
47 QuantityFormatter &QuantityFormatter::operator=(
48 const QuantityFormatter& other) {
63 QuantityFormatter::~QuantityFormatter() {
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DQuantityFormatter.java19 * QuantityFormatter represents an unknown quantity of something and formats a known quantity
20 * in terms of that something. For example, a QuantityFormatter that represents X apples may
26 class QuantityFormatter { class
30 public QuantityFormatter() {} method in class:QuantityFormatter
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DQuantityFormatter.java18 * QuantityFormatter represents an unknown quantity of something and formats a known quantity
19 * in terms of that something. For example, a QuantityFormatter that represents X apples may
25 class QuantityFormatter { class
29 public QuantityFormatter() {} method in class:QuantityFormatter

Completed in 121 milliseconds