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
00020 U_NAMESPACE_BEGIN
00021
00035 class U_I18N_API MeasureFormat : public Format {
00036
00037 public:
00038
00047 static MeasureFormat* U_EXPORT2 createCurrencyFormat(const Locale& locale,
00048 UErrorCode& ec);
00049
00057 static MeasureFormat* U_EXPORT2 createCurrencyFormat(UErrorCode& ec);
00058
00059 protected:
00060
00065 MeasureFormat();
00066 };
00067
00068 U_NAMESPACE_END
00069
00070 #endif // #if !UCONFIG_NO_FORMATTING
00071 #endif // #ifndef MEASUREFORMAT_H