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

/openjdk7/jdk/src/share/classes/sun/util/
H A DBuddhistCalendar.java209 Map<String,Integer> shortNames = getDisplayNamesImpl(field, SHORT, locale);
210 Map<String,Integer> longNames = getDisplayNamesImpl(field, LONG, locale);
221 return getDisplayNamesImpl(field, style, locale);
224 private Map<String,Integer> getDisplayNamesImpl(int field, int style, Locale locale) { method in class:BuddhistCalendar
/openjdk7/jdk/src/share/classes/java/util/
H A DCalendar.java1480 Map<String,Integer> shortNames = getDisplayNamesImpl(field, SHORT, locale);
1484 Map<String,Integer> longNames = getDisplayNamesImpl(field, LONG, locale);
1495 return getDisplayNamesImpl(field, style, locale);
1498 private Map<String,Integer> getDisplayNamesImpl(int field, int style, Locale locale) { method in class:Calendar
H A DJapaneseImperialCalendar.java982 Map<String,Integer> shortNames = getDisplayNamesImpl(field, SHORT, locale);
986 Map<String,Integer> longNames = getDisplayNamesImpl(field, LONG, locale);
997 return getDisplayNamesImpl(field, style, locale);
1000 private Map<String,Integer> getDisplayNamesImpl(int field, int style, Locale locale) { method in class:JapaneseImperialCalendar

Completed in 34 milliseconds