From: Frank Tang Date: Thu, 18 Jun 2020 04:51:13 +0000 (-0700) Subject: ICU-21161 Mark uloc_getDisplayScriptInContext static X-Git-Tag: cldr/2020-09-22~178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=982c4799bf2e1c0dcae47aa6945805cc2814d094;p=icu ICU-21161 Mark uloc_getDisplayScriptInContext static Remove from urename.h --- diff --git a/icu4c/source/common/locdispnames.cpp b/icu4c/source/common/locdispnames.cpp index d92348e31c8..3f056c35e58 100644 --- a/icu4c/source/common/locdispnames.cpp +++ b/icu4c/source/common/locdispnames.cpp @@ -419,7 +419,7 @@ uloc_getDisplayScript(const char* locale, } } -U_INTERNAL int32_t U_EXPORT2 +static int32_t uloc_getDisplayScriptInContext(const char* locale, const char* displayLocale, UChar *dest, int32_t destCapacity, diff --git a/icu4c/source/common/unicode/urename.h b/icu4c/source/common/unicode/urename.h index 30f4b7af39a..463ced3da54 100644 --- a/icu4c/source/common/unicode/urename.h +++ b/icu4c/source/common/unicode/urename.h @@ -1079,7 +1079,6 @@ #define uloc_getDisplayLanguage U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayLanguage) #define uloc_getDisplayName U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayName) #define uloc_getDisplayScript U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayScript) -#define uloc_getDisplayScriptInContext U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayScriptInContext) #define uloc_getDisplayVariant U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayVariant) #define uloc_getISO3Country U_ICU_ENTRY_POINT_RENAME(uloc_getISO3Country) #define uloc_getISO3Language U_ICU_ENTRY_POINT_RENAME(uloc_getISO3Language)