Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(356)

Side by Side Diff: third_party/icu/source/i18n/olsontz.cpp

Issue 6484008: Enable RTTI for ICU.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/icu/source/i18n/nfsubs.cpp ('k') | third_party/icu/source/i18n/rbnf.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « third_party/icu/source/i18n/nfsubs.cpp ('k') | third_party/icu/source/i18n/rbnf.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698