Home | History | Annotate | Download | only in unicode

Lines Matching refs:Locale

48  * DecimalFormatSymbols from its locale data.  If you need to change any
171 * Create a DecimalFormatSymbols object for the given locale.
173 * @param locale The locale to get symbols for.
178 DecimalFormatSymbols(const Locale& locale, UErrorCode& status);
181 * Create a DecimalFormatSymbols object for the default locale.
259 * Returns the locale for which this object was constructed.
262 inline Locale getLocale() const;
265 * Returns the locale for this object. Two flavors are available:
266 * valid and actual locale.
269 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
275 * be empty if there is no data from current locale and its parent locales.
283 * Return empty string if there is no data for this locale and its parent
328 * @param locale The locale to get symbols for.
333 void initialize(const Locale& locale, UErrorCode& success, UBool useLastResortData = FALSE);
388 Locale locale;
446 inline Locale
448 return locale;