Searched refs:standAlone (Results 1 – 1 of 1) sorted by relevance
696 private void appendDayOfWeek(StringBuffer buffer, int count, boolean standAlone) { in appendDayOfWeek() argument700 days = standAlone ? ld.longStandAloneWeekdayNames : formatData.weekdays; in appendDayOfWeek()702 days = standAlone ? ld.tinyStandAloneWeekdayNames : formatData.localeData.tinyWeekdayNames; in appendDayOfWeek()704 days = standAlone ? ld.shortStandAloneWeekdayNames : formatData.shortWeekdays; in appendDayOfWeek()710 private void appendMonth(StringBuffer buffer, int count, boolean standAlone) { in appendMonth() argument720 months = standAlone ? ld.longStandAloneMonthNames : formatData.months; in appendMonth()722 months = standAlone ? ld.tinyStandAloneMonthNames : ld.tinyMonthNames; in appendMonth()724 months = standAlone ? ld.shortStandAloneMonthNames : formatData.shortMonths; in appendMonth()980 private int parseDayOfWeek(String string, int offset, boolean standAlone) { in parseDayOfWeek() argument983 standAlone ? ld.longStandAloneWeekdayNames : formatData.weekdays, in parseDayOfWeek()[all …]