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

Unified Diff: source/common/ucnv_cnv.h

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 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
diff --git a/source/common/ucnv_cnv.h b/source/common/ucnv_cnv.h
index 5fad446099347ef1c80c33dffa4b609a3f74f8ba..402e2c946b8a528f6d093ce331afd04df335b1b5 100644
--- a/source/common/ucnv_cnv.h
+++ b/source/common/ucnv_cnv.h
@@ -256,15 +256,11 @@ struct UConverterImpl {
extern const UConverterSharedData
_MBCSData, _Latin1Data,
_UTF8Data, _UTF16BEData, _UTF16LEData, _UTF32BEData, _UTF32LEData,
- _ISO2022Data,
-#if !UCONFIG_NO_NON_HTML5_CONVERSION
+ _ISO2022Data,
_LMBCSData1,_LMBCSData2, _LMBCSData3, _LMBCSData4, _LMBCSData5, _LMBCSData6,
_LMBCSData8,_LMBCSData11,_LMBCSData16,_LMBCSData17,_LMBCSData18,_LMBCSData19,
_HZData,_ISCIIData, _SCSUData, _ASCIIData,
_UTF7Data, _Bocu1Data, _UTF16Data, _UTF32Data, _CESU8Data, _IMAPData, _CompoundTextData;
-#else
- _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