| OLD | NEW |
| 1 /* | 1 /* |
| 2 ******************************************************************************* | 2 ******************************************************************************* |
| 3 * Copyright (C) 2008-2009, International Business Machines Corporation and | 3 * Copyright (C) 2008-2009, International Business Machines Corporation and |
| 4 * others. All Rights Reserved. | 4 * others. All Rights Reserved. |
| 5 ******************************************************************************* | 5 ******************************************************************************* |
| 6 * | 6 * |
| 7 * File DTINTRV.H | 7 * File DTINTRV.H |
| 8 * | 8 * |
| 9 ******************************************************************************* | 9 ******************************************************************************* |
| 10 */ | 10 */ |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 | 149 |
| 150 inline UBool | 150 inline UBool |
| 151 DateInterval::operator!=(const DateInterval& other) const { | 151 DateInterval::operator!=(const DateInterval& other) const { |
| 152 return ( !operator==(other) ); | 152 return ( !operator==(other) ); |
| 153 } | 153 } |
| 154 | 154 |
| 155 | 155 |
| 156 U_NAMESPACE_END | 156 U_NAMESPACE_END |
| 157 | 157 |
| 158 #endif | 158 #endif |
| OLD | NEW |