Home
last modified time | relevance | path

Searched refs:NUM_CALENDARS (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dculture-info.h14 #define NUM_CALENDARS 4 macro
105 const stridx_t native_calendar_names [NUM_CALENDARS];
H A Dlocales.c379 … *native_calendar_names = create_names_array_idx (ci->native_calendar_names, NUM_CALENDARS, error); in construct_culture()
/dports/lang/mono/mono-5.10.1.57/tools/locale-builder/
H A DConstants.cs41 public const int NUM_CALENDARS = 4; field in Mono.Tools.LocaleBuilder.Constants
H A DCultureInfoEntry.cs42 public string[] NativeCalendarNames = new string[Constants.NUM_CALENDARS];