ICU 4.8.1.1
4.8.1.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
i18n
unicode
measfmt.h
Go to the documentation of this file.
1
/*
2
**********************************************************************
3
* Copyright (c) 2004-2006, International Business Machines
4
* Corporation and others. All Rights Reserved.
5
**********************************************************************
6
* Author: Alan Liu
7
* Created: April 20, 2004
8
* Since: ICU 3.0
9
**********************************************************************
10
*/
11
#ifndef MEASUREFORMAT_H
12
#define MEASUREFORMAT_H
13
14
#include "
unicode/utypes.h
"
15
16
#if !UCONFIG_NO_FORMATTING
17
18
#include "
unicode/format.h
"
19
25
U_NAMESPACE_BEGIN
26
41
class
U_I18N_API
MeasureFormat
:
public
Format
{
42
43
public
:
44
53
static
MeasureFormat
*
U_EXPORT2
createCurrencyFormat(
const
Locale
& locale,
54
UErrorCode
& ec);
55
63
static
MeasureFormat
*
U_EXPORT2
createCurrencyFormat(
UErrorCode
& ec);
64
65
protected
:
66
71
MeasureFormat
();
72
};
73
74
U_NAMESPACE_END
75
76
#endif // #if !UCONFIG_NO_FORMATTING
77
#endif // #ifndef MEASUREFORMAT_H
Generated on Mon Dec 19 2016 12:41:32 for ICU 4.8.1.1 by
1.8.1.2