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

  /external/icu4c/test/intltest/
tsdtfmsy.cpp 250 const UnicodeString *shortWeekdays = en.getShortWeekdays(count);
251 fr.setShortWeekdays(shortWeekdays, count);
  /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...]

Completed in 80 milliseconds