[OSX] HybridGlobalization implement locale native functions#84417
[OSX] HybridGlobalization implement locale native functions#84417
Conversation
|
Tagging subscribers to this area: @dotnet/area-system-globalization Issue DetailsImplemented following native functions for OSX platforms
Contributes to #80689
|
|
Tagging subscribers to 'os-ios': @steveisok, @akoeplinger Issue DetailsImplemented following native functions for OSX platforms
Contributes to #80689
|
|
Tagging subscribers to 'os-maccatalyst': @steveisok, @akoeplinger Issue DetailsImplemented following native functions for OSX platforms
Contributes to #80689
|
ilonatommy
left a comment
There was a problem hiding this comment.
Shallow review: looks good. I did not read the logic yet, I will make a 2nd round soon.
src/libraries/System.Private.CoreLib/src/System/Globalization/CultureData.OSX.cs
Show resolved
Hide resolved
ilonatommy
left a comment
There was a problem hiding this comment.
Great job! I will approve when we finish with resolving comments.
src/libraries/System.Private.CoreLib/src/System/Globalization/CultureData.OSX.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/System/Globalization/CultureData.OSX.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/System/Globalization/CultureData.OSX.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/System/Globalization/CultureData.Unix.cs
Outdated
Show resolved
Hide resolved
src/native/libs/System.Globalization.Native/pal_localeStringData.h
Outdated
Show resolved
Hide resolved
src/native/libs/System.Globalization.Native/pal_localeStringData.h
Outdated
Show resolved
Hide resolved
src/native/libs/System.Globalization.Native/pal_locale_internal.h
Outdated
Show resolved
Hide resolved
src/native/libs/System.Globalization.Native/pal_localeNumberData.h
Outdated
Show resolved
Hide resolved
src/native/libs/System.Globalization.Native/pal_locale_internal.h
Outdated
Show resolved
Hide resolved
src/native/libs/System.Globalization.Native/pal_locale_internal.h
Outdated
Show resolved
Hide resolved
src/native/libs/System.Globalization.Native/pal_localeStringData.h
Outdated
Show resolved
Hide resolved
|
Failures are not related. |
Implemented following native functions for OSX platforms
Contributes to #80689
cc @SamMonoRT