00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef MEASUREFORMAT_H
00012 #define MEASUREFORMAT_H
00013
00014 #include "unicode/utypes.h"
00015
00016 #if !UCONFIG_NO_FORMATTING
00017
00018 #include "unicode/format.h"
00019
00025 U_NAMESPACE_BEGIN
00026
00041 class U_I18N_API MeasureFormat : public Format {
00042
00043 public:
00044
00053 static MeasureFormat* U_EXPORT2 createCurrencyFormat(const Locale& locale,
00054 UErrorCode& ec);
00055
00063 static MeasureFormat* U_EXPORT2 createCurrencyFormat(UErrorCode& ec);
00064
00065 protected:
00066
00071 MeasureFormat();
00072 };
00073
00074 U_NAMESPACE_END
00075
00076 #endif // #if !UCONFIG_NO_FORMATTING
00077 #endif // #ifndef MEASUREFORMAT_H