Home | History | Annotate | Download | only in unicode

Lines Matching refs:displayLocale

177  *                                            const Locale&  displayLocale,
526 * user display in the locale specified by "displayLocale". For example, if the locale's
527 * language code is "en" and displayLocale's language code is "fr", this function would set
529 * @param displayLocale Specifies the locale to be used to display the name. In other words,
531 * displayLocale would result in "Anglais", while passing Locale::getGerman()
532 * for displayLocale would result in "Englisch".
537 UnicodeString& getDisplayLanguage( const Locale& displayLocale,
553 * for user display in the locale specified by "displayLocale". For example, if the locale's
554 * script code is "LATN" and displayLocale's language code is "en", this function would set
556 * @param displayLocale Specifies the locale to be used to display the name. In other
558 * Locale::getFrench() for displayLocale would result in "", while
559 * passing Locale::getGerman() for displayLocale would result in
565 UnicodeString& getDisplayScript( const Locale& displayLocale,
581 * for user display in the locale specified by "displayLocale". For example, if the locale's
582 * country code is "US" and displayLocale's language code is "fr", this function would set
584 * @param displayLocale Specifies the locale to be used to display the name. In other
586 * Locale::getFrench() for displayLocale would result in "États-Unis", while
587 * passing Locale::getGerman() for displayLocale would result in
593 UnicodeString& getDisplayCountry( const Locale& displayLocale,
607 * suitable for user display in the locale specified by "displayLocale".
608 * @param displayLocale Specifies the locale to be used to display the name.
613 UnicodeString& getDisplayVariant( const Locale& displayLocale,
631 * in the locale specfied by "displayLocale". This function uses getDisplayLanguage(),
633 * name in the format "language (country[,variant])". For example, if displayLocale is
636 * @param displayLocale Specifies the locale to be used to display the name.
641 UnicodeString& getDisplayName( const Locale& displayLocale,