Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatSymbols.java169 final String[] shortMonths1 = fr.getShortMonths(); in TestSymbols() local
171 if( count != shortMonths1.length) { in TestSymbols()
176 if(! shortMonths[i].equals(shortMonths1[i])) { in TestSymbols()