Searched refs:QuantityFormatter (Results 1 - 12 of 12) 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...]
H A Dmeasfmt.cpp957 StandardPlural::Form pluralForm = QuantityFormatter::selectPlural(
960 return QuantityFormatter::format(*formatter, formattedNumber, appendTo, pos, status);
H A Dreldatefmt.cpp807 StandardPlural::Form pluralIndex = QuantityFormatter::selectPlural(
/external/icu/icu4c/source/test/intltest/
H A Dquantityformattertest.cpp39 QuantityFormatter fmt;
81 QuantityFormatter copied(fmt);
98 QuantityFormatter assigned;
/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
H A DMeasureFormat.java1060 StandardPlural pluralForm = QuantityFormatter.selectPlural(
1063 return QuantityFormatter.format(formatter, formattedNumber, appendTo, fieldPosition);
H A DRelativeDateTimeFormatter.java469 StandardPlural pluralForm = QuantityFormatter.selectPlural(quantity,
/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
H A DMeasureFormat.java1088 StandardPlural pluralForm = QuantityFormatter.selectPlural(
1091 return QuantityFormatter.format(formatter, formattedNumber, appendTo, fieldPosition);
H A DRelativeDateTimeFormatter.java525 StandardPlural pluralForm = QuantityFormatter.selectPlural(quantity,
/external/icu/icu4c/source/i18n/unicode/
H A Dmeasfmt.h84 class QuantityFormatter;

Completed in 311 milliseconds