Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatSymbols.java244 …final String[] standaloneShortMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbol… in TestSymbols() local
246 if( count != standaloneShortMonths1.length) { in TestSymbols()
251 if(! standaloneShortMonths[i].equals(standaloneShortMonths1[i])) { in TestSymbols()