Home
last modified time | relevance | path

Searched refs:nextCalendarType (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddtitvinf.cpp237 UnicodeString nextCalendarType; member
240 : dateIntervalInfo(diInfo), nextCalendarType(currentCalendarType, -1, US_INV) { } in DateIntervalSink()
260 nextCalendarType.remove(); in put()
261 getCalendarTypeFromPath(aliasPath, nextCalendarType, errorCode); in put()
377 return nextCalendarType; in getNextCalendarType()
381 nextCalendarType.setToBogus(); in resetNextCalendarType()
Ddtfmtsym.cpp1513 UnicodeString nextCalendarType; member
1526 currentCalendarType(), nextCalendarType(), in CalendarDataSink()
1540 nextCalendarType.setToBogus(); in preEnumerate()
1826 } else if (nextCalendarType.isBogus()) { in processAliasFromValue()
1827 nextCalendarType = aliasCalendarType; in processAliasFromValue()
1829 } else if (nextCalendarType == aliasCalendarType) { in processAliasFromValue()
2146 calendarType = calendarSink.nextCalendarType; in initializeData()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateIntervalInfo.java426 String nextCalendarType; field in DateIntervalInfo.DateIntervalSink
445 nextCalendarType = getCalendarTypeFromPath(value.getAliasString()); in put()
489 String tmpCalendarType = nextCalendarType; in getAndResetNextCalendarType()
490 nextCalendarType = null; in getAndResetNextCalendarType()
DDateFormatSymbols.java1675 String nextCalendarType = null; field in DateFormatSymbols.CalendarDataSink
1700 nextCalendarType = null; in preEnumerate()
1886 … } else if (nextCalendarType == null || nextCalendarType.equals(aliasCalendarType)) { in processAliasFromValue()
1887 nextCalendarType = aliasCalendarType; in processAliasFromValue()
1970 calendarType = calendarSink.nextCalendarType; in initializeData()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalInfo.java436 String nextCalendarType; field in DateIntervalInfo.DateIntervalSink
455 nextCalendarType = getCalendarTypeFromPath(value.getAliasString()); in put()
499 String tmpCalendarType = nextCalendarType; in getAndResetNextCalendarType()
500 nextCalendarType = null; in getAndResetNextCalendarType()
DDateFormatSymbols.java1717 String nextCalendarType = null; field in DateFormatSymbols.CalendarDataSink
1742 nextCalendarType = null; in preEnumerate()
1928 … } else if (nextCalendarType == null || nextCalendarType.equals(aliasCalendarType)) { in processAliasFromValue()
1929 nextCalendarType = aliasCalendarType; in processAliasFromValue()
2012 calendarType = calendarSink.nextCalendarType; in initializeData()