11 references to FORMATFLAGS
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfoScanner.cs (11)
539internal static FORMATFLAGS GetFormatFlagGenitiveMonth(string[] monthNames, string[] genitiveMonthNames, string[] abbrevMonthNames, string[] genitiveAbbrevMonthNames) 543? FORMATFLAGS.UseGenitiveMonth : 0; 551internal static FORMATFLAGS GetFormatFlagUseSpaceInMonthNames(string[] monthNames, string[] genitveMonthNames, string[] abbrevMonthNames, string[] genetiveAbbrevMonthNames) 553FORMATFLAGS formatFlags = 0; 558? FORMATFLAGS.UseDigitPrefixInTokens : 0); 564? FORMATFLAGS.UseSpacesInMonthNames : 0); 573internal static FORMATFLAGS GetFormatFlagUseSpaceInDayNames(string[] dayNames, string[] abbrevDayNames) 577? FORMATFLAGS.UseSpacesInDayNames : 0; 585internal static FORMATFLAGS GetFormatFlagUseHebrewCalendar(int calID) 588FORMATFLAGS.UseHebrewParsing | FORMATFLAGS.UseLeapYearMonth : 0;