Home
last modified time | relevance | path

Searched refs:wideMonths1 (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatSymbols.java184 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() local
186 if( count != wideMonths1.length) { in TestSymbols()
191 if(! wideMonths[i].equals(wideMonths1[i])) { in TestSymbols()