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

Unified Diff: source/i18n/tridpars.h

Issue 2440913002: Update ICU to 58.1
Patch Set: Created 4 years, 2 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/i18n/transreg.cpp ('k') | source/i18n/tridpars.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/tridpars.h
diff --git a/source/i18n/tridpars.h b/source/i18n/tridpars.h
index 1f2268fb111370a1e698cb11c093b18df53dd143..63cfdff61e7f92476be28032f3c6db0b41319d25 100644
--- a/source/i18n/tridpars.h
+++ b/source/i18n/tridpars.h
@@ -1,3 +1,5 @@
+// Copyright (C) 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/*
**************************************************************************
* Copyright (c) 2002-2010, International Business Machines Corporation *
@@ -349,7 +351,7 @@ class TransliteratorIDParser /* not : public UObject because all methods are sta
/**
* Initialize static memory.
*/
- static void init(UErrorCode &status);
+ static void U_CALLCONV init(UErrorCode &status);
friend class SingleID;
};
« no previous file with comments | « source/i18n/transreg.cpp ('k') | source/i18n/tridpars.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698