Searched refs:shortNames (Results 1 – 1 of 1) sorted by relevance
1463 Map<String,Integer> shortNames = getDisplayNamesImpl(field, SHORT, locale); in getDisplayNames() local1465 return shortNames; in getDisplayNames()1468 if (shortNames == null) { in getDisplayNames()1472 shortNames.putAll(longNames); in getDisplayNames()1474 return shortNames; in getDisplayNames()