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

/external/icu4c/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.cpp47 // of the Measure class, which is true as of 3.0. [alan]
52 return *((const Measure*) a) == *((const Measure*) b);
58 return ((const Measure*) a)->clone();
61 // Return TRUE if *a is an instance of Measure.
63 return dynamic_cast<const Measure*>(a) != NULL;
421 return ((const Measure*) fValue.fObject)->
472 return ((const Measure*) fValue.fObject)->
502 return ((const Measure*) fValue.fObject)->
/external/icu4c/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 {
/external/v8/benchmarks/
H A Dbase.js202 function Measure(data) {
216 // Measure the benchmark once for warm up and throw the result
218 Measure(null);
221 Measure(data);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1322 #define Measure Measure_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1322 #define Measure Measure_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1322 #define Measure Measure_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1322 #define Measure Measure_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h2040 #define Measure U_ICU_ENTRY_POINT_RENAME(Measure) macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 240 milliseconds