Chromium Code Reviews

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

Issue 839713003: ICU update to 54 step 3 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: add euc-kr-html.ucm (not yet used) Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 /* 1 /*
2 ********************************************************************** 2 **********************************************************************
3 * Copyright (C) 2010-2014, International Business Machines 3 * Copyright (C) 2010-2014, 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 606 matching lines...)
634 ~((uint32_t) 0), 634 ~((uint32_t) 0),
635 NULL, 635 NULL,
636 NULL, 636 NULL,
637 &_CompoundTextStaticData, 637 &_CompoundTextStaticData,
638 FALSE, 638 FALSE,
639 &_CompoundTextImpl, 639 &_CompoundTextImpl,
640 0 640 0
641 }; 641 };
642 642
643 #endif /* #if !UCONFIG_NO_LEGACY_CONVERSION */ 643 #endif /* #if !UCONFIG_NO_LEGACY_CONVERSION */
OLDNEW
« scripts/euckr_gen.sh ('K') | « source/common/ucnv_cnv.h ('k') | source/common/ucnv_lmb.c » ('j') | no next file with comments »

Powered by Google App Engine