Fix loading app local ICU (#57992)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 24 Aug 2021 17:46:44 +0000 (19:46 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Aug 2021 17:46:44 +0000 (19:46 +0200)
Co-authored-by: Tarek Mahmoud Sayed <tarekms@microsoft.com>
src/libraries/Native/Unix/System.Globalization.Native/pal_icushim_internal.h

index 92ded52..1ddaff5 100644 (file)
@@ -73,8 +73,8 @@ U_CAPI int32_t U_EXPORT2 ucal_getWindowsTimeZoneID(const UChar* id, int32_t len,
     PER_FUNCTION_BLOCK(u_tolower, libicuuc, true) \
     PER_FUNCTION_BLOCK(u_toupper, libicuuc, true) \
     PER_FUNCTION_BLOCK(u_uastrncpy, libicuuc, true) \
-    PER_FUNCTION_BLOCK(ubrk_close, libicui18n, true) \
-    PER_FUNCTION_BLOCK(ubrk_openRules, libicui18n, true) \
+    PER_FUNCTION_BLOCK(ubrk_close, libicuuc, true) \
+    PER_FUNCTION_BLOCK(ubrk_openRules, libicuuc, true) \
     PER_FUNCTION_BLOCK(ucal_add, libicui18n, true) \
     PER_FUNCTION_BLOCK(ucal_close, libicui18n, true) \
     PER_FUNCTION_BLOCK(ucal_get, libicui18n, true) \