OLD | NEW |
1 /* | 1 /* |
2 ******************************************************************************* | 2 ******************************************************************************* |
3 * Copyright (C) 2007-2008, International Business Machines Corporation and | 3 * Copyright (C) 2007-2008,2014, International Business Machines Corporation and |
4 * others. All Rights Reserved. | 4 * others. All Rights Reserved. |
5 ******************************************************************************* | 5 ******************************************************************************* |
6 * | 6 * |
7 * File DTITV_IMPL.H | 7 * File DTITV_IMPL.H |
8 * | 8 * |
9 ******************************************************************************* | 9 ******************************************************************************* |
10 */ | 10 */ |
11 | 11 |
12 | 12 |
13 #ifndef DTITV_IMPL_H__ | 13 #ifndef DTITV_IMPL_H__ |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 #define CAP_F ((UChar)0x0046) | 67 #define CAP_F ((UChar)0x0046) |
68 #define CAP_G ((UChar)0x0047) | 68 #define CAP_G ((UChar)0x0047) |
69 #define CAP_H ((UChar)0x0048) | 69 #define CAP_H ((UChar)0x0048) |
70 #define CAP_K ((UChar)0x004B) | 70 #define CAP_K ((UChar)0x004B) |
71 #define CAP_L ((UChar)0x004C) | 71 #define CAP_L ((UChar)0x004C) |
72 #define CAP_M ((UChar)0x004D) | 72 #define CAP_M ((UChar)0x004D) |
73 #define CAP_O ((UChar)0x004F) | 73 #define CAP_O ((UChar)0x004F) |
74 #define CAP_Q ((UChar)0x0051) | 74 #define CAP_Q ((UChar)0x0051) |
75 #define CAP_S ((UChar)0x0053) | 75 #define CAP_S ((UChar)0x0053) |
76 #define CAP_T ((UChar)0x0054) | 76 #define CAP_T ((UChar)0x0054) |
| 77 #define CAP_U ((UChar)0x0055) |
77 #define CAP_V ((UChar)0x0056) | 78 #define CAP_V ((UChar)0x0056) |
78 #define CAP_W ((UChar)0x0057) | 79 #define CAP_W ((UChar)0x0057) |
79 #define CAP_Y ((UChar)0x0059) | 80 #define CAP_Y ((UChar)0x0059) |
80 #define CAP_Z ((UChar)0x005A) | 81 #define CAP_Z ((UChar)0x005A) |
81 | 82 |
82 //#define MINIMUM_SUPPORTED_CALENDAR_FIELD UCAL_MINUTE | 83 //#define MINIMUM_SUPPORTED_CALENDAR_FIELD UCAL_MINUTE |
83 | 84 |
84 #define MAX_E_COUNT 5 | 85 #define MAX_E_COUNT 5 |
85 #define MAX_M_COUNT 5 | 86 #define MAX_M_COUNT 5 |
86 //#define MAX_INTERVAL_INDEX 4 | 87 //#define MAX_INTERVAL_INDEX 4 |
87 #define MAX_POSITIVE_INT 56632; | 88 #define MAX_POSITIVE_INT 56632; |
88 | 89 |
89 | 90 |
90 #endif /* #if !UCONFIG_NO_FORMATTING */ | 91 #endif /* #if !UCONFIG_NO_FORMATTING */ |
91 | 92 |
92 #endif | 93 #endif |
93 //eof | 94 //eof |
OLD | NEW |