|
static bool | TryTimeToTicks (bool positive, TimeSpanParse.TimeSpanToken days, TimeSpanParse.TimeSpanToken hours, TimeSpanParse.TimeSpanToken minutes, TimeSpanParse.TimeSpanToken seconds, TimeSpanParse.TimeSpanToken fraction, out long result) |
|
static bool | TryParseTimeSpan (global::System.ReadOnlySpan< char > input, TimeSpanParse.TimeSpanStandardStyles style, global::System.IFormatProvider formatProvider, ref TimeSpanParse.TimeSpanResult result) |
|
static bool | ProcessTerminalState (ref TimeSpanParse.TimeSpanRawInfo raw, TimeSpanParse.TimeSpanStandardStyles style, ref TimeSpanParse.TimeSpanResult result) |
|
static bool | ProcessTerminal_DHMSF (ref TimeSpanParse.TimeSpanRawInfo raw, TimeSpanParse.TimeSpanStandardStyles style, ref TimeSpanParse.TimeSpanResult result) |
|
static bool | ProcessTerminal_HMS_F_D (ref TimeSpanParse.TimeSpanRawInfo raw, TimeSpanParse.TimeSpanStandardStyles style, ref TimeSpanParse.TimeSpanResult result) |
|
static bool | ProcessTerminal_HM_S_D (ref TimeSpanParse.TimeSpanRawInfo raw, TimeSpanParse.TimeSpanStandardStyles style, ref TimeSpanParse.TimeSpanResult result) |
|
static bool | ProcessTerminal_HM (ref TimeSpanParse.TimeSpanRawInfo raw, TimeSpanParse.TimeSpanStandardStyles style, ref TimeSpanParse.TimeSpanResult result) |
|
static bool | ProcessTerminal_D (ref TimeSpanParse.TimeSpanRawInfo raw, TimeSpanParse.TimeSpanStandardStyles style, ref TimeSpanParse.TimeSpanResult result) |
|
static bool | TryParseExactTimeSpan (global::System.ReadOnlySpan< char > input, global::System.ReadOnlySpan< char > format, global::System.IFormatProvider formatProvider, TimeSpanStyles styles, ref TimeSpanParse.TimeSpanResult result) |
|
static bool | TryParseByFormat (global::System.ReadOnlySpan< char > input, global::System.ReadOnlySpan< char > format, TimeSpanStyles styles, ref TimeSpanParse.TimeSpanResult result) |
|
static bool | ParseExactDigits (ref TimeSpanParse.TimeSpanTokenizer tokenizer, int minDigitLength, out int result) |
|
static bool | ParseExactDigits (ref TimeSpanParse.TimeSpanTokenizer tokenizer, int minDigitLength, int maxDigitLength, out int zeroes, out int result) |
|
static bool | ParseExactLiteral (ref TimeSpanParse.TimeSpanTokenizer tokenizer, global::System.Text.StringBuilder enquotedString) |
|
static bool | TryParseTimeSpanConstant (global::System.ReadOnlySpan< char > input, ref TimeSpanParse.TimeSpanResult result) |
|
Definition at line 9 of file TimeSpanParse.cs.