Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix loading app local ICU
  • Loading branch information
tarekgh authored and github-actions committed Aug 24, 2021
commit 49b31bbfe4bf44529e96cf220629c5dee55d369a
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down