Home
last modified time | relevance | path

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

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