Searched refs:currentCalendarType (Results 1 – 4 of 4) sorted by relevance
1571 String currentCalendarType = null; field in DateFormatSymbols.CalendarDataSink1596 currentCalendarType = calendarType; in preEnumerate()1603 assert currentCalendarType != null && !currentCalendarType.isEmpty(); in put()1773 if (currentCalendarType.equals(aliasCalendarType) in processAliasFromValue()1778 } else if (!currentCalendarType.equals(aliasCalendarType) in processAliasFromValue()
1613 String currentCalendarType = null; field in DateFormatSymbols.CalendarDataSink1638 currentCalendarType = calendarType; in preEnumerate()1645 assert currentCalendarType != null && !currentCalendarType.isEmpty(); in put()1815 if (currentCalendarType.equals(aliasCalendarType) in processAliasFromValue()1820 } else if (!currentCalendarType.equals(aliasCalendarType) in processAliasFromValue()
236 DateIntervalSink(DateIntervalInfo &diInfo, const char *currentCalendarType) in DateIntervalSink()237 : dateIntervalInfo(diInfo), nextCalendarType(currentCalendarType, -1, US_INV) { } in DateIntervalSink()
1509 UnicodeString currentCalendarType; member1523 currentCalendarType(), nextCalendarType(), in CalendarDataSink()1536 currentCalendarType = calendarType; in preEnumerate()1543 U_ASSERT(!currentCalendarType.isEmpty()); in put()1813 if (currentCalendarType == aliasCalendarType in processAliasFromValue()1818 } else if (currentCalendarType != aliasCalendarType in processAliasFromValue()