Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DICUServiceBuilder.java282 int minEras = (calendar.equals("chinese") || calendar.equals("dangi")) ? 0 : 1; in _getDateFormatSymbols() local
284 List<String> temp = getArray(prefix + "eras/eraAbbr/era[@type=\"", 0, null, "\"]", minEras); in _getDateFormatSymbols()
286 if (minEras != 0) checkFound(last); in _getDateFormatSymbols()
292 temp = getArray(prefix + "eras/eraNames/era[@type=\"", 0, null, "\"]", minEras); in _getDateFormatSymbols()
294 if (minEras != 0) checkFound(last); in _getDateFormatSymbols()