Home
last modified time | relevance | path

Searched refs:currentCalendarType (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java1716 String currentCalendarType = null; field in DateFormatSymbols.CalendarDataSink
1741 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()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormatSymbols.java1674 String currentCalendarType = null; field in DateFormatSymbols.CalendarDataSink
1699 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()
/external/icu/icu4c/source/i18n/
Ddtitvinf.cpp239 DateIntervalSink(DateIntervalInfo &diInfo, const char *currentCalendarType) in DateIntervalSink()
240 : dateIntervalInfo(diInfo), nextCalendarType(currentCalendarType, -1, US_INV) { } in DateIntervalSink()
Ddtfmtsym.cpp1512 UnicodeString currentCalendarType; member
1526 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()