Lines Matching refs:Locale
549 * in the default locale.
551 * If the display name is not available for the locale,
554 * @param result the human-readable name of this time zone in the default locale.
562 * in the specified locale.
564 * If the display name is not available for the locale,
567 * @param locale the locale in which to supply the display name.
568 * @param result the human-readable name of this time zone in the given locale
569 * or in the default locale if the given locale is not recognized.
573 UnicodeString& getDisplayName(const Locale& locale, UnicodeString& result) const;
577 * in the default locale.
578 * If the display name is not available for the locale,
583 * @param result the human-readable name of this time zone in the default locale.
591 * in the specified locale.
592 * If the display name is not available for the locale,
597 * @param locale the locale in which to supply the display name.
598 * @param result the human-readable name of this time zone in the given locale
599 * or in the default locale if the given locale is not recognized.
603 UnicodeString& getDisplayName(UBool daylight, EDisplayType style, const Locale& locale, UnicodeString& result) const;