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

Side by Side Diff: source/common/ucnv_io.cpp

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 unified diff | Download patch
« no previous file with comments | « source/common/ucnv_ct.c ('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 * 3 *
4 * Copyright (C) 1999-2013, International Business Machines 4 * Copyright (C) 1999-2015, International Business Machines
5 * Corporation and others. All Rights Reserved. 5 * Corporation and others. All Rights Reserved.
6 * 6 *
7 ****************************************************************************** 7 ******************************************************************************
8 * 8 *
9 * 9 *
10 * ucnv_io.cpp: 10 * ucnv_io.cpp:
11 * initializes global variables and defines functions pertaining to converter 11 * initializes global variables and defines functions pertaining to converter
12 * name resolution aspect of the conversion code. 12 * name resolution aspect of the conversion code.
13 * 13 *
14 * new implementation: 14 * new implementation:
(...skipping 1323 matching lines...) Expand 10 before | Expand all | Expand 10 after
1338 1338
1339 1339
1340 /* 1340 /*
1341 * Hey, Emacs, please set the following: 1341 * Hey, Emacs, please set the following:
1342 * 1342 *
1343 * Local Variables: 1343 * Local Variables:
1344 * indent-tabs-mode: nil 1344 * indent-tabs-mode: nil
1345 * End: 1345 * End:
1346 * 1346 *
1347 */ 1347 */
OLDNEW
« no previous file with comments | « source/common/ucnv_ct.c ('k') | source/common/ucnv_lmb.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698