OLD | NEW |
1 /* | 1 /* |
2 ********************************************************************** | 2 ********************************************************************** |
3 * Copyright (c) 2004-2006, International Business Machines | 3 * Copyright (c) 2004-2006, International Business Machines |
4 * Corporation and others. All Rights Reserved. | 4 * Corporation and others. All Rights Reserved. |
5 ********************************************************************** | 5 ********************************************************************** |
6 * Author: Alan Liu | 6 * Author: Alan Liu |
7 * Created: April 20, 2004 | 7 * Created: April 20, 2004 |
8 * Since: ICU 3.0 | 8 * Since: ICU 3.0 |
9 ********************************************************************** | 9 ********************************************************************** |
10 */ | 10 */ |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 * Default constructor. | 68 * Default constructor. |
69 * @stable ICU 3.0 | 69 * @stable ICU 3.0 |
70 */ | 70 */ |
71 MeasureFormat(); | 71 MeasureFormat(); |
72 }; | 72 }; |
73 | 73 |
74 U_NAMESPACE_END | 74 U_NAMESPACE_END |
75 | 75 |
76 #endif // #if !UCONFIG_NO_FORMATTING | 76 #endif // #if !UCONFIG_NO_FORMATTING |
77 #endif // #ifndef MEASUREFORMAT_H | 77 #endif // #ifndef MEASUREFORMAT_H |
OLD | NEW |