OLD | NEW |
1 /* | 1 /* |
2 ********************************************************************** | 2 ********************************************************************** |
3 * Copyright (c) 2003-2010, International Business Machines | 3 * Copyright (c) 2003-2010, International Business Machines |
4 * Corporation and others. All Rights Reserved. | 4 * Corporation and others. All Rights Reserved. |
5 ********************************************************************** | 5 ********************************************************************** |
6 * Author: Alan Liu | 6 * Author: Alan Liu |
7 * Created: July 21 2003 | 7 * Created: July 21 2003 |
8 * Since: ICU 2.8 | 8 * Since: ICU 2.8 |
9 ********************************************************************** | 9 ********************************************************************** |
10 */ | 10 */ |
11 | 11 |
12 #include <typeinfo> // for 'typeid' to work | 12 #include "unicode/utypeinfo.h" // for 'typeid' to work |
13 | 13 |
14 #include "olsontz.h" | 14 #include "olsontz.h" |
15 | 15 |
16 #if !UCONFIG_NO_FORMATTING | 16 #if !UCONFIG_NO_FORMATTING |
17 | 17 |
18 #include "unicode/ures.h" | 18 #include "unicode/ures.h" |
19 #include "unicode/simpletz.h" | 19 #include "unicode/simpletz.h" |
20 #include "unicode/gregocal.h" | 20 #include "unicode/gregocal.h" |
21 #include "gregoimp.h" | 21 #include "gregoimp.h" |
22 #include "cmemory.h" | 22 #include "cmemory.h" |
(...skipping 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1047 } | 1047 } |
1048 // Set the result length | 1048 // Set the result length |
1049 trscount = cnt; | 1049 trscount = cnt; |
1050 } | 1050 } |
1051 | 1051 |
1052 U_NAMESPACE_END | 1052 U_NAMESPACE_END |
1053 | 1053 |
1054 #endif // !UCONFIG_NO_FORMATTING | 1054 #endif // !UCONFIG_NO_FORMATTING |
1055 | 1055 |
1056 //eof | 1056 //eof |
OLD | NEW |