OLD | NEW |
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 Loading... |
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 |
OLD | NEW |