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

Side by Side Diff: icu52/source/common/ucnvisci.c

Issue 224943002: icu local change part1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: function indentation changed Created 6 years, 8 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 | « icu52/source/common/ucnvbocu.cpp ('k') | icu52/source/common/ucnvscsu.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) 2000-2012, International Business Machines 3 * Copyright (C) 2000-2012, International Business Machines
4 * Corporation and others. All Rights Reserved. 4 * Corporation and others. All Rights Reserved.
5 ********************************************************************** 5 **********************************************************************
6 * file name: ucnvisci.c 6 * file name: ucnvisci.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: 2001JUN26 11 * created on: 2001JUN26
12 * created by: Ram Viswanadha 12 * created by: Ram Viswanadha
13 * 13 *
14 * Date Name Description 14 * Date Name Description
15 * 24/7/2001 Ram Added support for EXT character handling 15 * 24/7/2001 Ram Added support for EXT character handling
16 */ 16 */
17 17
18 #include "unicode/utypes.h" 18 #include "unicode/utypes.h"
19 19
20 #if !UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_CONVERSION 20 #if !UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_CONVERSION && !UCONFIG_NO_NON_H TML5_CONVERSION
21 21
22 #include "unicode/ucnv.h" 22 #include "unicode/ucnv.h"
23 #include "unicode/ucnv_cb.h" 23 #include "unicode/ucnv_cb.h"
24 #include "unicode/utf16.h" 24 #include "unicode/utf16.h"
25 #include "cmemory.h" 25 #include "cmemory.h"
26 #include "ucnv_bld.h" 26 #include "ucnv_bld.h"
27 #include "ucnv_cnv.h" 27 #include "ucnv_cnv.h"
28 #include "cstring.h" 28 #include "cstring.h"
29 #include "uassert.h" 29 #include "uassert.h"
30 30
(...skipping 1591 matching lines...) Expand 10 before | Expand all | Expand 10 after
1622 ~((uint32_t) 0), 1622 ~((uint32_t) 0),
1623 NULL, 1623 NULL,
1624 NULL, 1624 NULL,
1625 &_ISCIIStaticData, 1625 &_ISCIIStaticData,
1626 FALSE, 1626 FALSE,
1627 &_ISCIIImpl, 1627 &_ISCIIImpl,
1628 0 1628 0
1629 }; 1629 };
1630 1630
1631 #endif /* #if !UCONFIG_NO_LEGACY_CONVERSION */ 1631 #endif /* #if !UCONFIG_NO_LEGACY_CONVERSION */
OLDNEW
« no previous file with comments | « icu52/source/common/ucnvbocu.cpp ('k') | icu52/source/common/ucnvscsu.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698