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

Unified Diff: source/common/ucnv_cnv.h

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, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/common/ucnv_bld.cpp ('k') | source/common/ucnv_ct.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/ucnv_cnv.h
===================================================================
--- source/common/ucnv_cnv.h (revision 291619)
+++ source/common/ucnv_cnv.h (working copy)
@@ -256,15 +256,14 @@
extern const UConverterSharedData
_MBCSData, _Latin1Data,
_UTF8Data, _UTF16BEData, _UTF16LEData, _UTF32BEData, _UTF32LEData,
- _ISO2022Data,
+ _ISO2022Data,
+#if !UCONFIG_NO_NON_HTML5_CONVERSION
_LMBCSData1,_LMBCSData2, _LMBCSData3, _LMBCSData4, _LMBCSData5, _LMBCSData6,
_LMBCSData8,_LMBCSData11,_LMBCSData16,_LMBCSData17,_LMBCSData18,_LMBCSData19,
-#if !UCONFIG_NO_NON_HTML5_CONVERSION
_HZData,_ISCIIData, _SCSUData, _ASCIIData,
_UTF7Data, _Bocu1Data, _UTF16Data, _UTF32Data, _CESU8Data, _IMAPData, _CompoundTextData;
#else
- _HZData, _ASCIIData,
- _UTF16Data, _UTF32Data, _CompoundTextData;
+ _ASCIIData, _UTF16Data, _UTF32Data;
#endif
U_CDECL_END
« no previous file with comments | « source/common/ucnv_bld.cpp ('k') | source/common/ucnv_ct.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698