Searched refs:getShortMonths (Results 1 – 6 of 6) sorted by relevance
162 String[] retVal = dfs.getShortMonths(); in test_getShortMonths()296 String[] retVal = dfs.getShortMonths(); in test_setShortMonths$Ljava_lang_String()297 assertTrue("Return is identical", retVal != dfs.getShortMonths()); in test_setShortMonths$Ljava_lang_String()
500 public String[] getShortMonths() { in getShortMonths() method in DateFormatSymbols
1313 … months = standalone ? formatData.getShortStandAloneMonths() : formatData.getShortMonths(); in formatMonth()2196 … standalone ? formatData.getShortStandAloneMonths() : formatData.getShortMonths(), in parseMonth()
833 value = symbols.getShortMonths()[month]; in test_getDisplayNameIILjava_util_Locale()974 values = symbols.getShortMonths(); in test_getDisplayNamesIILjava_util_Locale()
1517 strings = (style == LONG) ? symbols.getMonths() : symbols.getShortMonths(); in getFieldStrings()
4029 sb.append(dfs.getShortMonths()[i]);