Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
struct | Processor |
Static Public Member Functions | |
static int | GetLengthOfFirstUtf16ExtendedGraphemeCluster (ReadOnlySpan< char > input) |
Private Member Functions | |
delegate OperationStatus | DecodeFirstRune< T > (ReadOnlySpan< T > input, out Rune rune, out int elementsConsumed) |
Static Private Member Functions | |
static int | GetLengthOfFirstExtendedGraphemeCluster< T > (ReadOnlySpan< T > input, DecodeFirstRune< T > decoder) |
Static Private Attributes | |
static readonly DecodeFirstRune< char > | _utf16Decoder = Rune.DecodeFromUtf16 |
Definition at line 7 of file TextSegmentationUtility.cs.