Home | History | Annotate | Download | only in unicode

Lines Matching defs:unit

30  * An amount of a specified unit, consisting of a number and a Unit.
32 * unit, such as feet or meters. This is an abstract class.
33 * Subclasses specify a concrete Unit type.
49 * unit. After this call, the caller must not delete the given
50 * unit object.
52 * @param adoptedUnit the unit object, which must not be NULL
53 * @param ec input-output error code. If the amount or the unit
101 * Return a reference to the unit of this object.
120 * The unit of this object, e.g., "millimeter" or "JPY". This is
123 MeasureUnit* unit;
131 return *unit;