Home | History | Annotate | Download | only in i18n

Lines Matching defs:Measure

15 #include "unicode/measure.h"
20 Measure::Measure() {}
22 Measure::Measure(const Formattable& _number, MeasureUnit* adoptedUnit,
31 Measure::Measure(const Measure& other) :
36 Measure& Measure::operator=(const Measure& other) {
45 Measure::~Measure() {
49 UBool Measure::operator==(const UObject& other) const {
50 const Measure* m = (const Measure*) &other;