Skip to content

Commit

Permalink
Add plug for InitOrdinalCasingPage
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbreiz committed Jun 18, 2022
1 parent d81fdbc commit 0e177bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/Cosmos.Core_Plugs/Interop/GlobalizationImpl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ public static void InitOrdinalCasingPage()
{
throw new NotImplementedException();
}
public static unsafe void InitOrdinalCasingPage(int pageNumber, char* pTarget)
{
throw new NotImplementedException();
}

public static void InitICUFunctions(IntPtr aPtr1, IntPtr aPtr2, string aString1, string aString2)
{
Expand Down

0 comments on commit 0e177bb

Please sign in to comment.