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