3 instantiations of __DTString
mscorlib (3)
system\globalization\datetimeparse.cs (3)
2375
__DTString str = new
__DTString
(s, dtfi);
4047
__DTString format = new
__DTString
(formatParam, dtfi, false);
4048
__DTString str = new
__DTString
(s, dtfi, false);
30 references to __DTString
mscorlib (30)
system\globalization\datetimeformatinfo.cs (2)
2699
ref
__DTString
str,
2769
internal bool Tokenize(TokenType TokenMask, out TokenType tokenType, out int tokenValue, ref
__DTString
str) {
system\globalization\datetimeparse.cs (28)
36
internal delegate bool MatchNumberDelegate(ref
__DTString
str, int digitLen, out int result);
415
private static bool MatchWord(ref
__DTString
str, String target)
447
private static bool GetTimeZoneName(ref
__DTString
str)
479
private static bool ParseFraction(ref
__DTString
str, out double result) {
504
private static bool ParseTimeZone(ref
__DTString
str, ref TimeSpan result) {
568
private static bool HandleTimeZone(ref
__DTString
str, ref DateTimeResult result)
600
private static Boolean Lex(DS dps, ref
__DTString
str, ref DateTimeToken dtok, ref DateTimeRawInfo raw, ref DateTimeResult result, ref DateTimeFormatInfo dtfi, DateTimeStyles styles)
1129
private static Boolean VerifyValidPunctuation(ref
__DTString
str) {
2375
__DTString
str = new __DTString(s, dtfi);
2754
private static bool ParseISO8601(ref DateTimeRawInfo raw, ref
__DTString
str, DateTimeStyles styles, ref DateTimeResult result) {
2854
internal static bool MatchHebrewDigits(ref
__DTString
str, int digitLen, out int number) {
2889
internal static bool ParseDigits(ref
__DTString
str, int digitLen, out int result) {
2899
internal static bool ParseDigits(ref
__DTString
str, int minDigitLen, int maxDigitLen, out int result) {
2931
private static bool ParseFractionExact(ref
__DTString
str, int maxDigitLen, ref double result) {
2960
private static bool ParseSign(ref
__DTString
str, ref bool result) {
2986
private static bool ParseTimeZoneOffset(ref
__DTString
str, int len, ref TimeSpan result) {
3044
private static bool MatchAbbreviatedMonthName(ref
__DTString
str, DateTimeFormatInfo dtfi, ref int result) {
3096
private static bool MatchMonthName(ref
__DTString
str, DateTimeFormatInfo dtfi, ref int result) {
3160
private static bool MatchAbbreviatedDayName(ref
__DTString
str, DateTimeFormatInfo dtfi, ref int result) {
3192
private static bool MatchDayName(ref
__DTString
str, DateTimeFormatInfo dtfi, ref int result) {
3225
private static bool MatchEraName(ref
__DTString
str, DateTimeFormatInfo dtfi, ref int result) {
3257
private static bool MatchTimeMark(ref
__DTString
str, DateTimeFormatInfo dtfi, ref TM result) {
3303
private static bool MatchAbbreviatedTimeMark(ref
__DTString
str, DateTimeFormatInfo dtfi, ref TM result) {
3498
private static bool ParseJapaneseEraStart(ref
__DTString
str, DateTimeFormatInfo dtfi)
3518
ref
__DTString
str,
3519
ref
__DTString
format,
4047
__DTString
format = new __DTString(formatParam, dtfi, false);
4048
__DTString
str = new __DTString(s, dtfi, false);