| OLD | NEW |
| 1 /* | 1 /* |
| 2 ******************************************************************************* | 2 ******************************************************************************* |
| 3 * Copyright (C) 2007-2008, International Business Machines Corporation and * | 3 * Copyright (C) 2007-2008, International Business Machines Corporation and * |
| 4 * others. All Rights Reserved. * | 4 * others. All Rights Reserved. * |
| 5 ******************************************************************************* | 5 ******************************************************************************* |
| 6 */ | 6 */ |
| 7 #ifndef TZRULE_H | 7 #ifndef TZRULE_H |
| 8 #define TZRULE_H | 8 #define TZRULE_H |
| 9 | 9 |
| 10 /** | 10 /** |
| (...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 819 }; | 819 }; |
| 820 | 820 |
| 821 | 821 |
| 822 U_NAMESPACE_END | 822 U_NAMESPACE_END |
| 823 | 823 |
| 824 #endif /* #if !UCONFIG_NO_FORMATTING */ | 824 #endif /* #if !UCONFIG_NO_FORMATTING */ |
| 825 | 825 |
| 826 #endif // TZRULE_H | 826 #endif // TZRULE_H |
| 827 | 827 |
| 828 //eof | 828 //eof |
| OLD | NEW |