11 references to FORMATFLAGS
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfoScanner.cs (11)
526internal static FORMATFLAGS GetFormatFlagGenitiveMonth(string[] monthNames, string[] genitiveMonthNames, string[] abbrevMonthNames, string[] genitiveAbbrevMonthNames) 530? FORMATFLAGS.UseGenitiveMonth : 0; 538internal static FORMATFLAGS GetFormatFlagUseSpaceInMonthNames(string[] monthNames, string[] genitveMonthNames, string[] abbrevMonthNames, string[] genetiveAbbrevMonthNames) 540FORMATFLAGS formatFlags = 0; 545? FORMATFLAGS.UseDigitPrefixInTokens : 0); 551? FORMATFLAGS.UseSpacesInMonthNames : 0); 560internal static FORMATFLAGS GetFormatFlagUseSpaceInDayNames(string[] dayNames, string[] abbrevDayNames) 564? FORMATFLAGS.UseSpacesInDayNames : 0; 572internal static FORMATFLAGS GetFormatFlagUseHebrewCalendar(int calID) 575FORMATFLAGS.UseHebrewParsing | FORMATFLAGS.UseLeapYearMonth : 0;