77 int value = num.m_value;
89 int value = num.m_value;
243 [
Obsolete(
"Types with embedded references are not supported in this version of your compiler.",
true)]
312 [
Obsolete(
"Types with embedded references are not supported in this version of your compiler.",
true)]
435 [
Obsolete(
"Types with embedded references are not supported in this version of your compiler.",
true)]
529 string[]
literals = pattern._literals;
572 string[]
literals = pattern._literals;
611 string[]
literals = pattern._literals;
662 string[]
literals = pattern._literals;
685 string[]
literals = pattern._literals;
713 string[]
literals = pattern._literals;
750 string[]
literals = pattern._literals;
788 string[]
literals = pattern._literals;
832 string[]
literals = pattern._literals;
897 return "String was not recognized as a valid TimeSpan." !=
null;
905 return "String was not recognized as a valid TimeSpan." !=
null;
1017 int pos = this.
_pos;
1052 return "String was not recognized as a valid TimeSpan." !=
null;
1059 int pos = this.
_pos;
1063 return "String was not recognized as a valid TimeSpan." !=
null;
1072 int pos = this.
_pos;
1082 int pos = this.
_pos;
class f__AnonymousType0<< Count > j__TPar
static TimeSpan Parse(ReadOnlySpan< char > input, IFormatProvider formatProvider)
static bool ParseExactLiteral(TimeSpanParse.TimeSpanTokenizer tokenizer, StringBuilder enquotedString)
static bool ProcessTerminal_HM(TimeSpanParse.TimeSpanRawInfo raw, TimeSpanParse.TimeSpanStandardStyles style, TimeSpanParse.TimeSpanResult result)
static bool TryParseTimeSpan(ReadOnlySpan< char > input, TimeSpanParse.TimeSpanStandardStyles style, IFormatProvider formatProvider, TimeSpanParse.TimeSpanResult result)
static bool TryParseExact(ReadOnlySpan< char > input, ReadOnlySpan< char > format, IFormatProvider formatProvider, TimeSpanStyles styles, [Out] TimeSpan result)
static bool ProcessTerminal_HM_S_D(TimeSpanParse.TimeSpanRawInfo raw, TimeSpanParse.TimeSpanStandardStyles style, TimeSpanParse.TimeSpanResult result)
static bool ParseExactDigits(TimeSpanParse.TimeSpanTokenizer tokenizer, int minDigitLength, [Out] int result)
static bool TryParseExactTimeSpan(ReadOnlySpan< char > input, ReadOnlySpan< char > format, IFormatProvider formatProvider, TimeSpanStyles styles, TimeSpanParse.TimeSpanResult result)
static long Pow10(int pow)
static bool ProcessTerminal_DHMSF(TimeSpanParse.TimeSpanRawInfo raw, TimeSpanParse.TimeSpanStandardStyles style, TimeSpanParse.TimeSpanResult result)
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 ProcessTerminalState(TimeSpanParse.TimeSpanRawInfo raw, TimeSpanParse.TimeSpanStandardStyles style, TimeSpanParse.TimeSpanResult result)
static bool ParseExactDigits(TimeSpanParse.TimeSpanTokenizer tokenizer, int minDigitLength, int maxDigitLength, [Out] int zeroes, [Out] int result)
static bool TryParseByFormat(ReadOnlySpan< char > input, ReadOnlySpan< char > format, TimeSpanStyles styles, TimeSpanParse.TimeSpanResult result)
static bool TryParseTimeSpanConstant(ReadOnlySpan< char > input, TimeSpanParse.TimeSpanResult result)
static bool ProcessTerminal_HMS_F_D(TimeSpanParse.TimeSpanRawInfo raw, TimeSpanParse.TimeSpanStandardStyles style, TimeSpanParse.TimeSpanResult result)
static bool ProcessTerminal_D(TimeSpanParse.TimeSpanRawInfo raw, TimeSpanParse.TimeSpanStandardStyles style, TimeSpanParse.TimeSpanResult result)
bool ParseTime([Out] long time, TimeSpanParse.TimeSpanResult result)
bool TryParse(ReadOnlySpan< char > input, TimeSpanParse.TimeSpanResult result)
bool ParseInt(int max, [Out] int i, TimeSpanParse.TimeSpanResult result)
ReadOnlySpan< char > _str
TimeSpanParse.TimeSpanToken _numbers2
ReadOnlySpan< char > _literals2
TimeSpanParse.TimeSpanToken _numbers4
void Init(DateTimeFormatInfo dtfi)
TimeSpanParse.TimeSpanToken _numbers3
bool FullDHMSMatch(TimeSpanFormat.FormatLiterals pattern)
ReadOnlySpan< char > _literals4
bool ProcessToken(TimeSpanParse.TimeSpanToken tok, TimeSpanParse.TimeSpanResult result)
bool AddSep(ReadOnlySpan< char > sep, TimeSpanParse.TimeSpanResult result)
TimeSpanFormat.FormatLiterals _negLoc
TimeSpanParse.TimeSpanToken _numbers1
TimeSpanFormat.FormatLiterals NegativeLocalized
bool FullHMMatch(TimeSpanFormat.FormatLiterals pattern)
bool AddNum(TimeSpanParse.TimeSpanToken num, TimeSpanParse.TimeSpanResult result)
bool FullDHMMatch(TimeSpanFormat.FormatLiterals pattern)
TimeSpanFormat.FormatLiterals PositiveInvariant
ReadOnlySpan< char > _literals5
bool FullMatch(TimeSpanFormat.FormatLiterals pattern)
bool FullHMSFMatch(TimeSpanFormat.FormatLiterals pattern)
ReadOnlySpan< char > _literals0
TimeSpanParse.TTT _lastSeenTTT
ReadOnlySpan< char > _literals1
TimeSpanFormat.FormatLiterals PositiveLocalized
TimeSpanParse.TimeSpanToken _numbers0
TimeSpanFormat.FormatLiterals NegativeInvariant
ReadOnlySpan< char > _literals3
bool FullHMSMatch(TimeSpanFormat.FormatLiterals pattern)
bool FullAppCompatMatch(TimeSpanFormat.FormatLiterals pattern)
bool FullDMatch(TimeSpanFormat.FormatLiterals pattern)
TimeSpanFormat.FormatLiterals _posLoc
bool PartialAppCompatMatch(TimeSpanFormat.FormatLiterals pattern)
readonly bool _throwOnFailure
bool SetFailure(TimeSpanParse.ParseFailureKind kind, string resourceKey, [Optional] object messageArgument, [Optional] string argumentName)
TimeSpanResult(bool throwOnFailure)
TimeSpanToken(TimeSpanParse.TTT type)
ReadOnlySpan< char > _sep
TimeSpanToken(int number, int leadingZeroes)
TimeSpanToken(int number)
TimeSpanToken(TimeSpanParse.TTT type, int number, int leadingZeroes, ReadOnlySpan< char > separator)
TimeSpanParse.TimeSpanToken GetNextToken()
TimeSpanTokenizer(ReadOnlySpan< char > input)
TimeSpanTokenizer(ReadOnlySpan< char > input, int startPosition)
ReadOnlySpan< char > _value