Home | History | Annotate | Download | only in util

Lines Matching defs:DISPLAY

351  * {@link Locale.Category#DISPLAY DISPLAY} locale and one
690 * Display types for retrieving localized names from the name providers.
924 case DISPLAY:
1028 setDefault(Category.DISPLAY, newLocale);
1076 case DISPLAY:
1732 * Returns a name for the locale's language that is appropriate for display to the
1735 * {@link Locale.Category#DISPLAY DISPLAY} locale.
1737 * {@link Locale.Category#DISPLAY DISPLAY} locale
1739 * the default {@link Locale.Category#DISPLAY DISPLAY} locale is fr_FR,
1742 * {@link Locale.Category#DISPLAY DISPLAY} locale,
1747 * @return The name of the display language.
1750 return getDisplayLanguage(getDefault(Category.DISPLAY));
1769 // display language for the indeterminate language code.
1822 * Returns a name for the the locale's script that is appropriate for display to
1824 * {@link Locale.Category#DISPLAY DISPLAY} locale. Returns
1827 * @return the display name of the script code for the current default
1828 * {@link Locale.Category#DISPLAY DISPLAY} locale
1832 return getDisplayScript(getDefault(Category.DISPLAY));
1837 * for display to the user. If possible, the name will be
1841 * @param inLocale The locale for which to retrieve the display script.
1842 * @return the display name of the script code for the current default
1843 * {@link Locale.Category#DISPLAY DISPLAY} locale
1856 result = ICU.getDisplayScript(this, Locale.getDefault(Category.DISPLAY));
1864 * Returns a name for the locale's country that is appropriate for display to the
1867 * {@link Locale.Category#DISPLAY DISPLAY} locale.
1869 * {@link Locale.Category#DISPLAY DISPLAY} locale
1871 * the default {@link Locale.Category#DISPLAY DISPLAY} locale is fr_FR,
1874 * {@link Locale.Category#DISPLAY DISPLAY} locale,
1882 return getDisplayCountry(getDefault(Category.DISPLAY));
1965 * Returns a name for the locale's variant code that is appropriate for display to the
1967 * {@link Locale.Category#DISPLAY DISPLAY} locale. If the locale
1970 * @return The name of the display variant code appropriate to the locale.
1973 return getDisplayVariant(getDefault(Category.DISPLAY));
1977 * Returns a name for the locale's variant code that is appropriate for display to the
1981 * @param inLocale The locale for which to retrieve the display variant code.
1982 * @return The name of the display variant code appropriate to the given locale.
2052 * Returns a name for the locale that is appropriate for display to the
2068 * @return The name of the locale appropriate to display.
2071 return getDisplayName(getDefault(Category.DISPLAY));
2457 DISPLAY("user.language.display",
2458 "user.script.display",
2459 "user.country.display",
2460 "user.variant.display"),