HomeSort by relevance Sort by last modified time
    Searched defs:QuantityFormatter (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/i18n/
quantityformatter.h 8 * quantityformatter.h
38 * 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 {
48 QuantityFormatter();
53 QuantityFormatter(const QuantityFormatter& other);
58 QuantityFormatter &operator=(const QuantityFormatter& other);
63 ~QuantityFormatter();
    [all...]
quantityformatter.cpp 8 * quantityformatter.cpp
16 #include "quantityformatter.h"
31 QuantityFormatter::QuantityFormatter() {
37 QuantityFormatter::QuantityFormatter(const QuantityFormatter &other) {
47 QuantityFormatter &QuantityFormatter::operator=(
48 const QuantityFormatter& other)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
QuantityFormatter.java 19 * 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 {
30 public QuantityFormatter() {}
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
QuantityFormatter.java 18 * 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 {
29 public QuantityFormatter() {}
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 1817 milliseconds