Searched refs:abbrMonths (Results 1 – 2 of 2) sorted by relevance
197 … final String[] abbrMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols() local198 fr2.setMonths(abbrMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols()200 count = abbrMonths.length; in TestSymbols()206 if(! abbrMonths[i].equals(abbrMonths1[i])) { in TestSymbols()
245 …const UnicodeString *abbrMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::… in TestSymbols() local246 fr2.setMonths(abbrMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED); in TestSymbols()