| OLD | NEW |
| 1 /* | 1 /* |
| 2 *******************************************************************************
* | 2 *******************************************************************************
* |
| 3 * Copyright (C) 1997-2010, International Business Machines | 3 * Copyright (C) 1997-2010, International Business Machines |
| 4 * Corporation and others. All Rights Reserved. | 4 * Corporation and others. All Rights Reserved. |
| 5 *******************************************************************************
* | 5 *******************************************************************************
* |
| 6 * | 6 * |
| 7 * File DATEFMT.H | 7 * File DATEFMT.H |
| 8 * | 8 * |
| 9 * Modification History: | 9 * Modification History: |
| 10 * | 10 * |
| (...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 742 UnicodeString& appendTo, | 742 UnicodeString& appendTo, |
| 743 UErrorCode& status) const { | 743 UErrorCode& status) const { |
| 744 return Format::format(obj, appendTo, status); | 744 return Format::format(obj, appendTo, status); |
| 745 } | 745 } |
| 746 U_NAMESPACE_END | 746 U_NAMESPACE_END |
| 747 | 747 |
| 748 #endif /* #if !UCONFIG_NO_FORMATTING */ | 748 #endif /* #if !UCONFIG_NO_FORMATTING */ |
| 749 | 749 |
| 750 #endif // _DATEFMT | 750 #endif // _DATEFMT |
| 751 //eof | 751 //eof |
| OLD | NEW |