Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormatSymbols.java1571 String currentCalendarType = null; field in DateFormatSymbols.CalendarDataSink
1596 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()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java1613 String currentCalendarType = null; field in DateFormatSymbols.CalendarDataSink
1638 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()
/external/icu/icu4c/source/i18n/
Ddtitvinf.cpp236 DateIntervalSink(DateIntervalInfo &diInfo, const char *currentCalendarType) in DateIntervalSink()
237 : dateIntervalInfo(diInfo), nextCalendarType(currentCalendarType, -1, US_INV) { } in DateIntervalSink()
Ddtfmtsym.cpp1509 UnicodeString currentCalendarType; member
1523 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()