Home | History | Annotate | Download | only in util

Lines Matching defs:DISPLAY

307         DISPLAY,
1432 // display names
1435 * Returns this locale's language localized for display in the default <code>DISPLAY</code> locale.
1437 * @see Category#DISPLAY
1441 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), false);
1445 * Returns this locale's language localized for display in the provided locale.
1446 * @param displayLocale the locale in which to display the name.
1455 * {@icu} Returns a locale's language localized for display in the provided locale.
1458 * @param displayLocaleID the id of the locale in which to display the name.
1468 * {@icu} Returns a locale's language localized for display in the provided locale.
1471 * @param displayLocale the locale in which to display the name.
1479 * {@icu} Returns this locale's language localized for display in the default <code>DISPLAY</code> locale.
1482 * @see Category#DISPLAY
1486 return getDisplayLanguageInternal(this, getDefault(Category.DISPLAY), true);
1490 * {@icu} Returns this locale's language localized for display in the provided locale.
1492 * @param displayLocale the locale in which to display the name.
1501 * {@icu} Returns a locale's language localized for display in the provided locale.
1505 * @param displayLocaleID the id of the locale in which to display the name.
1515 * {@icu} Returns a locale's language localized for display in the provided locale.
1519 * @param displayLocale the locale in which to display the name.
1534 * Returns this locale's script localized for display in the default <code>DISPLAY</code> locale.
1536 * @see Category#DISPLAY
1540 return getDisplayScriptInternal(this, getDefault(Category.DISPLAY));
1544 * {@icu} Returns this locale's script localized for display in the default <code>DISPLAY</code> locale.
1546 * @see Category#DISPLAY
1552 return getDisplayScriptInContextInternal(this, getDefault(Category.DISPLAY));
1556 * Returns this locale's script localized for display in the provided locale.
1557 * @param displayLocale the locale in which to display the name.
1566 * {@icu} Returns this locale's script localized for display in the provided locale.
1567 * @param displayLocale the locale in which to display the name.
1578 * {@icu} Returns a locale's script localized for display in the provided locale.
1581 * @param displayLocaleID the id of the locale in which to display the name.
1589 * {@icu} Returns a locale's script localized for display in the provided locale.
1592 * @param displayLocaleID the id of the locale in which to display the name.
1603 * {@icu} Returns a locale's script localized for display in the provided locale.
1605 * @param displayLocale the locale in which to display the name.
1613 * {@icu} Returns a locale's script localized for display in the provided locale.
1615 * @param displayLocale the locale in which to display the name.
1637 * Returns this locale's country localized for display in the default <code>DISPLAY</code> locale.
1639 * To get the display name for a region alone, or for other options, use {@link LocaleDisplayNames} instead.
1641 * @see Category#DISPLAY
1645 return getDisplayCountryInternal(this, getDefault(Category.DISPLAY));
1649 * Returns this locale's country localized for display in the provided locale.
1651 * To get the display name for a region alone, or for other options, use {@link LocaleDisplayNames} instead.
1652 * @param displayLocale the locale in which to display the name.
1661 * {@icu} Returns a locale's country localized for display in the provided locale.
1663 * To get the display name for a region alone, or for other options, use {@link LocaleDisplayNames} instead.
1666 * @param displayLocaleID the id of the locale in which to display the name.
1675 * {@icu} Returns a locale's country localized for display in the provided locale.
1677 * To get the display name for a region alone, or for other options, use {@link LocaleDisplayNames} instead.
1680 * @param displayLocale the locale in which to display the name.
1695 * Returns this locale's variant localized for display in the default <code>DISPLAY</code> locale.
1697 * @see Category#DISPLAY
1701 return getDisplayVariantInternal(this, getDefault(Category.DISPLAY));
1705 * Returns this locale's variant localized for display in the provided locale.
1706 * @param displayLocale the locale in which to display the name.
1715 * {@icu} Returns a locale's variant localized for display in the provided locale.
1718 * @param displayLocaleID the id of the locale in which to display the name.
1727 * {@icu} Returns a locale's variant localized for display in the provided locale.
1730 * @param displayLocale the locale in which to display the name.
1744 * {@icu} Returns a keyword localized for display in the default <code>DISPLAY</code> locale.
1748 * @see Category#DISPLAY
1752 return getDisplayKeywordInternal(keyword, getDefault(Category.DISPLAY));
1756 * {@icu} Returns a keyword localized for display in the specified locale.
1758 * @param displayLocaleID the id of the locale in which to display the keyword.
1768 * {@icu} Returns a keyword localized for display in the specified locale.
1770 * @param displayLocale the locale in which to display the keyword.
1784 * {@icu} Returns a keyword value localized for display in the default <code>DISPLAY</code> locale.
1787 * @see Category#DISPLAY
1791 return getDisplayKeywordValueInternal(this, keyword, getDefault(Category.DISPLAY));
1795 * {@icu} Returns a keyword value localized for display in the specified locale.
1797 * @param displayLocale the locale in which to display the value.
1806 * {@icu} Returns a keyword value localized for display in the specified locale.
1810 * @param displayLocaleID the id of the locale in which to display the value.
1821 * {@icu} Returns a keyword value localized for display in the specified locale.
1825 * @param displayLocale the id of the locale in which to display the value.
1843 * Returns this locale name localized for display in the default <code>DISPLAY</code> locale.
1845 * @see Category#DISPLAY
1849 return getDisplayNameInternal(this, getDefault(Category.DISPLAY));
1853 * Returns this locale name localized for display in the provided locale.
1854 * @param displayLocale the locale in which to display the locale name.
1863 * {@icu} Returns the locale ID localized for display in the provided locale.
1866 * @param displayLocaleID the id of the locale in which to display the locale name.
1875 * {@icu} Returns the locale ID localized for display in the provided locale.
1878 * @param displayLocale the locale in which to display the locale name.
1891 * {@icu} Returns this locale name localized for display in the default <code>DISPLAY</code> locale.
1894 * @see Category#DISPLAY
1898 return getDisplayNameWithDialectInternal(this, getDefault(Category.DISPLAY));
1902 * {@icu} Returns this locale name localized for display in the provided locale.
1904 * @param displayLocale the locale in which to display the locale name.
1913 * {@icu} Returns the locale ID localized for display in the provided locale.
1917 * @param displayLocaleID the id of the locale in which to display the locale name.
1927 * {@icu} Returns the locale ID localized for display in the provided locale.
1931 * @param displayLocale the locale in which to display the locale name.
4116 if (catVal.equals("DISPLAY")) {
4375 case DISPLAY:
4401 case DISPLAY: