Searched refs:monthContext (Results 1 – 1 of 1) sorted by relevance
606 int monthContext = standalone ? DateFormatSymbols.STANDALONE : DateFormatSymbols.FORMAT; in getMonthString() local608 return dfs.getMonths(monthContext, DateFormatSymbols.NARROW)[month]; in getMonthString()610 return dfs.getMonths(monthContext, DateFormatSymbols.WIDE)[month]; in getMonthString()612 return dfs.getMonths(monthContext, DateFormatSymbols.ABBREVIATED)[month]; in getMonthString()