Searched refs:minEras (Results 1 – 1 of 1) sorted by relevance
269 int minEras = (calendar.equals("chinese") || calendar.equals("dangi")) ? 0 : 1; in _getDateFormatSymbols() local271 List<String> temp = getArray(prefix + "eras/eraAbbr/era[@type=\"", 0, null, "\"]", minEras); in _getDateFormatSymbols()273 if (minEras != 0) checkFound(last); in _getDateFormatSymbols()279 temp = getArray(prefix + "eras/eraNames/era[@type=\"", 0, null, "\"]", minEras); in _getDateFormatSymbols()281 if (minEras != 0) checkFound(last); in _getDateFormatSymbols()