Lines Matching refs:Locale
61 * itself doesn't implement locale-specific behavior. Any locale-specific
70 * a Number value is formatted with a default (for the locale) NumberFormat,
71 * a Date value is formatted with a default (for the locale) DateFormat,
298 * Locale("en"),
343 * default locale.
354 * Constructs a new MessageFormat using the given pattern and locale.
356 * @param newLocale The locale to use for formatting dates and numbers.
362 const Locale& newLocale,
365 * Constructs a new MessageFormat using the given pattern and locale.
367 * @param newLocale The locale to use for formatting dates and numbers.
375 const Locale& newLocale,
413 * Sets the locale to be used for creating argument Format objects.
414 * @param theLocale the new locale value to be set.
417 virtual void setLocale(const Locale& theLocale);
420 * Gets the locale used for creating argument Format objects.
422 * @return the locale of the object.
425 virtual const Locale& getLocale(void) const;
881 Locale fLocale;
896 PluralSelectorProvider(const Locale* loc, UPluralType type);
900 void reset(const Locale* loc);
902 const Locale* locale;
1047 NumberFormat* createIntegerFormat(const Locale& locale, UErrorCode& status) const;