Home
last modified time | relevance | path

Searched refs:shortStandAloneMonths (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/text/
DDateFormatSymbols.java336 private String[] shortStandAloneMonths; field in DateFormatSymbols
696 return shortStandAloneMonths; in getShortStandAloneMonths()
776 && Arrays.equals(shortStandAloneMonths, that.shortStandAloneMonths) in equals()
861 shortStandAloneMonths = localeData.shortStandAloneMonthNames; in initializeSupplementaryData()
975 dst.shortStandAloneMonths = src.shortStandAloneMonths; in copyMembers()