@tsonic/dotnet 0.7.4 → 0.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +0 -25
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
- package/Microsoft.VisualBasic/bindings.json +203 -29
- package/Microsoft.VisualBasic/internal/index.d.ts +30 -55
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +4 -29
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +6 -31
- package/Microsoft.Win32/internal/index.d.ts +0 -25
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
- package/System/bindings.json +4800 -552
- package/System/internal/index.d.ts +2537 -395
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +29 -54
- package/System.Buffers/internal/metadata.json +196 -24
- package/System.Buffers.Binary/bindings.json +182 -26
- package/System.Buffers.Binary/internal/index.d.ts +115 -140
- package/System.Buffers.Binary/internal/metadata.json +182 -26
- package/System.Buffers.Text/bindings.json +431 -49
- package/System.Buffers.Text/internal/index.d.ts +64 -89
- package/System.Buffers.Text/internal/metadata.json +431 -49
- package/System.CodeDom.Compiler/internal/index.d.ts +6 -31
- package/System.Collections/bindings.json +11 -1
- package/System.Collections/internal/index.d.ts +2 -27
- package/System.Collections/internal/metadata.json +11 -1
- package/System.Collections.Concurrent/bindings.json +211 -29
- package/System.Collections.Concurrent/internal/index.d.ts +31 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Frozen/bindings.json +56 -8
- package/System.Collections.Frozen/internal/index.d.ts +9 -34
- package/System.Collections.Frozen/internal/metadata.json +56 -8
- package/System.Collections.Generic/bindings.json +273 -35
- package/System.Collections.Generic/internal/index.d.ts +36 -61
- package/System.Collections.Generic/internal/metadata.json +273 -35
- package/System.Collections.Immutable/bindings.json +362 -50
- package/System.Collections.Immutable/internal/index.d.ts +49 -74
- package/System.Collections.Immutable/internal/metadata.json +362 -50
- package/System.Collections.ObjectModel/bindings.json +28 -4
- package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
- package/System.Collections.ObjectModel/internal/metadata.json +28 -4
- package/System.Collections.Specialized/internal/index.d.ts +0 -25
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +22 -47
- package/System.ComponentModel/internal/metadata.json +174 -18
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +0 -25
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +7 -32
- package/System.Data.Common/bindings.json +14 -2
- package/System.Data.Common/internal/index.d.ts +27 -52
- package/System.Data.Common/internal/metadata.json +14 -2
- package/System.Data.SqlTypes/internal/index.d.ts +1 -26
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +87 -112
- package/System.Diagnostics/internal/metadata.json +181 -23
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
- package/System.Diagnostics.Contracts/bindings.json +7 -1
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
- package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
- package/System.Diagnostics.Metrics/bindings.json +35 -5
- package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
- package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +0 -25
- package/System.Diagnostics.Tracing/bindings.json +37 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
- package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
- package/System.Drawing/internal/index.d.ts +0 -25
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +17 -42
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +69 -94
- package/System.Formats.Asn1/internal/metadata.json +451 -49
- package/System.Formats.Tar/internal/index.d.ts +4 -29
- package/System.Globalization/bindings.json +28 -4
- package/System.Globalization/internal/index.d.ts +18 -43
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +197 -222
- package/System.IO/internal/metadata.json +35 -5
- package/System.IO.Compression/bindings.json +50 -6
- package/System.IO.Compression/internal/index.d.ts +51 -76
- package/System.IO.Compression/internal/metadata.json +50 -6
- package/System.IO.Enumeration/bindings.json +42 -6
- package/System.IO.Enumeration/internal/index.d.ts +11 -36
- package/System.IO.Enumeration/internal/metadata.json +42 -6
- package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
- package/System.IO.Pipelines/bindings.json +7 -1
- package/System.IO.Pipelines/internal/index.d.ts +17 -42
- package/System.IO.Pipelines/internal/metadata.json +7 -1
- package/System.IO.Pipes/internal/index.d.ts +11 -36
- package/System.Linq/bindings.json +7 -1
- package/System.Linq/internal/index.d.ts +332 -357
- package/System.Linq/internal/metadata.json +7 -1
- package/System.Linq.Expressions/bindings.json +14 -2
- package/System.Linq.Expressions/internal/index.d.ts +3 -28
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -25
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +36 -61
- package/System.Net/internal/metadata.json +175 -25
- package/System.Net.Cache/internal/index.d.ts +0 -25
- package/System.Net.Http/bindings.json +21 -3
- package/System.Net.Http/internal/index.d.ts +21 -46
- package/System.Net.Http/internal/metadata.json +21 -3
- package/System.Net.Http.Headers/bindings.json +154 -22
- package/System.Net.Http.Headers/internal/index.d.ts +67 -92
- package/System.Net.Http.Headers/internal/metadata.json +154 -22
- package/System.Net.Http.Json/internal/index.d.ts +0 -25
- package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
- package/System.Net.Mail/bindings.json +21 -3
- package/System.Net.Mail/internal/index.d.ts +4 -29
- package/System.Net.Mail/internal/metadata.json +21 -3
- package/System.Net.Mime/internal/index.d.ts +0 -25
- package/System.Net.NetworkInformation/bindings.json +14 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
- package/System.Net.NetworkInformation/internal/metadata.json +14 -2
- package/System.Net.Quic/internal/index.d.ts +14 -39
- package/System.Net.Security/bindings.json +43 -5
- package/System.Net.Security/internal/index.d.ts +29 -54
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +108 -133
- package/System.Net.Sockets/internal/metadata.json +224 -28
- package/System.Net.WebSockets/internal/index.d.ts +29 -54
- package/System.Numerics/bindings.json +1030 -142
- package/System.Numerics/internal/index.d.ts +264 -289
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +4 -29
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +3 -28
- package/System.Reflection.Emit/internal/metadata.json +26 -2
- package/System.Reflection.Metadata/bindings.json +46 -6
- package/System.Reflection.Metadata/internal/index.d.ts +31 -56
- package/System.Reflection.Metadata/internal/metadata.json +46 -6
- package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +24 -49
- package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
- package/System.Reflection.PortableExecutable/bindings.json +18 -2
- package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
- package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
- package/System.Resources/bindings.json +11 -1
- package/System.Resources/internal/index.d.ts +3 -28
- package/System.Resources/internal/metadata.json +11 -1
- package/System.Runtime/internal/index.d.ts +0 -25
- package/System.Runtime.CompilerServices/bindings.json +495 -57
- package/System.Runtime.CompilerServices/internal/index.d.ts +68 -93
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
- package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices/bindings.json +377 -47
- package/System.Runtime.InteropServices/internal/index.d.ts +68 -93
- package/System.Runtime.InteropServices/internal/metadata.json +377 -47
- package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
- package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
- package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
- package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
- package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +800 -825
- package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
- package/System.Runtime.Loader/internal/index.d.ts +0 -25
- package/System.Runtime.Remoting/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization/bindings.json +71 -9
- package/System.Runtime.Serialization/internal/index.d.ts +9 -34
- package/System.Runtime.Serialization/internal/metadata.json +71 -9
- package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
- package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
- package/System.Runtime.Versioning/internal/index.d.ts +0 -25
- package/System.Security/internal/index.d.ts +1 -26
- package/System.Security.AccessControl/bindings.json +14 -2
- package/System.Security.AccessControl/internal/index.d.ts +3 -28
- package/System.Security.AccessControl/internal/metadata.json +14 -2
- package/System.Security.Authentication/internal/index.d.ts +0 -25
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
- package/System.Security.Claims/internal/index.d.ts +1 -26
- package/System.Security.Cryptography/bindings.json +1348 -192
- package/System.Security.Cryptography/internal/index.d.ts +593 -618
- package/System.Security.Cryptography/internal/metadata.json +1348 -192
- package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
- package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
- package/System.Security.Permissions/internal/index.d.ts +0 -25
- package/System.Security.Policy/internal/index.d.ts +0 -25
- package/System.Security.Principal/internal/index.d.ts +0 -25
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +137 -162
- package/System.Text/internal/metadata.json +494 -58
- package/System.Text.Encodings.Web/bindings.json +29 -3
- package/System.Text.Encodings.Web/internal/index.d.ts +7 -32
- package/System.Text.Encodings.Web/internal/metadata.json +29 -3
- package/System.Text.Json/bindings.json +309 -43
- package/System.Text.Json/internal/index.d.ts +141 -166
- package/System.Text.Json/internal/metadata.json +309 -43
- package/System.Text.Json.Nodes/bindings.json +46 -6
- package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
- package/System.Text.Json.Nodes/internal/metadata.json +46 -6
- package/System.Text.Json.Schema/internal/index.d.ts +1 -26
- package/System.Text.Json.Serialization/bindings.json +21 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
- package/System.Text.Json.Serialization/internal/metadata.json +21 -3
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +20 -45
- package/System.Text.RegularExpressions/bindings.json +14 -2
- package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
- package/System.Text.RegularExpressions/internal/metadata.json +14 -2
- package/System.Text.Unicode/bindings.json +58 -6
- package/System.Text.Unicode/internal/index.d.ts +12 -37
- package/System.Text.Unicode/internal/metadata.json +58 -6
- package/System.Threading/bindings.json +1012 -140
- package/System.Threading/internal/index.d.ts +149 -174
- package/System.Threading/internal/metadata.json +1012 -140
- package/System.Threading.Channels/bindings.json +14 -2
- package/System.Threading.Channels/internal/index.d.ts +5 -30
- package/System.Threading.Channels/internal/metadata.json +14 -2
- package/System.Threading.Tasks/internal/index.d.ts +23 -48
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +33 -58
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +0 -25
- package/System.Web/internal/index.d.ts +0 -25
- package/System.Windows.Input/internal/index.d.ts +0 -25
- package/System.Windows.Markup/internal/index.d.ts +0 -25
- package/System.Xml/bindings.json +197 -27
- package/System.Xml/internal/index.d.ts +35 -60
- package/System.Xml/internal/metadata.json +197 -27
- package/System.Xml.Linq/internal/index.d.ts +0 -25
- package/System.Xml.Resolvers/internal/index.d.ts +0 -25
- package/System.Xml.Schema/internal/index.d.ts +0 -25
- package/System.Xml.Serialization/internal/index.d.ts +0 -25
- package/System.Xml.XPath/internal/index.d.ts +1 -26
- package/System.Xml.Xsl/internal/index.d.ts +1 -26
- package/System.Xml.Xsl.Runtime/bindings.json +35 -5
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
- package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
- package/System.d.ts +21 -0
- package/__internal/extensions/index.d.ts +463 -463
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
|
|
7
7
|
|
|
8
8
|
// Import support types from @tsonic/types
|
|
9
|
-
import type { ptr
|
|
9
|
+
import type { ptr } from "@tsonic/types";
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import type { IBufferWriter_1, OperationStatus, ReadOnlySequence_1 } from "../../System.Buffers/internal/index.js";
|
|
@@ -22,31 +22,6 @@ import type { ISerializable, SerializationInfo, StreamingContext } from "../../S
|
|
|
22
22
|
import * as System_Internal from "../../System/internal/index.js";
|
|
23
23
|
import type { ArgumentException, Boolean as ClrBoolean, Byte, Char, Decimal, Double, Enum, Exception, ICloneable, IComparable, IComparable_1, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, IUtf8SpanFormattable, IUtf8SpanParsable_1, Object as ClrObject, Range, ReadOnlyMemory_1, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, TypeCode, UInt16, UInt32, UInt64, ValueType, Void } from "../../System/internal/index.js";
|
|
24
24
|
|
|
25
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
26
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
27
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
28
|
-
export type CLROf<T> =
|
|
29
|
-
T extends sbyte ? System_Internal.SByte :
|
|
30
|
-
T extends short ? System_Internal.Int16 :
|
|
31
|
-
T extends int ? System_Internal.Int32 :
|
|
32
|
-
T extends long ? System_Internal.Int64 :
|
|
33
|
-
T extends int128 ? System_Internal.Int128 :
|
|
34
|
-
T extends nint ? System_Internal.IntPtr :
|
|
35
|
-
T extends byte ? System_Internal.Byte :
|
|
36
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
37
|
-
T extends uint ? System_Internal.UInt32 :
|
|
38
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
39
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
40
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
41
|
-
T extends half ? System_Internal.Half :
|
|
42
|
-
T extends float ? System_Internal.Single :
|
|
43
|
-
T extends double ? System_Internal.Double :
|
|
44
|
-
T extends decimal ? System_Internal.Decimal :
|
|
45
|
-
T extends char ? System_Internal.Char :
|
|
46
|
-
T extends boolean ? System_Internal.Boolean :
|
|
47
|
-
T extends string ? System_Internal.String :
|
|
48
|
-
T; // Identity fallback for non-primitive types
|
|
49
|
-
|
|
50
25
|
export enum NormalizationForm {
|
|
51
26
|
formC = 1,
|
|
52
27
|
formD = 2,
|
|
@@ -63,14 +38,14 @@ export interface Rune$instance {
|
|
|
63
38
|
readonly utf8SequenceLength: int;
|
|
64
39
|
readonly value: int;
|
|
65
40
|
compareTo(other: Rune): int;
|
|
66
|
-
encodeToUtf16(destination: Span_1<
|
|
67
|
-
encodeToUtf8(destination: Span_1<
|
|
41
|
+
encodeToUtf16(destination: Span_1<System_Internal.Char>): int;
|
|
42
|
+
encodeToUtf8(destination: Span_1<System_Internal.Byte>): int;
|
|
68
43
|
equals(obj: unknown): boolean;
|
|
69
44
|
equals(other: Rune): boolean;
|
|
70
45
|
getHashCode(): int;
|
|
71
46
|
toString(): string;
|
|
72
|
-
tryEncodeToUtf16(destination: Span_1<
|
|
73
|
-
tryEncodeToUtf8(destination: Span_1<
|
|
47
|
+
tryEncodeToUtf16(destination: Span_1<System_Internal.Char>, charsWritten: int): boolean;
|
|
48
|
+
tryEncodeToUtf8(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
74
49
|
}
|
|
75
50
|
|
|
76
51
|
|
|
@@ -80,10 +55,10 @@ export const Rune: {
|
|
|
80
55
|
new(value: int): Rune$instance;
|
|
81
56
|
new(value: uint): Rune$instance;
|
|
82
57
|
readonly replacementChar: Rune;
|
|
83
|
-
decodeFromUtf16(source: ReadOnlySpan_1<
|
|
84
|
-
decodeFromUtf8(source: ReadOnlySpan_1<
|
|
85
|
-
decodeLastFromUtf16(source: ReadOnlySpan_1<
|
|
86
|
-
decodeLastFromUtf8(source: ReadOnlySpan_1<
|
|
58
|
+
decodeFromUtf16(source: ReadOnlySpan_1<System_Internal.Char>, result: Rune, charsConsumed: int): OperationStatus;
|
|
59
|
+
decodeFromUtf8(source: ReadOnlySpan_1<System_Internal.Byte>, result: Rune, bytesConsumed: int): OperationStatus;
|
|
60
|
+
decodeLastFromUtf16(source: ReadOnlySpan_1<System_Internal.Char>, result: Rune, charsConsumed: int): OperationStatus;
|
|
61
|
+
decodeLastFromUtf8(source: ReadOnlySpan_1<System_Internal.Byte>, value: Rune, bytesConsumed: int): OperationStatus;
|
|
87
62
|
getNumericValue(value: Rune): double;
|
|
88
63
|
getRuneAt(input: string, index: int): Rune;
|
|
89
64
|
getUnicodeCategory(value: Rune): UnicodeCategory;
|
|
@@ -104,11 +79,11 @@ export const Rune: {
|
|
|
104
79
|
toLowerInvariant(value: Rune): Rune;
|
|
105
80
|
toUpper(value: Rune, culture: CultureInfo): Rune;
|
|
106
81
|
toUpperInvariant(value: Rune): Rune;
|
|
107
|
-
tryCreate(highSurrogate: char, lowSurrogate: char, result:
|
|
108
|
-
tryCreate(ch: char, result:
|
|
109
|
-
tryCreate(value: int, result:
|
|
110
|
-
tryCreate(value: uint, result:
|
|
111
|
-
tryGetRuneAt(input: string, index: int, value:
|
|
82
|
+
tryCreate(highSurrogate: char, lowSurrogate: char, result: Rune): boolean;
|
|
83
|
+
tryCreate(ch: char, result: Rune): boolean;
|
|
84
|
+
tryCreate(value: int, result: Rune): boolean;
|
|
85
|
+
tryCreate(value: uint, result: Rune): boolean;
|
|
86
|
+
tryGetRuneAt(input: string, index: int, value: Rune): boolean;
|
|
112
87
|
};
|
|
113
88
|
|
|
114
89
|
|
|
@@ -124,7 +99,7 @@ export interface __Rune$views {
|
|
|
124
99
|
// Structural method bridges for numeric interface constraints
|
|
125
100
|
equals(other: Rune): boolean;
|
|
126
101
|
compareTo(obj: unknown): int;
|
|
127
|
-
tryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").
|
|
102
|
+
tryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Byte>, bytesWritten: int, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").Char>, provider: import("../../System/internal/index").IFormatProvider): boolean;
|
|
128
103
|
}
|
|
129
104
|
|
|
130
105
|
export interface Rune$instance extends System_Internal.IComparable_1$instance<Rune>, System_Internal.IUtf8SpanFormattable$instance, System_Internal.IUtf8SpanParsable_1$instance<Rune> {}
|
|
@@ -133,7 +108,7 @@ export type Rune = Rune$instance & __Rune$views;
|
|
|
133
108
|
|
|
134
109
|
|
|
135
110
|
export interface SpanLineEnumerator$instance {
|
|
136
|
-
readonly current: ReadOnlySpan_1<
|
|
111
|
+
readonly current: ReadOnlySpan_1<System_Internal.Char>;
|
|
137
112
|
getEnumerator(): SpanLineEnumerator;
|
|
138
113
|
moveNext(): boolean;
|
|
139
114
|
reset(): void;
|
|
@@ -146,7 +121,7 @@ export const SpanLineEnumerator: {
|
|
|
146
121
|
|
|
147
122
|
|
|
148
123
|
export interface __SpanLineEnumerator$views {
|
|
149
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<ReadOnlySpan_1<
|
|
124
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<ReadOnlySpan_1<System_Internal.Char>>;
|
|
150
125
|
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
151
126
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
152
127
|
}
|
|
@@ -181,8 +156,8 @@ export interface StringBuilder_AppendInterpolatedStringHandler$instance {
|
|
|
181
156
|
appendFormatted<T>(value: T, format: string): void;
|
|
182
157
|
appendFormatted<T>(value: T, alignment: int): void;
|
|
183
158
|
appendFormatted<T>(value: T, alignment: int, format: string): void;
|
|
184
|
-
appendFormatted(value: ReadOnlySpan_1<
|
|
185
|
-
appendFormatted(value: ReadOnlySpan_1<
|
|
159
|
+
appendFormatted(value: ReadOnlySpan_1<System_Internal.Char>): void;
|
|
160
|
+
appendFormatted(value: ReadOnlySpan_1<System_Internal.Char>, alignment?: int, format?: string): void;
|
|
186
161
|
appendFormatted(value: string): void;
|
|
187
162
|
appendFormatted(value: string, alignment?: int, format?: string): void;
|
|
188
163
|
appendFormatted(value: unknown, alignment?: int, format?: string): void;
|
|
@@ -199,7 +174,7 @@ export const StringBuilder_AppendInterpolatedStringHandler: {
|
|
|
199
174
|
export type StringBuilder_AppendInterpolatedStringHandler = StringBuilder_AppendInterpolatedStringHandler$instance;
|
|
200
175
|
|
|
201
176
|
export interface StringBuilder_ChunkEnumerator$instance {
|
|
202
|
-
readonly current: ReadOnlyMemory_1<
|
|
177
|
+
readonly current: ReadOnlyMemory_1<System_Internal.Char>;
|
|
203
178
|
getEnumerator(): StringBuilder_ChunkEnumerator;
|
|
204
179
|
moveNext(): boolean;
|
|
205
180
|
}
|
|
@@ -242,42 +217,42 @@ export interface ASCIIEncoding$instance extends Encoding$instance {
|
|
|
242
217
|
getByteCount(chars: char[], index: int, count: int): int;
|
|
243
218
|
getByteCount(chars: string): int;
|
|
244
219
|
getByteCount(chars: ptr<char>, count: int): int;
|
|
245
|
-
getByteCount(chars: ReadOnlySpan_1<
|
|
220
|
+
getByteCount(chars: ReadOnlySpan_1<System_Internal.Char>): int;
|
|
246
221
|
getByteCount(chars: char[]): int;
|
|
247
222
|
getByteCount(s: string, index: int, count: int): int;
|
|
248
|
-
getByteCount(chars: ReadOnlySpan_1<
|
|
223
|
+
getByteCount(chars: ReadOnlySpan_1<System_Internal.Char>): int;
|
|
249
224
|
getBytes(chars: string, charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
250
225
|
getBytes(chars: char[], charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
251
226
|
getBytes(chars: ptr<char>, charCount: int, bytes: ptr<byte>, byteCount: int): int;
|
|
252
|
-
getBytes(chars: ReadOnlySpan_1<
|
|
227
|
+
getBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>): int;
|
|
253
228
|
getBytes(chars: char[]): byte[];
|
|
254
229
|
getBytes(chars: char[], index: int, count: int): byte[];
|
|
255
230
|
getBytes(s: string): byte[];
|
|
256
231
|
getBytes(s: string, index: int, count: int): byte[];
|
|
257
|
-
getBytes(chars: ReadOnlySpan_1<
|
|
232
|
+
getBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>): int;
|
|
258
233
|
getCharCount(bytes: byte[], index: int, count: int): int;
|
|
259
234
|
getCharCount(bytes: ptr<byte>, count: int): int;
|
|
260
|
-
getCharCount(bytes: ReadOnlySpan_1<
|
|
235
|
+
getCharCount(bytes: ReadOnlySpan_1<System_Internal.Byte>): int;
|
|
261
236
|
getCharCount(bytes: byte[]): int;
|
|
262
|
-
getCharCount(bytes: ReadOnlySpan_1<
|
|
237
|
+
getCharCount(bytes: ReadOnlySpan_1<System_Internal.Byte>): int;
|
|
263
238
|
getChars(bytes: byte[], byteIndex: int, byteCount: int, chars: char[], charIndex: int): int;
|
|
264
239
|
getChars(bytes: ptr<byte>, byteCount: int, chars: ptr<char>, charCount: int): int;
|
|
265
|
-
getChars(bytes: ReadOnlySpan_1<
|
|
240
|
+
getChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>): int;
|
|
266
241
|
getChars(bytes: byte[]): char[];
|
|
267
242
|
getChars(bytes: byte[], index: int, count: int): char[];
|
|
268
|
-
getChars(bytes: ReadOnlySpan_1<
|
|
243
|
+
getChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>): int;
|
|
269
244
|
getDecoder(): Decoder;
|
|
270
245
|
getEncoder(): Encoder;
|
|
271
246
|
getMaxByteCount(charCount: int): int;
|
|
272
247
|
getMaxCharCount(byteCount: int): int;
|
|
273
248
|
getString(bytes: byte[], byteIndex: int, byteCount: int): string;
|
|
274
249
|
getString(bytes: ptr<byte>, byteCount: int): string;
|
|
275
|
-
getString(bytes: ReadOnlySpan_1<
|
|
250
|
+
getString(bytes: ReadOnlySpan_1<System_Internal.Byte>): string;
|
|
276
251
|
getString(bytes: byte[]): string;
|
|
277
|
-
tryGetBytes(chars: ReadOnlySpan_1<
|
|
278
|
-
tryGetBytes(chars: ReadOnlySpan_1<
|
|
279
|
-
tryGetChars(bytes: ReadOnlySpan_1<
|
|
280
|
-
tryGetChars(bytes: ReadOnlySpan_1<
|
|
252
|
+
tryGetBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
253
|
+
tryGetBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
254
|
+
tryGetChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>, charsWritten: int): boolean;
|
|
255
|
+
tryGetChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>, charsWritten: int): boolean;
|
|
281
256
|
}
|
|
282
257
|
|
|
283
258
|
|
|
@@ -328,17 +303,17 @@ export type CompositeFormat = CompositeFormat$instance;
|
|
|
328
303
|
export interface Decoder$instance {
|
|
329
304
|
fallback: DecoderFallback;
|
|
330
305
|
readonly fallbackBuffer: DecoderFallbackBuffer;
|
|
331
|
-
convert(bytes: byte[], byteIndex: int, byteCount: int, chars: char[], charIndex: int, charCount: int, flush: boolean, bytesUsed:
|
|
332
|
-
convert(bytes: ptr<byte>, byteCount: int, chars: ptr<char>, charCount: int, flush: boolean, bytesUsed:
|
|
333
|
-
convert(bytes: ReadOnlySpan_1<
|
|
306
|
+
convert(bytes: byte[], byteIndex: int, byteCount: int, chars: char[], charIndex: int, charCount: int, flush: boolean, bytesUsed: int, charsUsed: int, completed: boolean): void;
|
|
307
|
+
convert(bytes: ptr<byte>, byteCount: int, chars: ptr<char>, charCount: int, flush: boolean, bytesUsed: int, charsUsed: int, completed: boolean): void;
|
|
308
|
+
convert(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>, flush: boolean, bytesUsed: int, charsUsed: int, completed: boolean): void;
|
|
334
309
|
getCharCount(bytes: byte[], index: int, count: int): int;
|
|
335
310
|
getCharCount(bytes: byte[], index: int, count: int, flush: boolean): int;
|
|
336
311
|
getCharCount(bytes: ptr<byte>, count: int, flush: boolean): int;
|
|
337
|
-
getCharCount(bytes: ReadOnlySpan_1<
|
|
312
|
+
getCharCount(bytes: ReadOnlySpan_1<System_Internal.Byte>, flush: boolean): int;
|
|
338
313
|
getChars(bytes: byte[], byteIndex: int, byteCount: int, chars: char[], charIndex: int): int;
|
|
339
314
|
getChars(bytes: byte[], byteIndex: int, byteCount: int, chars: char[], charIndex: int, flush: boolean): int;
|
|
340
315
|
getChars(bytes: ptr<byte>, byteCount: int, chars: ptr<char>, charCount: int, flush: boolean): int;
|
|
341
|
-
getChars(bytes: ReadOnlySpan_1<
|
|
316
|
+
getChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>, flush: boolean): int;
|
|
342
317
|
reset(): void;
|
|
343
318
|
}
|
|
344
319
|
|
|
@@ -466,15 +441,15 @@ export type DecoderReplacementFallbackBuffer = DecoderReplacementFallbackBuffer$
|
|
|
466
441
|
export interface Encoder$instance {
|
|
467
442
|
fallback: EncoderFallback;
|
|
468
443
|
readonly fallbackBuffer: EncoderFallbackBuffer;
|
|
469
|
-
convert(chars: char[], charIndex: int, charCount: int, bytes: byte[], byteIndex: int, byteCount: int, flush: boolean, charsUsed:
|
|
470
|
-
convert(chars: ptr<char>, charCount: int, bytes: ptr<byte>, byteCount: int, flush: boolean, charsUsed:
|
|
471
|
-
convert(chars: ReadOnlySpan_1<
|
|
444
|
+
convert(chars: char[], charIndex: int, charCount: int, bytes: byte[], byteIndex: int, byteCount: int, flush: boolean, charsUsed: int, bytesUsed: int, completed: boolean): void;
|
|
445
|
+
convert(chars: ptr<char>, charCount: int, bytes: ptr<byte>, byteCount: int, flush: boolean, charsUsed: int, bytesUsed: int, completed: boolean): void;
|
|
446
|
+
convert(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>, flush: boolean, charsUsed: int, bytesUsed: int, completed: boolean): void;
|
|
472
447
|
getByteCount(chars: char[], index: int, count: int, flush: boolean): int;
|
|
473
448
|
getByteCount(chars: ptr<char>, count: int, flush: boolean): int;
|
|
474
|
-
getByteCount(chars: ReadOnlySpan_1<
|
|
449
|
+
getByteCount(chars: ReadOnlySpan_1<System_Internal.Char>, flush: boolean): int;
|
|
475
450
|
getBytes(chars: char[], charIndex: int, charCount: int, bytes: byte[], byteIndex: int, flush: boolean): int;
|
|
476
451
|
getBytes(chars: ptr<char>, charCount: int, bytes: ptr<byte>, byteCount: int, flush: boolean): int;
|
|
477
|
-
getBytes(chars: ReadOnlySpan_1<
|
|
452
|
+
getBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>, flush: boolean): int;
|
|
478
453
|
reset(): void;
|
|
479
454
|
}
|
|
480
455
|
|
|
@@ -617,7 +592,7 @@ export interface Encoding$instance {
|
|
|
617
592
|
readonly isMailNewsSave: boolean;
|
|
618
593
|
readonly isReadOnly: boolean;
|
|
619
594
|
readonly isSingleByte: boolean;
|
|
620
|
-
readonly preamble: ReadOnlySpan_1<
|
|
595
|
+
readonly preamble: ReadOnlySpan_1<System_Internal.Byte>;
|
|
621
596
|
readonly webName: string;
|
|
622
597
|
readonly windowsCodePage: int;
|
|
623
598
|
clone(): unknown;
|
|
@@ -627,7 +602,7 @@ export interface Encoding$instance {
|
|
|
627
602
|
getByteCount(chars: char[], index: int, count: int): int;
|
|
628
603
|
getByteCount(s: string, index: int, count: int): int;
|
|
629
604
|
getByteCount(chars: ptr<char>, count: int): int;
|
|
630
|
-
getByteCount(chars: ReadOnlySpan_1<
|
|
605
|
+
getByteCount(chars: ReadOnlySpan_1<System_Internal.Char>): int;
|
|
631
606
|
getBytes(chars: char[]): byte[];
|
|
632
607
|
getBytes(chars: char[], index: int, count: int): byte[];
|
|
633
608
|
getBytes(chars: char[], charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
@@ -635,16 +610,16 @@ export interface Encoding$instance {
|
|
|
635
610
|
getBytes(s: string, index: int, count: int): byte[];
|
|
636
611
|
getBytes(s: string, charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
637
612
|
getBytes(chars: ptr<char>, charCount: int, bytes: ptr<byte>, byteCount: int): int;
|
|
638
|
-
getBytes(chars: ReadOnlySpan_1<
|
|
613
|
+
getBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>): int;
|
|
639
614
|
getCharCount(bytes: byte[]): int;
|
|
640
615
|
getCharCount(bytes: byte[], index: int, count: int): int;
|
|
641
616
|
getCharCount(bytes: ptr<byte>, count: int): int;
|
|
642
|
-
getCharCount(bytes: ReadOnlySpan_1<
|
|
617
|
+
getCharCount(bytes: ReadOnlySpan_1<System_Internal.Byte>): int;
|
|
643
618
|
getChars(bytes: byte[]): char[];
|
|
644
619
|
getChars(bytes: byte[], index: int, count: int): char[];
|
|
645
620
|
getChars(bytes: byte[], byteIndex: int, byteCount: int, chars: char[], charIndex: int): int;
|
|
646
621
|
getChars(bytes: ptr<byte>, byteCount: int, chars: ptr<char>, charCount: int): int;
|
|
647
|
-
getChars(bytes: ReadOnlySpan_1<
|
|
622
|
+
getChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>): int;
|
|
648
623
|
getDecoder(): Decoder;
|
|
649
624
|
getEncoder(): Encoder;
|
|
650
625
|
getHashCode(): int;
|
|
@@ -652,13 +627,13 @@ export interface Encoding$instance {
|
|
|
652
627
|
getMaxCharCount(byteCount: int): int;
|
|
653
628
|
getPreamble(): byte[];
|
|
654
629
|
getString(bytes: ptr<byte>, byteCount: int): string;
|
|
655
|
-
getString(bytes: ReadOnlySpan_1<
|
|
630
|
+
getString(bytes: ReadOnlySpan_1<System_Internal.Byte>): string;
|
|
656
631
|
getString(bytes: byte[]): string;
|
|
657
632
|
getString(bytes: byte[], index: int, count: int): string;
|
|
658
633
|
isAlwaysNormalized(): boolean;
|
|
659
634
|
isAlwaysNormalized(form: NormalizationForm): boolean;
|
|
660
|
-
tryGetBytes(chars: ReadOnlySpan_1<
|
|
661
|
-
tryGetChars(bytes: ReadOnlySpan_1<
|
|
635
|
+
tryGetBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
636
|
+
tryGetChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>, charsWritten: int): boolean;
|
|
662
637
|
}
|
|
663
638
|
|
|
664
639
|
|
|
@@ -751,10 +726,10 @@ export interface StringBuilder$instance {
|
|
|
751
726
|
append(value: ulong): StringBuilder;
|
|
752
727
|
append(value: unknown): StringBuilder;
|
|
753
728
|
append(value: char[]): StringBuilder;
|
|
754
|
-
append(value: ReadOnlySpan_1<
|
|
755
|
-
append(value: ReadOnlyMemory_1<
|
|
756
|
-
append(handler:
|
|
757
|
-
append(provider: IFormatProvider, handler:
|
|
729
|
+
append(value: ReadOnlySpan_1<System_Internal.Char>): StringBuilder;
|
|
730
|
+
append(value: ReadOnlyMemory_1<System_Internal.Char>): StringBuilder;
|
|
731
|
+
append(handler: StringBuilder_AppendInterpolatedStringHandler): StringBuilder;
|
|
732
|
+
append(provider: IFormatProvider, handler: StringBuilder_AppendInterpolatedStringHandler): StringBuilder;
|
|
758
733
|
append(value: ptr<char>, valueCount: int): StringBuilder;
|
|
759
734
|
appendFormat(format: string, arg0: unknown): StringBuilder;
|
|
760
735
|
appendFormat(format: string, arg0: unknown, arg1: unknown): StringBuilder;
|
|
@@ -775,22 +750,22 @@ export interface StringBuilder$instance {
|
|
|
775
750
|
appendJoin(separator: string, values: ReadOnlySpan_1<unknown>): StringBuilder;
|
|
776
751
|
appendJoin<T>(separator: string, values: IEnumerable_1<T>): StringBuilder;
|
|
777
752
|
appendJoin(separator: string, ...values: string[]): StringBuilder;
|
|
778
|
-
appendJoin(separator: string, values: ReadOnlySpan_1<
|
|
753
|
+
appendJoin(separator: string, values: ReadOnlySpan_1<System_Internal.String>): StringBuilder;
|
|
779
754
|
appendJoin(separator: char, ...values: unknown[]): StringBuilder;
|
|
780
755
|
appendJoin(separator: char, values: ReadOnlySpan_1<unknown>): StringBuilder;
|
|
781
756
|
appendJoin<T>(separator: char, values: IEnumerable_1<T>): StringBuilder;
|
|
782
757
|
appendJoin(separator: char, ...values: string[]): StringBuilder;
|
|
783
|
-
appendJoin(separator: char, values: ReadOnlySpan_1<
|
|
758
|
+
appendJoin(separator: char, values: ReadOnlySpan_1<System_Internal.String>): StringBuilder;
|
|
784
759
|
appendLine(): StringBuilder;
|
|
785
760
|
appendLine(value: string): StringBuilder;
|
|
786
|
-
appendLine(handler:
|
|
787
|
-
appendLine(provider: IFormatProvider, handler:
|
|
761
|
+
appendLine(handler: StringBuilder_AppendInterpolatedStringHandler): StringBuilder;
|
|
762
|
+
appendLine(provider: IFormatProvider, handler: StringBuilder_AppendInterpolatedStringHandler): StringBuilder;
|
|
788
763
|
clear(): StringBuilder;
|
|
789
764
|
copyTo(sourceIndex: int, destination: char[], destinationIndex: int, count: int): void;
|
|
790
|
-
copyTo(sourceIndex: int, destination: Span_1<
|
|
765
|
+
copyTo(sourceIndex: int, destination: Span_1<System_Internal.Char>, count: int): void;
|
|
791
766
|
ensureCapacity(capacity: int): int;
|
|
792
767
|
equals(sb: StringBuilder): boolean;
|
|
793
|
-
equals(span: ReadOnlySpan_1<
|
|
768
|
+
equals(span: ReadOnlySpan_1<System_Internal.Char>): boolean;
|
|
794
769
|
getChunks(): StringBuilder_ChunkEnumerator;
|
|
795
770
|
insert(index: int, value: string, count: int): StringBuilder;
|
|
796
771
|
insert(index: int, value: string): StringBuilder;
|
|
@@ -810,12 +785,12 @@ export interface StringBuilder$instance {
|
|
|
810
785
|
insert(index: int, value: uint): StringBuilder;
|
|
811
786
|
insert(index: int, value: ulong): StringBuilder;
|
|
812
787
|
insert(index: int, value: unknown): StringBuilder;
|
|
813
|
-
insert(index: int, value: ReadOnlySpan_1<
|
|
788
|
+
insert(index: int, value: ReadOnlySpan_1<System_Internal.Char>): StringBuilder;
|
|
814
789
|
remove(startIndex: int, length: int): StringBuilder;
|
|
815
790
|
replace(oldValue: string, newValue: string): StringBuilder;
|
|
816
|
-
replace(oldValue: ReadOnlySpan_1<
|
|
791
|
+
replace(oldValue: ReadOnlySpan_1<System_Internal.Char>, newValue: ReadOnlySpan_1<System_Internal.Char>): StringBuilder;
|
|
817
792
|
replace(oldValue: string, newValue: string, startIndex: int, count: int): StringBuilder;
|
|
818
|
-
replace(oldValue: ReadOnlySpan_1<
|
|
793
|
+
replace(oldValue: ReadOnlySpan_1<System_Internal.Char>, newValue: ReadOnlySpan_1<System_Internal.Char>, startIndex: int, count: int): StringBuilder;
|
|
819
794
|
replace(oldChar: char, newChar: char): StringBuilder;
|
|
820
795
|
replace(oldChar: char, newChar: char, startIndex: int, count: int): StringBuilder;
|
|
821
796
|
toString(): string;
|
|
@@ -843,7 +818,7 @@ export type StringBuilder = StringBuilder$instance & __StringBuilder$views;
|
|
|
843
818
|
|
|
844
819
|
|
|
845
820
|
export interface UnicodeEncoding$instance extends Encoding$instance {
|
|
846
|
-
readonly preamble: ReadOnlySpan_1<
|
|
821
|
+
readonly preamble: ReadOnlySpan_1<System_Internal.Byte>;
|
|
847
822
|
clone(): unknown;
|
|
848
823
|
equals(value: unknown): boolean;
|
|
849
824
|
getByteCount(chars: char[], index: int, count: int): int;
|
|
@@ -851,7 +826,7 @@ export interface UnicodeEncoding$instance extends Encoding$instance {
|
|
|
851
826
|
getByteCount(chars: ptr<char>, count: int): int;
|
|
852
827
|
getByteCount(chars: char[]): int;
|
|
853
828
|
getByteCount(s: string, index: int, count: int): int;
|
|
854
|
-
getByteCount(chars: ReadOnlySpan_1<
|
|
829
|
+
getByteCount(chars: ReadOnlySpan_1<System_Internal.Char>): int;
|
|
855
830
|
getBytes(s: string, charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
856
831
|
getBytes(chars: char[], charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
857
832
|
getBytes(chars: ptr<char>, charCount: int, bytes: ptr<byte>, byteCount: int): int;
|
|
@@ -859,16 +834,16 @@ export interface UnicodeEncoding$instance extends Encoding$instance {
|
|
|
859
834
|
getBytes(chars: char[], index: int, count: int): byte[];
|
|
860
835
|
getBytes(s: string): byte[];
|
|
861
836
|
getBytes(s: string, index: int, count: int): byte[];
|
|
862
|
-
getBytes(chars: ReadOnlySpan_1<
|
|
837
|
+
getBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>): int;
|
|
863
838
|
getCharCount(bytes: byte[], index: int, count: int): int;
|
|
864
839
|
getCharCount(bytes: ptr<byte>, count: int): int;
|
|
865
840
|
getCharCount(bytes: byte[]): int;
|
|
866
|
-
getCharCount(bytes: ReadOnlySpan_1<
|
|
841
|
+
getCharCount(bytes: ReadOnlySpan_1<System_Internal.Byte>): int;
|
|
867
842
|
getChars(bytes: byte[], byteIndex: int, byteCount: int, chars: char[], charIndex: int): int;
|
|
868
843
|
getChars(bytes: ptr<byte>, byteCount: int, chars: ptr<char>, charCount: int): int;
|
|
869
844
|
getChars(bytes: byte[]): char[];
|
|
870
845
|
getChars(bytes: byte[], index: int, count: int): char[];
|
|
871
|
-
getChars(bytes: ReadOnlySpan_1<
|
|
846
|
+
getChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>): int;
|
|
872
847
|
getDecoder(): Decoder;
|
|
873
848
|
getEncoder(): Encoder;
|
|
874
849
|
getHashCode(): int;
|
|
@@ -877,7 +852,7 @@ export interface UnicodeEncoding$instance extends Encoding$instance {
|
|
|
877
852
|
getPreamble(): byte[];
|
|
878
853
|
getString(bytes: byte[], index: int, count: int): string;
|
|
879
854
|
getString(bytes: ptr<byte>, byteCount: int): string;
|
|
880
|
-
getString(bytes: ReadOnlySpan_1<
|
|
855
|
+
getString(bytes: ReadOnlySpan_1<System_Internal.Byte>): string;
|
|
881
856
|
getString(bytes: byte[]): string;
|
|
882
857
|
}
|
|
883
858
|
|
|
@@ -898,7 +873,7 @@ export type UnicodeEncoding = UnicodeEncoding$instance & __UnicodeEncoding$views
|
|
|
898
873
|
|
|
899
874
|
|
|
900
875
|
export interface UTF32Encoding$instance extends Encoding$instance {
|
|
901
|
-
readonly preamble: ReadOnlySpan_1<
|
|
876
|
+
readonly preamble: ReadOnlySpan_1<System_Internal.Byte>;
|
|
902
877
|
clone(): unknown;
|
|
903
878
|
equals(value: unknown): boolean;
|
|
904
879
|
getByteCount(chars: char[], index: int, count: int): int;
|
|
@@ -906,7 +881,7 @@ export interface UTF32Encoding$instance extends Encoding$instance {
|
|
|
906
881
|
getByteCount(chars: ptr<char>, count: int): int;
|
|
907
882
|
getByteCount(chars: char[]): int;
|
|
908
883
|
getByteCount(s: string, index: int, count: int): int;
|
|
909
|
-
getByteCount(chars: ReadOnlySpan_1<
|
|
884
|
+
getByteCount(chars: ReadOnlySpan_1<System_Internal.Char>): int;
|
|
910
885
|
getBytes(s: string, charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
911
886
|
getBytes(chars: char[], charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
912
887
|
getBytes(chars: ptr<char>, charCount: int, bytes: ptr<byte>, byteCount: int): int;
|
|
@@ -914,16 +889,16 @@ export interface UTF32Encoding$instance extends Encoding$instance {
|
|
|
914
889
|
getBytes(chars: char[], index: int, count: int): byte[];
|
|
915
890
|
getBytes(s: string): byte[];
|
|
916
891
|
getBytes(s: string, index: int, count: int): byte[];
|
|
917
|
-
getBytes(chars: ReadOnlySpan_1<
|
|
892
|
+
getBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>): int;
|
|
918
893
|
getCharCount(bytes: byte[], index: int, count: int): int;
|
|
919
894
|
getCharCount(bytes: ptr<byte>, count: int): int;
|
|
920
895
|
getCharCount(bytes: byte[]): int;
|
|
921
|
-
getCharCount(bytes: ReadOnlySpan_1<
|
|
896
|
+
getCharCount(bytes: ReadOnlySpan_1<System_Internal.Byte>): int;
|
|
922
897
|
getChars(bytes: byte[], byteIndex: int, byteCount: int, chars: char[], charIndex: int): int;
|
|
923
898
|
getChars(bytes: ptr<byte>, byteCount: int, chars: ptr<char>, charCount: int): int;
|
|
924
899
|
getChars(bytes: byte[]): char[];
|
|
925
900
|
getChars(bytes: byte[], index: int, count: int): char[];
|
|
926
|
-
getChars(bytes: ReadOnlySpan_1<
|
|
901
|
+
getChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>): int;
|
|
927
902
|
getDecoder(): Decoder;
|
|
928
903
|
getEncoder(): Encoder;
|
|
929
904
|
getHashCode(): int;
|
|
@@ -932,7 +907,7 @@ export interface UTF32Encoding$instance extends Encoding$instance {
|
|
|
932
907
|
getPreamble(): byte[];
|
|
933
908
|
getString(bytes: byte[], index: int, count: int): string;
|
|
934
909
|
getString(bytes: ptr<byte>, byteCount: int): string;
|
|
935
|
-
getString(bytes: ReadOnlySpan_1<
|
|
910
|
+
getString(bytes: ReadOnlySpan_1<System_Internal.Byte>): string;
|
|
936
911
|
getString(bytes: byte[]): string;
|
|
937
912
|
}
|
|
938
913
|
|
|
@@ -959,7 +934,7 @@ export interface UTF7Encoding$instance extends Encoding$instance {
|
|
|
959
934
|
getByteCount(chars: ptr<char>, count: int): int;
|
|
960
935
|
getByteCount(chars: char[]): int;
|
|
961
936
|
getByteCount(s: string, index: int, count: int): int;
|
|
962
|
-
getByteCount(chars: ReadOnlySpan_1<
|
|
937
|
+
getByteCount(chars: ReadOnlySpan_1<System_Internal.Char>): int;
|
|
963
938
|
getBytes(s: string, charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
964
939
|
getBytes(chars: char[], charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
965
940
|
getBytes(chars: ptr<char>, charCount: int, bytes: ptr<byte>, byteCount: int): int;
|
|
@@ -967,16 +942,16 @@ export interface UTF7Encoding$instance extends Encoding$instance {
|
|
|
967
942
|
getBytes(chars: char[], index: int, count: int): byte[];
|
|
968
943
|
getBytes(s: string): byte[];
|
|
969
944
|
getBytes(s: string, index: int, count: int): byte[];
|
|
970
|
-
getBytes(chars: ReadOnlySpan_1<
|
|
945
|
+
getBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>): int;
|
|
971
946
|
getCharCount(bytes: byte[], index: int, count: int): int;
|
|
972
947
|
getCharCount(bytes: ptr<byte>, count: int): int;
|
|
973
948
|
getCharCount(bytes: byte[]): int;
|
|
974
|
-
getCharCount(bytes: ReadOnlySpan_1<
|
|
949
|
+
getCharCount(bytes: ReadOnlySpan_1<System_Internal.Byte>): int;
|
|
975
950
|
getChars(bytes: byte[], byteIndex: int, byteCount: int, chars: char[], charIndex: int): int;
|
|
976
951
|
getChars(bytes: ptr<byte>, byteCount: int, chars: ptr<char>, charCount: int): int;
|
|
977
952
|
getChars(bytes: byte[]): char[];
|
|
978
953
|
getChars(bytes: byte[], index: int, count: int): char[];
|
|
979
|
-
getChars(bytes: ReadOnlySpan_1<
|
|
954
|
+
getChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>): int;
|
|
980
955
|
getDecoder(): Decoder;
|
|
981
956
|
getEncoder(): Encoder;
|
|
982
957
|
getHashCode(): int;
|
|
@@ -984,7 +959,7 @@ export interface UTF7Encoding$instance extends Encoding$instance {
|
|
|
984
959
|
getMaxCharCount(byteCount: int): int;
|
|
985
960
|
getString(bytes: byte[], index: int, count: int): string;
|
|
986
961
|
getString(bytes: ptr<byte>, byteCount: int): string;
|
|
987
|
-
getString(bytes: ReadOnlySpan_1<
|
|
962
|
+
getString(bytes: ReadOnlySpan_1<System_Internal.Byte>): string;
|
|
988
963
|
getString(bytes: byte[]): string;
|
|
989
964
|
}
|
|
990
965
|
|
|
@@ -1003,36 +978,36 @@ export type UTF7Encoding = UTF7Encoding$instance & __UTF7Encoding$views;
|
|
|
1003
978
|
|
|
1004
979
|
|
|
1005
980
|
export interface UTF8Encoding$instance extends Encoding$instance {
|
|
1006
|
-
readonly preamble: ReadOnlySpan_1<
|
|
981
|
+
readonly preamble: ReadOnlySpan_1<System_Internal.Byte>;
|
|
1007
982
|
clone(): unknown;
|
|
1008
983
|
equals(value: unknown): boolean;
|
|
1009
984
|
getByteCount(chars: char[], index: int, count: int): int;
|
|
1010
985
|
getByteCount(chars: string): int;
|
|
1011
986
|
getByteCount(chars: ptr<char>, count: int): int;
|
|
1012
|
-
getByteCount(chars: ReadOnlySpan_1<
|
|
987
|
+
getByteCount(chars: ReadOnlySpan_1<System_Internal.Char>): int;
|
|
1013
988
|
getByteCount(chars: char[]): int;
|
|
1014
989
|
getByteCount(s: string, index: int, count: int): int;
|
|
1015
|
-
getByteCount(chars: ReadOnlySpan_1<
|
|
990
|
+
getByteCount(chars: ReadOnlySpan_1<System_Internal.Char>): int;
|
|
1016
991
|
getBytes(s: string, charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
1017
992
|
getBytes(chars: char[], charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
1018
993
|
getBytes(chars: ptr<char>, charCount: int, bytes: ptr<byte>, byteCount: int): int;
|
|
1019
|
-
getBytes(chars: ReadOnlySpan_1<
|
|
994
|
+
getBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>): int;
|
|
1020
995
|
getBytes(chars: char[]): byte[];
|
|
1021
996
|
getBytes(chars: char[], index: int, count: int): byte[];
|
|
1022
997
|
getBytes(s: string): byte[];
|
|
1023
998
|
getBytes(s: string, index: int, count: int): byte[];
|
|
1024
|
-
getBytes(chars: ReadOnlySpan_1<
|
|
999
|
+
getBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>): int;
|
|
1025
1000
|
getCharCount(bytes: byte[], index: int, count: int): int;
|
|
1026
1001
|
getCharCount(bytes: ptr<byte>, count: int): int;
|
|
1027
|
-
getCharCount(bytes: ReadOnlySpan_1<
|
|
1002
|
+
getCharCount(bytes: ReadOnlySpan_1<System_Internal.Byte>): int;
|
|
1028
1003
|
getCharCount(bytes: byte[]): int;
|
|
1029
|
-
getCharCount(bytes: ReadOnlySpan_1<
|
|
1004
|
+
getCharCount(bytes: ReadOnlySpan_1<System_Internal.Byte>): int;
|
|
1030
1005
|
getChars(bytes: byte[], byteIndex: int, byteCount: int, chars: char[], charIndex: int): int;
|
|
1031
1006
|
getChars(bytes: ptr<byte>, byteCount: int, chars: ptr<char>, charCount: int): int;
|
|
1032
|
-
getChars(bytes: ReadOnlySpan_1<
|
|
1007
|
+
getChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>): int;
|
|
1033
1008
|
getChars(bytes: byte[]): char[];
|
|
1034
1009
|
getChars(bytes: byte[], index: int, count: int): char[];
|
|
1035
|
-
getChars(bytes: ReadOnlySpan_1<
|
|
1010
|
+
getChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>): int;
|
|
1036
1011
|
getDecoder(): Decoder;
|
|
1037
1012
|
getEncoder(): Encoder;
|
|
1038
1013
|
getHashCode(): int;
|
|
@@ -1041,12 +1016,12 @@ export interface UTF8Encoding$instance extends Encoding$instance {
|
|
|
1041
1016
|
getPreamble(): byte[];
|
|
1042
1017
|
getString(bytes: byte[], index: int, count: int): string;
|
|
1043
1018
|
getString(bytes: ptr<byte>, byteCount: int): string;
|
|
1044
|
-
getString(bytes: ReadOnlySpan_1<
|
|
1019
|
+
getString(bytes: ReadOnlySpan_1<System_Internal.Byte>): string;
|
|
1045
1020
|
getString(bytes: byte[]): string;
|
|
1046
|
-
tryGetBytes(chars: ReadOnlySpan_1<
|
|
1047
|
-
tryGetBytes(chars: ReadOnlySpan_1<
|
|
1048
|
-
tryGetChars(bytes: ReadOnlySpan_1<
|
|
1049
|
-
tryGetChars(bytes: ReadOnlySpan_1<
|
|
1021
|
+
tryGetBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
1022
|
+
tryGetBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
1023
|
+
tryGetChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>, charsWritten: int): boolean;
|
|
1024
|
+
tryGetChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>, charsWritten: int): boolean;
|
|
1050
1025
|
}
|
|
1051
1026
|
|
|
1052
1027
|
|
|
@@ -1065,56 +1040,56 @@ export type UTF8Encoding = UTF8Encoding$instance & __UTF8Encoding$views;
|
|
|
1065
1040
|
|
|
1066
1041
|
|
|
1067
1042
|
export abstract class Ascii$instance {
|
|
1068
|
-
static equals(left: ReadOnlySpan_1<
|
|
1069
|
-
static equals(left: ReadOnlySpan_1<
|
|
1070
|
-
static equals(left: ReadOnlySpan_1<
|
|
1071
|
-
static equals(left: ReadOnlySpan_1<
|
|
1072
|
-
static equalsIgnoreCase(left: ReadOnlySpan_1<
|
|
1073
|
-
static equalsIgnoreCase(left: ReadOnlySpan_1<
|
|
1074
|
-
static equalsIgnoreCase(left: ReadOnlySpan_1<
|
|
1075
|
-
static equalsIgnoreCase(left: ReadOnlySpan_1<
|
|
1076
|
-
static fromUtf16(source: ReadOnlySpan_1<
|
|
1043
|
+
static equals(left: ReadOnlySpan_1<System_Internal.Byte>, right: ReadOnlySpan_1<System_Internal.Byte>): boolean;
|
|
1044
|
+
static equals(left: ReadOnlySpan_1<System_Internal.Byte>, right: ReadOnlySpan_1<System_Internal.Char>): boolean;
|
|
1045
|
+
static equals(left: ReadOnlySpan_1<System_Internal.Char>, right: ReadOnlySpan_1<System_Internal.Byte>): boolean;
|
|
1046
|
+
static equals(left: ReadOnlySpan_1<System_Internal.Char>, right: ReadOnlySpan_1<System_Internal.Char>): boolean;
|
|
1047
|
+
static equalsIgnoreCase(left: ReadOnlySpan_1<System_Internal.Byte>, right: ReadOnlySpan_1<System_Internal.Byte>): boolean;
|
|
1048
|
+
static equalsIgnoreCase(left: ReadOnlySpan_1<System_Internal.Byte>, right: ReadOnlySpan_1<System_Internal.Char>): boolean;
|
|
1049
|
+
static equalsIgnoreCase(left: ReadOnlySpan_1<System_Internal.Char>, right: ReadOnlySpan_1<System_Internal.Byte>): boolean;
|
|
1050
|
+
static equalsIgnoreCase(left: ReadOnlySpan_1<System_Internal.Char>, right: ReadOnlySpan_1<System_Internal.Char>): boolean;
|
|
1051
|
+
static fromUtf16(source: ReadOnlySpan_1<System_Internal.Char>, destination: Span_1<System_Internal.Byte>, bytesWritten: int): OperationStatus;
|
|
1077
1052
|
static isValid(value: byte): boolean;
|
|
1078
1053
|
static isValid(value: char): boolean;
|
|
1079
|
-
static isValid(value: ReadOnlySpan_1<
|
|
1080
|
-
static isValid(value: ReadOnlySpan_1<
|
|
1081
|
-
static toLower(source: ReadOnlySpan_1<
|
|
1082
|
-
static toLower(source: ReadOnlySpan_1<
|
|
1083
|
-
static toLower(source: ReadOnlySpan_1<
|
|
1084
|
-
static toLower(source: ReadOnlySpan_1<
|
|
1085
|
-
static toLowerInPlace(value: Span_1<
|
|
1086
|
-
static toLowerInPlace(value: Span_1<
|
|
1087
|
-
static toUpper(source: ReadOnlySpan_1<
|
|
1088
|
-
static toUpper(source: ReadOnlySpan_1<
|
|
1089
|
-
static toUpper(source: ReadOnlySpan_1<
|
|
1090
|
-
static toUpper(source: ReadOnlySpan_1<
|
|
1091
|
-
static toUpperInPlace(value: Span_1<
|
|
1092
|
-
static toUpperInPlace(value: Span_1<
|
|
1093
|
-
static toUtf16(source: ReadOnlySpan_1<
|
|
1094
|
-
static trim(value: ReadOnlySpan_1<
|
|
1095
|
-
static trim(value: ReadOnlySpan_1<
|
|
1096
|
-
static trimEnd(value: ReadOnlySpan_1<
|
|
1097
|
-
static trimEnd(value: ReadOnlySpan_1<
|
|
1098
|
-
static trimStart(value: ReadOnlySpan_1<
|
|
1099
|
-
static trimStart(value: ReadOnlySpan_1<
|
|
1054
|
+
static isValid(value: ReadOnlySpan_1<System_Internal.Byte>): boolean;
|
|
1055
|
+
static isValid(value: ReadOnlySpan_1<System_Internal.Char>): boolean;
|
|
1056
|
+
static toLower(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, bytesWritten: int): OperationStatus;
|
|
1057
|
+
static toLower(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Char>, charsWritten: int): OperationStatus;
|
|
1058
|
+
static toLower(source: ReadOnlySpan_1<System_Internal.Char>, destination: Span_1<System_Internal.Byte>, bytesWritten: int): OperationStatus;
|
|
1059
|
+
static toLower(source: ReadOnlySpan_1<System_Internal.Char>, destination: Span_1<System_Internal.Char>, charsWritten: int): OperationStatus;
|
|
1060
|
+
static toLowerInPlace(value: Span_1<System_Internal.Byte>, bytesWritten: int): OperationStatus;
|
|
1061
|
+
static toLowerInPlace(value: Span_1<System_Internal.Char>, charsWritten: int): OperationStatus;
|
|
1062
|
+
static toUpper(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, bytesWritten: int): OperationStatus;
|
|
1063
|
+
static toUpper(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Char>, charsWritten: int): OperationStatus;
|
|
1064
|
+
static toUpper(source: ReadOnlySpan_1<System_Internal.Char>, destination: Span_1<System_Internal.Byte>, bytesWritten: int): OperationStatus;
|
|
1065
|
+
static toUpper(source: ReadOnlySpan_1<System_Internal.Char>, destination: Span_1<System_Internal.Char>, charsWritten: int): OperationStatus;
|
|
1066
|
+
static toUpperInPlace(value: Span_1<System_Internal.Byte>, bytesWritten: int): OperationStatus;
|
|
1067
|
+
static toUpperInPlace(value: Span_1<System_Internal.Char>, charsWritten: int): OperationStatus;
|
|
1068
|
+
static toUtf16(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Char>, charsWritten: int): OperationStatus;
|
|
1069
|
+
static trim(value: ReadOnlySpan_1<System_Internal.Byte>): Range;
|
|
1070
|
+
static trim(value: ReadOnlySpan_1<System_Internal.Char>): Range;
|
|
1071
|
+
static trimEnd(value: ReadOnlySpan_1<System_Internal.Byte>): Range;
|
|
1072
|
+
static trimEnd(value: ReadOnlySpan_1<System_Internal.Char>): Range;
|
|
1073
|
+
static trimStart(value: ReadOnlySpan_1<System_Internal.Byte>): Range;
|
|
1074
|
+
static trimStart(value: ReadOnlySpan_1<System_Internal.Char>): Range;
|
|
1100
1075
|
}
|
|
1101
1076
|
|
|
1102
1077
|
|
|
1103
1078
|
export type Ascii = Ascii$instance;
|
|
1104
1079
|
|
|
1105
1080
|
export abstract class EncodingExtensions$instance {
|
|
1106
|
-
static convert(decoder: Decoder, bytes:
|
|
1107
|
-
static convert(decoder: Decoder, bytes: ReadOnlySpan_1<
|
|
1108
|
-
static convert(encoder: Encoder, chars:
|
|
1109
|
-
static convert(encoder: Encoder, chars: ReadOnlySpan_1<
|
|
1110
|
-
static getBytes(encoding: Encoding, chars:
|
|
1111
|
-
static getBytes(encoding: Encoding, chars:
|
|
1112
|
-
static getBytes(encoding: Encoding, chars:
|
|
1113
|
-
static getBytes(encoding: Encoding, chars: ReadOnlySpan_1<
|
|
1114
|
-
static getChars(encoding: Encoding, bytes:
|
|
1115
|
-
static getChars(encoding: Encoding, bytes:
|
|
1116
|
-
static getChars(encoding: Encoding, bytes: ReadOnlySpan_1<
|
|
1117
|
-
static getString(encoding: Encoding, bytes:
|
|
1081
|
+
static convert(decoder: Decoder, bytes: ReadOnlySequence_1<System_Internal.Byte>, writer: IBufferWriter_1<System_Internal.Char>, flush: boolean, charsUsed: long, completed: boolean): void;
|
|
1082
|
+
static convert(decoder: Decoder, bytes: ReadOnlySpan_1<System_Internal.Byte>, writer: IBufferWriter_1<System_Internal.Char>, flush: boolean, charsUsed: long, completed: boolean): void;
|
|
1083
|
+
static convert(encoder: Encoder, chars: ReadOnlySequence_1<System_Internal.Char>, writer: IBufferWriter_1<System_Internal.Byte>, flush: boolean, bytesUsed: long, completed: boolean): void;
|
|
1084
|
+
static convert(encoder: Encoder, chars: ReadOnlySpan_1<System_Internal.Char>, writer: IBufferWriter_1<System_Internal.Byte>, flush: boolean, bytesUsed: long, completed: boolean): void;
|
|
1085
|
+
static getBytes(encoding: Encoding, chars: ReadOnlySequence_1<System_Internal.Char>, writer: IBufferWriter_1<System_Internal.Byte>): long;
|
|
1086
|
+
static getBytes(encoding: Encoding, chars: ReadOnlySequence_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>): int;
|
|
1087
|
+
static getBytes(encoding: Encoding, chars: ReadOnlySequence_1<System_Internal.Char>): byte[];
|
|
1088
|
+
static getBytes(encoding: Encoding, chars: ReadOnlySpan_1<System_Internal.Char>, writer: IBufferWriter_1<System_Internal.Byte>): long;
|
|
1089
|
+
static getChars(encoding: Encoding, bytes: ReadOnlySequence_1<System_Internal.Byte>, writer: IBufferWriter_1<System_Internal.Char>): long;
|
|
1090
|
+
static getChars(encoding: Encoding, bytes: ReadOnlySequence_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>): int;
|
|
1091
|
+
static getChars(encoding: Encoding, bytes: ReadOnlySpan_1<System_Internal.Byte>, writer: IBufferWriter_1<System_Internal.Char>): long;
|
|
1092
|
+
static getString(encoding: Encoding, bytes: ReadOnlySequence_1<System_Internal.Byte>): string;
|
|
1118
1093
|
}
|
|
1119
1094
|
|
|
1120
1095
|
|