Home | History | Annotate | Download | only in unicode

Lines Matching refs:Locale

39  * formatter when user pass in skeleton and locale.
106 * in an interval pattern is the earlier date. There might be a locale in which
108 * We use fallback format for the default order for the locale.
110 * the first date in the interval pattern for this locale is earlier date.
123 * the locale.
124 * By using a Locale parameter, the DateIntervalFormat object is
126 * default locale.
172 * Construct DateIntervalInfo for the given locale,
173 * @param locale the interval patterns are loaded from the appropriate calendar
174 * data (specified calendar or default calendar) in this locale.
178 DateIntervalInfo(const Locale& locale, UErrorCode& status);
294 * And constructor taking locale as parameter will set the
295 * fallback pattern as what defined in the locale resource file.
372 * Initialize the DateIntervalInfo from locale
373 * @param locale the given locale.
377 void initializeData(const Locale& locale, UErrorCode& status);