Lines Matching refs:Locale
51 * DateFormat helps you to format and parse dates for any locale. Your code can
52 * be completely independent of the locale conventions for months, days of the
55 * To format a date for the current Locale, use one of the static factory
91 * To format a date for a different Locale, specify it in the call to
96 * DateFormat::createDateInstance( DateFormat::SHORT, Locale::getFrance());
112 * locale, but generally:
527 * locale.
530 * SHORT for "h:mm a" in the US locale. Relative
532 * @param aLocale The given locale.
537 const Locale& aLocale = Locale::getDefault());
541 * const locale.
544 * US locale. As currently implemented, relative date formatting only
550 * @param aLocale The given locale.
555 const Locale& aLocale = Locale::getDefault());
559 * given locale.
562 * For example, SHORT for "M/d/yy" in the US locale. As currently
569 * For example, SHORT for "h:mm a" in the US locale. Relative
571 * @param aLocale The given locale.
577 const Locale& aLocale = Locale::getDefault());
586 static const Locale* U_EXPORT2 getAvailableLocales(int32_t& count);
615 * calendar for the specified or default locale is used. The caller should
626 * calendar for the specified or default locale is used.
703 * this to the default calendar for the locale associated with this DateFormat.
711 * format for the locale associated with this DateFormat.
719 * given locale.
722 * @param inLocale the given locale.
725 static DateFormat* U_EXPORT2 create(EStyle timeStyle, EStyle dateStyle, const Locale& inLocale);