Home | History | Annotate | Download | only in unicode

Lines Matching refs:locale

82  * the constructors that takes a <code>locale</code> object. To
92 * specified locale. Syntax:
123 * <code>NumberFormat</code> for the <code>PluralFormat</code>'s locale. If you
135 * <code>PluralFormat</code>'s constructor. If you also specify a locale in this
136 * constructor, this locale will be used to format the number in the message
151 * Creates a new cardinal-number <code>PluralFormat</code> for the default locale.
152 * This locale will be used to get the set of plural rules and for standard
161 * Creates a new cardinal-number <code>PluralFormat</code> for a given locale.
162 * @param locale the <code>PluralFormat</code> will be configured with
163 * rules for this locale. This locale will also be used for
169 PluralFormat(const Locale& locale, UErrorCode& status);
173 * The standard number formatting will be done using the default locale.
184 * The standard number formatting will be done using the given locale.
185 * @param locale the default number formatting will be done using this
186 * locale.
193 PluralFormat(const Locale& locale, const PluralRules& rules, UErrorCode& status);
198 * The standard number formatting will be done using the given locale.
199 * @param locale the default number formatting will be done using this
200 * locale.
206 PluralFormat(const Locale& locale, UPluralType type, UErrorCode& status);
211 * The default locale will be used to get the set of plural rules and for
223 * locale.
224 * The locale will be used to get the set of plural rules and for
226 * @param locale the <code>PluralFormat</code> will be configured with
227 * rules for this locale. This locale will also be used for
235 PluralFormat(const Locale& locale, const UnicodeString& pattern, UErrorCode& status);
239 * pattern and a locale.
254 * pattern and a locale.
255 * @param locale the <code>PluralFormat</code> will be configured with
256 * rules for this locale. This locale will also be used for
266 PluralFormat(const Locale& locale,
274 * pattern and a locale.
275 * @param locale the <code>PluralFormat</code> will be configured with
276 * rules for this locale. This locale will also be used for
285 PluralFormat(const Locale& locale,
392 * Sets the locale used by this <code>PluraFormat</code> object.
396 * the locale. The resulting format behaves the same as one
397 * constructed from {@link #PluralFormat(const Locale& locale, UPluralType type, UErrorCode& status)}
399 * @param locale the <code>locale</code> to use to configure the formatter.
406 void setLocale(const Locale& locale, UErrorCode& status);
412 * formatter for the locale.
567 Locale locale;