Home | History | Annotate | Download | only in unicode

Lines Matching refs:DateIntervalInfo

62  * We introduce class DateIntervalInfo to save date interval
131 * If a skeleton is not found in a locale's DateIntervalInfo, which means
184 * plus a given DateIntervalInfo.
189 * DateIntervalInfo provides the date interval patterns.
274 * DateIntervalInfo, and default locale.
278 * const DateIntervalInfo& dtitvinf, UErrorCode&)
282 * @param dtitvinf the DateIntervalInfo object.
289 const DateIntervalInfo& dtitvinf,
294 * a DateIntervalInfo, and the given locale.
308 * The DateIntervalInfo provides the interval patterns.
309 * and the DateIntervalInfo ownership remains to the caller.
311 * User are encouraged to set default interval pattern in DateIntervalInfo
322 * @param dtitvinf the DateIntervalInfo object.
330 const DateIntervalInfo& dtitvinf,
472 const DateIntervalInfo* getDateIntervalInfo(void) const;
481 void setDateIntervalInfo(const DateIntervalInfo& newIntervalPatterns,
576 * a DateIntervalInfo, and skeleton.
581 * the DateIntervalInfo provides the interval patterns.
584 * DateFormat and DateIntervalInfo objects.
588 * @param dtitvinf the DateIntervalInfo object to be adopted.
593 DateIntervalFormat(const Locale& locale, DateIntervalInfo* dtItvInfo,
599 * and a DateIntervalInfo.
604 * @param dtitvinf the DateIntervalInfo object to be adopted.
611 DateIntervalInfo* dtitvinf,
758 * For example, the interval patterns saved in DateIntervalInfo
761 * Another example, the interval patterns saved in DateIntervalInfo
933 DateIntervalInfo* fInfo;
957 PatternInfo fIntervalPatterns[DateIntervalInfo::kIPI_MAX_INDEX];