Home | History | Annotate | Download | only in util

Lines Matching defs:getDisplayNameInternal

1729         return getDisplayNameInternal(this, getDefault(Category.DISPLAY));
1738 return getDisplayNameInternal(this, displayLocale);
1749 return getDisplayNameInternal(new ULocale(localeID), new ULocale(displayLocaleID));
1760 return getDisplayNameInternal(new ULocale(localeID), displayLocale);
1763 private static String getDisplayNameInternal(ULocale locale, ULocale displayLocale) {