#include <measfmt.h>
Inheritance diagram for MeasureFormat:
Static Public Member Functions | |
static MeasureFormat *U_EXPORT2 | createCurrencyFormat (const Locale &locale, UErrorCode &ec) |
Return a formatter for CurrencyAmount objects in the given locale. | |
static MeasureFormat *U_EXPORT2 | createCurrencyFormat (UErrorCode &ec) |
Return a formatter for CurrencyAmount objects in the default locale. | |
Protected Member Functions | |
MeasureFormat () | |
Default constructor. |
This is an abstract base class.
To format or parse a measure object, first create a formatter object using a MeasureFormat factory method. Then use that object's format and parse methods.
This is an abstract class.
Definition at line 41 of file measfmt.h.
|
Default constructor.
|
|
Return a formatter for CurrencyAmount objects in the default locale.
|
|
Return a formatter for CurrencyAmount objects in the given locale.
|