Searched refs:minEras (Results 1 – 1 of 1) sorted by relevance
282 int minEras = (calendar.equals("chinese") || calendar.equals("dangi")) ? 0 : 1; in _getDateFormatSymbols() local284 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()