Searched refs:getShortMonths (Results 1 – 4 of 4) 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()
280 public String[] getShortMonths() { in getShortMonths() method in DateFormatSymbols
1313 return (style == LONG) ? dfs.getMonths() : dfs.getShortMonths(); in getDisplayNameArray()
833 value = symbols.getShortMonths()[month]; in test_getDisplayNameIILjava_util_Locale()974 values = symbols.getShortMonths(); in test_getDisplayNamesIILjava_util_Locale()