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

Side by Side Diff: source/common/ucnv_ct.c

Issue 587833004: Turn on UCONFIG_NO_NON_HTML5_CONVERTER to save 100kB (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu52/
Patch Set: more tests added to desc Created 6 years, 2 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 | « source/common/ucnv_cnv.h ('k') | source/common/ucnv_lmb.c » ('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) 2010-2012, International Business Machines 3 * Copyright (C) 2010-2012, International Business Machines
4 * Corporation and others. All Rights Reserved. 4 * Corporation and others. All Rights Reserved.
5 ********************************************************************** 5 **********************************************************************
6 * file name: ucnv_ct.c 6 * file name: ucnv_ct.c
7 * encoding: US-ASCII 7 * encoding: US-ASCII
8 * tab size: 8 (not used) 8 * tab size: 8 (not used)
9 * indentation:4 9 * indentation:4
10 * 10 *
11 * created on: 2010Dec09 11 * created on: 2010Dec09
12 * created by: Michael Ow 12 * created by: Michael Ow
13 */ 13 */
14 14
15 #include "unicode/utypes.h" 15 #include "unicode/utypes.h"
16 16
17 #if !UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_CONVERSION 17 #if !UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_CONVERSION && !UCONFIG_NO_NON_H TML5_CONVERSION
18 18
19 #include "unicode/ucnv.h" 19 #include "unicode/ucnv.h"
20 #include "unicode/uset.h" 20 #include "unicode/uset.h"
21 #include "unicode/ucnv_err.h" 21 #include "unicode/ucnv_err.h"
22 #include "unicode/ucnv_cb.h" 22 #include "unicode/ucnv_cb.h"
23 #include "unicode/utf16.h" 23 #include "unicode/utf16.h"
24 #include "ucnv_imp.h" 24 #include "ucnv_imp.h"
25 #include "ucnv_bld.h" 25 #include "ucnv_bld.h"
26 #include "ucnv_cnv.h" 26 #include "ucnv_cnv.h"
27 #include "ucnvmbcs.h" 27 #include "ucnvmbcs.h"
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 ~((uint32_t) 0), 636 ~((uint32_t) 0),
637 NULL, 637 NULL,
638 NULL, 638 NULL,
639 &_CompoundTextStaticData, 639 &_CompoundTextStaticData,
640 FALSE, 640 FALSE,
641 &_CompoundTextImpl, 641 &_CompoundTextImpl,
642 0 642 0
643 }; 643 };
644 644
645 #endif /* #if !UCONFIG_NO_LEGACY_CONVERSION */ 645 #endif /* #if !UCONFIG_NO_LEGACY_CONVERSION */
OLDNEW
« no previous file with comments | « source/common/ucnv_cnv.h ('k') | source/common/ucnv_lmb.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698