Home | History | Annotate | Download | only in common

Lines Matching refs:Locale

62  * kinds of formatters for the same locale, use the descriptor 
64 * while using the currentID (in this case, the locale string),
254 * <p>Return, in result, the display name of the id in the provided locale.
262 * @param locale the locale for which to generate the corresponding localized display name.
266 virtual UnicodeString& getDisplayName(const UnicodeString& id, const Locale& locale, UnicodeString& result) const = 0;
333 * @param locale the locale for which to generate the corresponding localized display name.
337 virtual UnicodeString& getDisplayName(const UnicodeString& id, const Locale& locale, UnicodeString& result) const;
444 * id (for example, a locale string) to the service, and get back an
519 * subclass of ICUService that uses Locale names as IDs and uses
689 * <p>Convenience override for getDisplayName(const UnicodeString&, const Locale&, UnicodeString&) that
690 * uses the current default locale.</p>
699 * <p>Given a visible ID, return the display name in the requested locale.
705 * @param locale the locale in which to localize the ID.
708 UnicodeString& getDisplayName(const UnicodeString& id, UnicodeString& result, const Locale& locale) const;
711 * <p>Convenience override of getDisplayNames(const Locale&, const UnicodeString*) that
712 * uses the current default Locale as the locale and NULL for
722 * <p>Convenience override of getDisplayNames(const Locale&, const UnicodeString*) that
726 * @param locale the locale in which to localize the ID.
730 UVector& getDisplayNames(UVector& result, const Locale& locale, UErrorCode& status) const;
751 * @param locale the locale in which to localize the ID.
756 const Locale& locale,
952 * cache but not the ID caches, e.g., when the default locale changes