Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatSymbols.java530 …final String[] testZodiacNames = zhChiCal.getZodiacNames(DateFormatSymbols.FORMAT, DateFormatSymbo… in TestSymbols() local
531 if (testZodiacNames == null || testZodiacNames.length != 12 || in TestSymbols()
532 !testZodiacNames[0].equals("Rat") || !testZodiacNames[11].equals("Pig")) { in TestSymbols()