Home | History | Annotate | Download | only in impl

Lines Matching defs:getDisplayNames

243          * used to support ICUService.getDisplayNames.  Basically, the
637 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
641 public SortedMap<String, String> getDisplayNames() {
643 return getDisplayNames(locale, null, null);
647 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
650 public SortedMap<String, String> getDisplayNames(ULocale locale) {
651 return getDisplayNames(locale, null, null);
655 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
658 public SortedMap<String, String> getDisplayNames(ULocale locale, Comparator<Object> com) {
659 return getDisplayNames(locale, com, null);
663 * Convenience override of getDisplayNames(ULocale, Comparator, String) that
666 public SortedMap<String, String> getDisplayNames(ULocale locale, String matchID) {
667 return getDisplayNames(locale, null, matchID);
680 public SortedMap<String, String> getDisplayNames(ULocale locale, Comparator<Object> com, String matchID) {