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

Side by Side Diff: source/i18n/gregocal.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/i18n/fphdlimp.cpp ('k') | source/i18n/i18n.vcxproj » ('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) 1997-2013, International Business Machines Corporation and 3 * Copyright (C) 1997-2015, International Business Machines Corporation and
4 * others. All Rights Reserved. 4 * others. All Rights Reserved.
5 ******************************************************************************* 5 *******************************************************************************
6 * 6 *
7 * File GREGOCAL.CPP 7 * File GREGOCAL.CPP
8 * 8 *
9 * Modification History: 9 * Modification History:
10 * 10 *
11 * Date Name Description 11 * Date Name Description
12 * 02/05/97 clhuang Creation. 12 * 02/05/97 clhuang Creation.
13 * 03/28/97 aliu Made highly questionable fix to computeFields to 13 * 03/28/97 aliu Made highly questionable fix to computeFields to
(...skipping 1294 matching lines...) Expand 10 before | Expand all | Expand 10 after
1308 // lazy-evaluate systemDefaultCenturyStartYear 1308 // lazy-evaluate systemDefaultCenturyStartYear
1309 umtx_initOnce(gSystemDefaultCenturyInit, &initializeSystemDefaultCentury); 1309 umtx_initOnce(gSystemDefaultCenturyInit, &initializeSystemDefaultCentury);
1310 return gSystemDefaultCenturyStartYear; 1310 return gSystemDefaultCenturyStartYear;
1311 } 1311 }
1312 1312
1313 U_NAMESPACE_END 1313 U_NAMESPACE_END
1314 1314
1315 #endif /* #if !UCONFIG_NO_FORMATTING */ 1315 #endif /* #if !UCONFIG_NO_FORMATTING */
1316 1316
1317 //eof 1317 //eof
OLDNEW
« no previous file with comments | « source/i18n/fphdlimp.cpp ('k') | source/i18n/i18n.vcxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698