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.java340 private String[] shortStandAloneMonths; field in DateFormatSymbols
725 return shortStandAloneMonths; in getShortStandAloneMonths()
807 && Arrays.equals(shortStandAloneMonths, that.shortStandAloneMonths) in equals()
892 shortStandAloneMonths = localeData.shortStandAloneMonthNames; in initializeSupplementaryData()
1006 dst.shortStandAloneMonths = src.shortStandAloneMonths; in copyMembers()