HomeSort by relevance Sort by last modified time
    Searched refs:TimeUnitAmount (Results 1 - 6 of 6) sorted by null

  /external/icu4c/i18n/
tmutamt.cpp 14 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeUnitAmount)
17 TimeUnitAmount::TimeUnitAmount(const Formattable& number,
24 TimeUnitAmount::TimeUnitAmount(double amount,
33 TimeUnitAmount::TimeUnitAmount(const TimeUnitAmount& other)
39 TimeUnitAmount&
40 TimeUnitAmount::operator=(const TimeUnitAmount& other)
    [all...]
tmutfmt.cpp 206 const TimeUnitAmount* amount = dynamic_cast<const TimeUnitAmount*>(formatObj);
345 TimeUnitAmount* tmutamt = new TimeUnitAmount(resultNumber, resultTimeUnit, status);
    [all...]
  /external/icu4c/i18n/unicode/
tmutamt.h 27 * @see TimeUnitAmount
31 class U_I18N_API TimeUnitAmount: public Measure {
34 * Construct TimeUnitAmount object with the given number and the
45 TimeUnitAmount(const Formattable& number,
50 * Construct TimeUnitAmount object with the given numeric amount and the
61 TimeUnitAmount(double amount, TimeUnit::UTimeUnitFields timeUnitField,
69 TimeUnitAmount(const TimeUnitAmount& other);
76 TimeUnitAmount& operator=(const TimeUnitAmount& other)
    [all...]
  /external/icu4c/test/intltest/
tufmtts.cpp 65 TimeUnitAmount* source = new TimeUnitAmount(tests[i], j, status);
66 if (!assertSuccess("TimeUnitAmount()", status)) return;
124 //================= TimeUnitAmount =================
127 TimeUnitAmount tma_long(formattable, TimeUnit::UTIMEUNIT_DAY, status);
128 if (!assertSuccess("TimeUnitAmount(formattable...)", status)) return;
131 TimeUnitAmount tma_double(formattable, TimeUnit::UTIMEUNIT_DAY, status);
132 if (!assertSuccess("TimeUnitAmount(formattable...)", status)) return;
135 TimeUnitAmount tma_double_3(formattable, TimeUnit::UTIMEUNIT_DAY, status);
136 if (!assertSuccess("TimeUnitAmount(formattable...)", status)) return
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 175 milliseconds