OLD | NEW |
1 /* | 1 /* |
2 ******************************************************************************** | 2 ******************************************************************************** |
3 * Copyright (C) 1997-2010, International Business Machines Corporation and other
s. | 3 * Copyright (C) 1997-2010, International Business Machines Corporation and other
s. |
4 * All Rights Reserved. | 4 * All Rights Reserved. |
5 ******************************************************************************** | 5 ******************************************************************************** |
6 * | 6 * |
7 * File NUMFMT.H | 7 * File NUMFMT.H |
8 * | 8 * |
9 * Modification History: | 9 * Modification History: |
10 * | 10 * |
(...skipping 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1042 UErrorCode& status) const { | 1042 UErrorCode& status) const { |
1043 return Format::format(obj, appendTo, status); | 1043 return Format::format(obj, appendTo, status); |
1044 } | 1044 } |
1045 | 1045 |
1046 U_NAMESPACE_END | 1046 U_NAMESPACE_END |
1047 | 1047 |
1048 #endif /* #if !UCONFIG_NO_FORMATTING */ | 1048 #endif /* #if !UCONFIG_NO_FORMATTING */ |
1049 | 1049 |
1050 #endif // _NUMFMT | 1050 #endif // _NUMFMT |
1051 //eof | 1051 //eof |
OLD | NEW |