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

Unified Diff: source/tools/tzcode/tz2icu.h

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/tools/tzcode/tz.alias ('k') | source/tools/tzcode/tz2icu.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/tools/tzcode/tz2icu.h
diff --git a/source/tools/tzcode/tz2icu.h b/source/tools/tzcode/tz2icu.h
index a488ea6db26b42108347b7f2b14a14df9fb09e86..213608d3a01bfa065045652cdb2ecfa11df3b34c 100644
--- a/source/tools/tzcode/tz2icu.h
+++ b/source/tools/tzcode/tz2icu.h
@@ -1,6 +1,6 @@
/*
**********************************************************************
-* Copyright (c) 2003-2010, International Business Machines
+* Copyright (c) 2003-2013, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
* Author: Alan Liu
@@ -31,9 +31,6 @@ typedef unsigned char ICUZoneinfoVersion;
* zic to communicate final zone data to tz2icu. */
#define ICU_ZONE_FILE "icu_zone.txt"
-/* File containing legacy aliases. Read by tz2icu. */
-#define ICU_TZ_ALIAS "tz.alias"
-
/* Output resource name. This determines both the file name and the
* resource name within the file. That is, the output will be to the
* file ICU_TZ_RESOURCE ".txt" and the resource within it will be
@@ -41,4 +38,7 @@ typedef unsigned char ICUZoneinfoVersion;
#define ICU_TZ_RESOURCE_OLD "zoneinfo"
#define ICU_TZ_RESOURCE "zoneinfo64"
+/* File containinng custom zone-region mapping. */
+#define ICU_REGIONS "icuregions"
+
#endif
« no previous file with comments | « source/tools/tzcode/tz.alias ('k') | source/tools/tzcode/tz2icu.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698