Home | History | Annotate | Download | only in i18n

Lines Matching refs:unit

28     number(_number), unit(adoptedUnit) {
36 UObject(other), unit(0) {
42 delete unit;
44 unit = (MeasureUnit*) other.unit->clone();
54 delete unit;
66 ((unit == NULL) == (m.unit == NULL)) &&
67 (unit == NULL || *unit == *m.unit);