Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtitvinf.cpp234 UnicodeString nextCalendarType; member
237 : dateIntervalInfo(diInfo), nextCalendarType(currentCalendarType, -1, US_INV) { } in DateIntervalSink()
257 nextCalendarType.remove(); in put()
258 getCalendarTypeFromPath(aliasPath, nextCalendarType, errorCode); in put()
369 return nextCalendarType; in getNextCalendarType()
373 nextCalendarType.setToBogus(); in resetNextCalendarType()
Ddtfmtsym.cpp1510 UnicodeString nextCalendarType; member
1523 currentCalendarType(), nextCalendarType(), in CalendarDataSink()
1537 nextCalendarType.setToBogus(); in preEnumerate()
1819 } else if (nextCalendarType.isBogus()) { in processAliasFromValue()
1820 nextCalendarType = aliasCalendarType; in processAliasFromValue()
1822 } else if (nextCalendarType == aliasCalendarType) { in processAliasFromValue()
2144 calendarType = calendarSink.nextCalendarType; in initializeData()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateIntervalInfo.java428 String nextCalendarType; field in DateIntervalInfo.DateIntervalSink
447 nextCalendarType = getCalendarTypeFromPath(value.getAliasString()); in put()
491 String tmpCalendarType = nextCalendarType; in getAndResetNextCalendarType()
492 nextCalendarType = null; in getAndResetNextCalendarType()
DDateFormatSymbols.java1573 String nextCalendarType = null; field in DateFormatSymbols.CalendarDataSink
1598 nextCalendarType = null; in preEnumerate()
1784 … } else if (nextCalendarType == null || nextCalendarType.equals(aliasCalendarType)) { in processAliasFromValue()
1785 nextCalendarType = aliasCalendarType; in processAliasFromValue()
1854 calendarType = calendarSink.nextCalendarType; in initializeData()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalInfo.java437 String nextCalendarType; field in DateIntervalInfo.DateIntervalSink
456 nextCalendarType = getCalendarTypeFromPath(value.getAliasString()); in put()
500 String tmpCalendarType = nextCalendarType; in getAndResetNextCalendarType()
501 nextCalendarType = null; in getAndResetNextCalendarType()
DDateFormatSymbols.java1614 String nextCalendarType = null; field in DateFormatSymbols.CalendarDataSink
1639 nextCalendarType = null; in preEnumerate()
1825 … } else if (nextCalendarType == null || nextCalendarType.equals(aliasCalendarType)) { in processAliasFromValue()
1826 nextCalendarType = aliasCalendarType; in processAliasFromValue()
1895 calendarType = calendarSink.nextCalendarType; in initializeData()