|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for System.Globalization.TimeSpanParse.TimeSpanRawInfo:Package Functions | |
| bool | FullAppCompatMatch (TimeSpanFormat.FormatLiterals pattern) |
| bool | PartialAppCompatMatch (TimeSpanFormat.FormatLiterals pattern) |
| bool | FullMatch (TimeSpanFormat.FormatLiterals pattern) |
| bool | FullDMatch (TimeSpanFormat.FormatLiterals pattern) |
| bool | FullHMMatch (TimeSpanFormat.FormatLiterals pattern) |
| bool | FullDHMMatch (TimeSpanFormat.FormatLiterals pattern) |
| bool | FullHMSMatch (TimeSpanFormat.FormatLiterals pattern) |
| bool | FullDHMSMatch (TimeSpanFormat.FormatLiterals pattern) |
| bool | FullHMSFMatch (TimeSpanFormat.FormatLiterals pattern) |
| void | Init (DateTimeFormatInfo dtfi) |
| bool | ProcessToken (ref TimeSpanParse.TimeSpanToken tok, ref TimeSpanParse.TimeSpanResult result) |
Package Attributes | |
| TimeSpanParse.TTT | _lastSeenTTT |
| int | _tokenCount |
| int | _sepCount |
| int | _numCount |
| TimeSpanParse.TimeSpanToken | _numbers0 |
| TimeSpanParse.TimeSpanToken | _numbers1 |
| TimeSpanParse.TimeSpanToken | _numbers2 |
| TimeSpanParse.TimeSpanToken | _numbers3 |
| TimeSpanParse.TimeSpanToken | _numbers4 |
| global::System.ReadOnlySpan< char > | _literals0 |
| global::System.ReadOnlySpan< char > | _literals1 |
| global::System.ReadOnlySpan< char > | _literals2 |
| global::System.ReadOnlySpan< char > | _literals3 |
| global::System.ReadOnlySpan< char > | _literals4 |
| global::System.ReadOnlySpan< char > | _literals5 |
Properties | |
| TimeSpanFormat.FormatLiterals | PositiveInvariant [get, set] |
| TimeSpanFormat.FormatLiterals | NegativeInvariant [get, set] |
| TimeSpanFormat.FormatLiterals | PositiveLocalized [get, set] |
| TimeSpanFormat.FormatLiterals | NegativeLocalized [get, set] |
Private Member Functions | |
| bool | AddSep (global::System.ReadOnlySpan< char > sep, ref TimeSpanParse.TimeSpanResult result) |
| bool | AddNum (TimeSpanParse.TimeSpanToken num, ref TimeSpanParse.TimeSpanResult result) |
Private Attributes | |
| TimeSpanFormat.FormatLiterals | _posLoc |
| TimeSpanFormat.FormatLiterals | _negLoc |
| bool | _posLocInit |
| bool | _negLocInit |
| string | _fullPosPattern |
| string | _fullNegPattern |
Definition at line 841 of file TimeSpanParse.cs.