Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatSymbols.java154 final String[] months1 = fr.getMonths(); in TestSymbols() local
156 if( count != months1.length) { in TestSymbols()
161 if(! months[i].equals(months1[i])) { in TestSymbols()