Searched refs:currentCalendarType (Results 1 – 4 of 4) sorted by relevance
1716 String currentCalendarType = null; field in DateFormatSymbols.CalendarDataSink1741 currentCalendarType = calendarType; in preEnumerate()1748 assert currentCalendarType != null && !currentCalendarType.isEmpty(); in put()1918 if (currentCalendarType.equals(aliasCalendarType) in processAliasFromValue()1923 } else if (!currentCalendarType.equals(aliasCalendarType) in processAliasFromValue()
1674 String currentCalendarType = null; field in DateFormatSymbols.CalendarDataSink1699 currentCalendarType = calendarType; in preEnumerate()1706 assert currentCalendarType != null && !currentCalendarType.isEmpty(); in put()1876 if (currentCalendarType.equals(aliasCalendarType) in processAliasFromValue()1881 } else if (!currentCalendarType.equals(aliasCalendarType) in processAliasFromValue()
239 DateIntervalSink(DateIntervalInfo &diInfo, const char *currentCalendarType) in DateIntervalSink()240 : dateIntervalInfo(diInfo), nextCalendarType(currentCalendarType, -1, US_INV) { } in DateIntervalSink()
1512 UnicodeString currentCalendarType; member1526 currentCalendarType(), nextCalendarType(), in CalendarDataSink()1539 currentCalendarType = calendarType; in preEnumerate()1546 U_ASSERT(!currentCalendarType.isEmpty()); in put()1816 if (currentCalendarType == aliasCalendarType in processAliasFromValue()1821 } else if (currentCalendarType != aliasCalendarType in processAliasFromValue()