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