Home | History | Annotate | Download | only in unicode

Lines Matching refs:Locale

52  * date-time formatting data for a given or default locale. After a formatter is
58 * pattern and locale, they can do so with new SimpleDateFormat(aPattern,
60 * formatting data from the locale.
76 * locale at least contains any resources that are to be particularized for the
83 * resources for the default locale, in the default calendar (Gregorian).
86 * data for the default locale, it will return a last-resort object
98 * resources for the given locale, in the default calendar (Gregorian).
100 * @param locale Locale to load format data from.
102 * results if the resources for the locale cannot be
106 DateFormatSymbols(const Locale& locale,
112 * resources for the default locale, in the default calendar (Gregorian).
115 * data for the default locale, it will return a last-resort object
130 * resources for the given locale, in the default calendar (Gregorian).
132 * @param locale Locale to load format data from.
137 * results if the resources for the locale cannot be
141 DateFormatSymbols(const Locale& locale,
484 * Note: ICU no longer provides localized date-time pattern characters for a locale
502 * Returns the locale for this object. Two flavors are available:
503 * valid and actual locale.
506 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
697 * Localized names of time zones in this locale. This is a
729 * zone names extracted from ICU locale data is stored in a ZoneStringFormat
734 UnicodeString **fLocaleZoneStrings; // Zone string array created by the locale
738 Locale fZSFLocale; // Locale used for getting ZoneStringFormat
753 /** valid/actual locale information
764 * @param locale The locale to get symbols for.
770 void initializeData(const Locale& locale, const char *type, UErrorCode& status, UBool useLastResortData = FALSE);
818 * Create zone strings array by locale if not yet available