Home
last modified time | relevance | path

Searched refs:shortNames (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() local
1465 return shortNames; in getDisplayNames()
1468 if (shortNames == null) { in getDisplayNames()
1472 shortNames.putAll(longNames); in getDisplayNames()
1474 return shortNames; in getDisplayNames()