HomeSort by relevance Sort by last modified time
    Searched refs:shortWeekdays (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/main/java/java/text/
DateFormatSymbols.java 58 String[] ampms, eras, months, shortMonths, shortWeekdays, weekdays;
115 this.shortWeekdays = localeData.shortWeekdayNames;
167 shortStandAloneWeekdays = shortWeekdays;
209 Arrays.equals(shortWeekdays, rhs.shortWeekdays) &&
235 ",shortWeekdays=" + Arrays.toString(shortWeekdays) +
303 return shortWeekdays.clone();
362 for (String element : shortWeekdays) {
451 shortWeekdays = data.clone()
    [all...]
SimpleDateFormat.java 653 appendDayOfWeek(buffer, count, formatData.weekdays, formatData.shortWeekdays);
    [all...]
  /external/icu4c/i18n/unicode/
dtfmtsym.h 336 * @param shortWeekdays the new short weekday strings. (not adopted; caller retains ownership)
340 void setShortWeekdays(const UnicodeString* shortWeekdays, int32_t count);
  /external/icu4c/test/intltest/
tsdtfmsy.cpp 250 const UnicodeString *shortWeekdays = en.getShortWeekdays(count);
251 fr.setShortWeekdays(shortWeekdays, count);

Completed in 395 milliseconds