Home | History | Annotate | Download | only in i18n

Lines Matching refs:Measure

17 #include "unicode/measure.h"
22 Measure::Measure() {}
24 Measure::Measure(const Formattable& _number, MeasureUnit* adoptedUnit,
33 Measure::Measure(const Measure& other) :
38 Measure& Measure::operator=(const Measure& other) {
47 Measure::~Measure() {
51 UBool Measure::operator==(const UObject& other) const {
52 const Measure* m = (const Measure*) &other;