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/unicode/gender.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/i18n/unicode/fmtable.h ('k') | source/i18n/unicode/locdspnm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/unicode/gender.h
diff --git a/source/i18n/unicode/gender.h b/source/i18n/unicode/gender.h
index c7a0bd1965b3d8e6c4acc53ca1526d1ebf9efe39..1a6ae8fe6c8d4854f28d9e0a0289d75e1ab3c57a 100644
--- a/source/i18n/unicode/gender.h
+++ b/source/i18n/unicode/gender.h
@@ -29,7 +29,7 @@ class GenderInfoTest;
U_NAMESPACE_BEGIN
// Forward Declaration
-void GenderInfo_initCache(UErrorCode &status);
+void U_CALLCONV GenderInfo_initCache(UErrorCode &status);
/**
* GenderInfo computes the gender of a list as a whole given the gender of
@@ -100,7 +100,7 @@ private:
static const GenderInfo* loadInstance(const Locale& locale, UErrorCode& status);
friend class ::GenderInfoTest;
- friend void GenderInfo_initCache(UErrorCode &status);
+ friend void U_CALLCONV GenderInfo_initCache(UErrorCode &status);
};
U_NAMESPACE_END
« no previous file with comments | « source/i18n/unicode/fmtable.h ('k') | source/i18n/unicode/locdspnm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698