Home
last modified time | relevance | path

Searched refs:waCalendars (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/ReferenceSources/
H A DCultureData.cs53 …private volatile int[] waCalendars; // all available calendar type(s). The first one is the defau… field in System.Globalization.CultureData
102 …invariant.waCalendars = new int[] { (int)CalendarId.GREGORIAN }; // all available calendar t…
232 if (this.waCalendars == null) {
237 waCalendars = new int[] { calendarId, Calendar.CAL_JAPAN };
240 waCalendars = new int[] { calendarId, Calendar.CAL_TAIWAN };
243 waCalendars = new int [] { calendarId };
248 return waCalendars;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/globalization/
H A Dculturedata.cs149 …private volatile int[] waCalendars; // all available calendar type(s). The first one is the defau… field in System.Globalization.CultureData
451 …invariant.waCalendars = new int[] { (int)CalendarId.GREGORIAN }; // all available calendar t…
2304 if (this.waCalendars == null)
2318 this.waCalendars = Invariant.waCalendars;
2369 this.waCalendars = temp;
2373 return this.waCalendars;