OLD | NEW |
1 /*******************************************************************************
* | 1 /*******************************************************************************
* |
2 * Copyright (C) 2008-2010, International Business Machines Corporation and | 2 * Copyright (C) 2008-2010, International Business Machines Corporation and |
3 * others. All Rights Reserved. | 3 * others. All Rights Reserved. |
4 ******************************************************************************* | 4 ******************************************************************************* |
5 * | 5 * |
6 * File DTITVFMT.H | 6 * File DTITVFMT.H |
7 * | 7 * |
8 ******************************************************************************* | 8 ******************************************************************************* |
9 */ | 9 */ |
10 | 10 |
(...skipping 950 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
961 DateIntervalFormat::operator!=(const Format& other) const { | 961 DateIntervalFormat::operator!=(const Format& other) const { |
962 return !operator==(other); | 962 return !operator==(other); |
963 } | 963 } |
964 | 964 |
965 U_NAMESPACE_END | 965 U_NAMESPACE_END |
966 | 966 |
967 #endif /* #if !UCONFIG_NO_FORMATTING */ | 967 #endif /* #if !UCONFIG_NO_FORMATTING */ |
968 | 968 |
969 #endif // _DTITVFMT_H__ | 969 #endif // _DTITVFMT_H__ |
970 //eof | 970 //eof |
OLD | NEW |