Searched refs:getDisplayNamesImpl (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DCalendar.java1463 Map<String,Integer> shortNames = getDisplayNamesImpl(field, SHORT, locale);
1467 Map<String,Integer> longNames = getDisplayNamesImpl(field, LONG, locale);
1478 return getDisplayNamesImpl(field, style, locale);
1481 private Map<String,Integer> getDisplayNamesImpl(int field, int style, Locale locale) { method in class:Calendar

Completed in 137 milliseconds