| OLD | NEW |
| 1 /* | 1 /* |
| 2 ******************************************************************************* | 2 ******************************************************************************* |
| 3 * Copyright (C) 1996-2010, International Business Machines | 3 * Copyright (C) 1996-2010, International Business Machines |
| 4 * Corporation and others. All Rights Reserved. | 4 * Corporation and others. All Rights Reserved. |
| 5 ******************************************************************************* | 5 ******************************************************************************* |
| 6 */ | 6 */ |
| 7 | 7 |
| 8 #ifndef UDAT_H | 8 #ifndef UDAT_H |
| 9 #define UDAT_H | 9 #define UDAT_H |
| 10 | 10 |
| (...skipping 977 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 988 const UChar *datePattern, | 988 const UChar *datePattern, |
| 989 int32_t datePatternLength, | 989 int32_t datePatternLength, |
| 990 const UChar *timePattern, | 990 const UChar *timePattern, |
| 991 int32_t timePatternLength, | 991 int32_t timePatternLength, |
| 992 UErrorCode *status); | 992 UErrorCode *status); |
| 993 | 993 |
| 994 | 994 |
| 995 #endif /* #if !UCONFIG_NO_FORMATTING */ | 995 #endif /* #if !UCONFIG_NO_FORMATTING */ |
| 996 | 996 |
| 997 #endif | 997 #endif |
| OLD | NEW |