Searched refs:Measure (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dmeasure.cpp22 Measure::Measure() {} function in class:Measure
24 Measure::Measure(const Formattable& _number, MeasureUnit* adoptedUnit, function in class:Measure
33 Measure::Measure(const Measure& other) : function in class:Measure
38 Measure& Measure::operator=(const Measure
[all...]
H A Dcurramt.cpp22 Measure(amount, new CurrencyUnit(isoCode, ec), ec) {
27 Measure(Formattable(amount), new CurrencyUnit(isoCode, ec), ec) {
31 Measure(other) {
35 Measure::operator=(other);
H A Dtmutamt.cpp20 : Measure(number, TimeUnit::createInstance(timeUnitField, status), status) {
27 : Measure(Formattable(amount),
34 : Measure(other)
41 Measure::operator=(other);
48 return Measure::operator==(other);
H A Dfmtable.cpp49 // of the Measure class, which is true as of 3.0. [alan]
54 return *((const Measure*) a) == *((const Measure*) b);
60 return ((const Measure*) a)->clone();
63 // Return TRUE if *a is an instance of Measure.
65 return dynamic_cast<const Measure*>(a) != NULL;
430 return ((const Measure*) fValue.fObject)->
481 return ((const Measure*) fValue.fObject)->
511 return ((const Measure*) fValue.fObject)->
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dmeasure.h35 * <p>Measure objects are parsed and formatted by subclasses of
38 * <p>Measure objects are immutable.
45 class U_I18N_API Measure: public UObject { class in inherits:UObject
57 Measure(const Formattable& number, MeasureUnit* adoptedUnit,
64 Measure(const Measure& other);
70 Measure& operator=(const Measure& other);
83 virtual ~Measure();
111 Measure();
[all...]
H A Dcurramt.h35 class U_I18N_API CurrencyAmount: public Measure {
H A Dtmutamt.h31 class U_I18N_API TimeUnitAmount: public Measure {
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Durename.h2019 #define Measure U_ICU_ENTRY_POINT_RENAME(Measure) macro
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Durename.h2019 #define Measure U_ICU_ENTRY_POINT_RENAME(Measure) macro
/macosx-10.9.5/WebKit-7537.78.2/mac/icu/unicode/
H A Durename.h2019 #define Measure U_ICU_ENTRY_POINT_RENAME(Measure) macro

Completed in 163 milliseconds