Lines Matching refs:Locale
69 * <p>The resources contain three predefined formatters for each locale: spellout, which
488 * subarrays is the locale name, and the remaining elements are localizations of the
512 * passed in. The formatter uses the default locale.
524 * passed in. The formatter uses the default locale.
550 * passed in. The formatter uses the specified locale to determine the
556 * @param locale A locale that governs which characters are used for
563 RuleBasedNumberFormat(const UnicodeString& rules, const Locale& locale,
568 * passed in. The formatter uses the default locale.
585 * @param locale A locale that governs which characters are used for
593 const Locale& locale, UParseError& perror, UErrorCode& status);
600 * locale. There are four legal values: URBNF_SPELLOUT, which creates a formatter that
606 * @param locale The locale for the formatter.
610 RuleBasedNumberFormat(URBNFRuleSetTag tag, const Locale& locale, UErrorCode& status);
688 * Return the index'th display name locale.
689 * @param index the index of the locale
691 * @return the locale
695 virtual Locale getRuleSetDisplayNameLocale(int32_t index, UErrorCode& status) const;
698 * Return the rule set display names for the provided locale. These are in the same order
699 * as those returned by getRuleSetName. The locale is matched against the locales for
700 * which there is display name data, using normal fallback rules. If no locale matches,
704 * @param locale the locale (returned by getRuleSetDisplayNameLocales) for which the localized
711 const Locale& locale = Locale::getDefault());
714 locale.
715 * The locale is matched against the locales for which there is display name data, using
716 * normal fallback rules. If no locale matches, the default display name is returned.
722 const Locale& locale = Locale::getDefault());
906 * The Collator used is determined by the locale that was
909 * end of the default collator for the locale, enabling additional equivalences
994 const Locale& locale, UParseError& perror, UErrorCode& status);
1017 Locale locale;