terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
ReLogic.Text.StringReaderWrapExtension Class Reference

Package Types

enum  WrapScanMode { Space , NewLine , Word , None }
 

Static Package Functions

static bool IsCultureSupported (CultureInfo culture)
 
static bool IsIgnoredCharacter (char character)
 
static bool CanBreakBetween (char previousChar, char nextChar, CultureInfo culture)
 
static StringReaderWrapExtension.WrapScanMode GetModeForCharacter (char character)
 
static string ReadUntilBreakable (this StringReader reader, CultureInfo culture)
 

Static Private Member Functions

static StringReaderWrapExtension ()
 

Static Private Attributes

static readonly HashSet< char > InvalidCharactersForLineStart
 
static readonly HashSet< char > InvalidCharactersForLineEnd
 
static readonly CultureInfo[] SupportedCultures
 
static readonly CultureInfo SimplifiedChinese
 

Detailed Description

Definition at line 10 of file StringReaderWrapExtension.cs.


The documentation for this class was generated from the following file: