Lines Matching defs:locale

78  * the constructors that takes a <code>locale</code> object. To
88 * specified locale. Syntax:
119 * <code>NumberFormat</code> for the <code>PluralFormat</code>'s locale. If you
131 * <code>PluralFormat</code>'s constructor. If you also specify a locale in this
132 * constructor, this locale will be used to format the number in the message
147 * Creates a new cardinal-number <code>PluralFormat</code> for the default locale.
148 * This locale will be used to get the set of plural rules and for standard
157 * Creates a new cardinal-number <code>PluralFormat</code> for a given locale.
158 * @param locale the <code>PluralFormat</code> will be configured with
159 * rules for this locale. This locale will also be used for
165 PluralFormat(const Locale& locale, UErrorCode& status);
169 * The standard number formatting will be done using the default locale.
180 * The standard number formatting will be done using the given locale.
181 * @param locale the default number formatting will be done using this
182 * locale.
194 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);
210 * The default locale will be used to get the set of plural rules and for
222 * locale.
223 * The locale will be used to get the set of plural rules and for
225 * @param locale the <code>PluralFormat</code> will be configured with
226 * rules for this locale. This locale will also be used for
234 PluralFormat(const Locale& locale, const UnicodeString& pattern, UErrorCode& status);
238 * pattern and a locale.
253 * pattern and a locale.
254 * @param locale the <code>PluralFormat</code> will be configured with
255 * rules for this locale. This locale will also be used for
265 PluralFormat(const Locale& locale,
272 * pattern and a locale.
273 * @param locale the <code>PluralFormat</code> will be configured with
274 * rules for this locale. This locale will also be used for
283 PluralFormat(const Locale& locale,
389 * Sets the locale used by this <code>PluraFormat</code> object.
393 * the locale. The resulting format behaves the same as one
394 * constructed from {@link #PluralFormat(const Locale& locale, UPluralType type, UErrorCode& status)}
396 * @param locale the <code>locale</code> to use to configure the formatter.
403 void setLocale(const Locale& locale, UErrorCode& status);
409 * formatter for the locale.
568 Locale locale;