| OLD | NEW |
| 1 /* | 1 /* |
| 2 *******************************************************************************
* | 2 *******************************************************************************
* |
| 3 * Copyright (C) 1997-2009, International Business Machines
* | 3 * Copyright (C) 1997-2009, International Business Machines
* |
| 4 * Corporation and others. All Rights Reserved.
* | 4 * Corporation and others. All Rights Reserved.
* |
| 5 *******************************************************************************
* | 5 *******************************************************************************
* |
| 6 * | 6 * |
| 7 * File SIMPLETZ.H | 7 * File SIMPLETZ.H |
| 8 * | 8 * |
| 9 * Modification History: | 9 * Modification History: |
| 10 * | 10 * |
| (...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 918 SimpleTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffsetRef, | 918 SimpleTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffsetRef, |
| 919 int32_t& dstOffsetRef, UErrorCode& ec) const { | 919 int32_t& dstOffsetRef, UErrorCode& ec) const { |
| 920 TimeZone::getOffset(date, local, rawOffsetRef, dstOffsetRef, ec); | 920 TimeZone::getOffset(date, local, rawOffsetRef, dstOffsetRef, ec); |
| 921 } | 921 } |
| 922 | 922 |
| 923 U_NAMESPACE_END | 923 U_NAMESPACE_END |
| 924 | 924 |
| 925 #endif /* #if !UCONFIG_NO_FORMATTING */ | 925 #endif /* #if !UCONFIG_NO_FORMATTING */ |
| 926 | 926 |
| 927 #endif // _SIMPLETZ | 927 #endif // _SIMPLETZ |
| OLD | NEW |