Searched refs:wideMonths (Results 1 – 2 of 2) sorted by relevance
182 final String[] wideMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() local183 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()185 count = wideMonths.length; in TestSymbols()191 if(! wideMonths[i].equals(wideMonths1[i])) { in TestSymbols()
238 …const UnicodeString *wideMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::… in TestSymbols() local239 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); in TestSymbols()