Home
last modified time | relevance | path

Searched refs:multiByteLen (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Runtime/InteropServices/
H A DPInvokeMarshal.Unix.cs100 int multiByteLen, in ConvertMultiByteToWideChar() argument
104 … return System.Text.Encoding.UTF8.GetChars(multiByteStr, multiByteLen, wideCharStr, wideCharLen); in ConvertMultiByteToWideChar()
110 int multiByteLen, in ConvertWideCharToMultiByte() argument
114 … return System.Text.Encoding.UTF8.GetBytes(wideCharStr, wideCharLen, multiByteStr, multiByteLen); in ConvertWideCharToMultiByte()
120 int multiByteLen) in ConvertWideCharToMultiByte() argument
122 … return System.Text.Encoding.UTF8.GetBytes(wideCharStr, wideCharLen, multiByteStr, multiByteLen); in ConvertWideCharToMultiByte()
130 public static unsafe int GetCharCount(byte* multiByteStr, int multiByteLen) in GetCharCount() argument
132 return System.Text.Encoding.UTF8.GetCharCount(multiByteStr, multiByteLen); in GetCharCount()
H A DPInvokeMarshal.Windows.cs112 …onvertWideCharToMultiByte(char* wideCharStr, int wideCharLen, byte* multiByteStr, int multiByteLen) in ConvertWideCharToMultiByte() argument
119 multiByteLen, in ConvertWideCharToMultiByte()
129 int multiByteLen, in ConvertWideCharToMultiByte() argument
140 multiByteLen, in ConvertWideCharToMultiByte()
167 unsafe public static int GetCharCount(byte* multiByteStr, int multiByteLen) in GetCharCount() argument
169 …ernel32.MultiByteToWideChar(Interop.Kernel32.CP_ACP, 0, multiByteStr, multiByteLen, default(char*)… in GetCharCount()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Interop/src/InteropExtensions/
H A DPInvokeMarshal.cs163 …onvertWideCharToMultiByte(char* wideCharStr, int wideCharLen, byte* multiByteStr, int multiByteLen) in ConvertWideCharToMultiByte() argument
171 int multiByteLen, in ConvertWideCharToMultiByte() argument
183 unsafe public static int GetCharCount(byte* multiByteStr, int multiByteLen) in GetCharCount() argument