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()
1823 } else if (nextCalendarType.isBogus()) { in processAliasFromValue()
1824 nextCalendarType = aliasCalendarType; in processAliasFromValue()
1826 } else if (nextCalendarType == aliasCalendarType) { in processAliasFromValue()
2148 calendarType = calendarSink.nextCalendarType; in initializeData()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateIntervalInfo.java425 String nextCalendarType; field in DateIntervalInfo.DateIntervalSink
444 nextCalendarType = getCalendarTypeFromPath(value.getAliasString()); in put()
488 String tmpCalendarType = nextCalendarType; in getAndResetNextCalendarType()
489 nextCalendarType = null; in getAndResetNextCalendarType()
DDateFormatSymbols.java1572 String nextCalendarType = null; field in DateFormatSymbols.CalendarDataSink
1597 nextCalendarType = null; in preEnumerate()
1783 … } else if (nextCalendarType == null || nextCalendarType.equals(aliasCalendarType)) { in processAliasFromValue()
1784 nextCalendarType = aliasCalendarType; in processAliasFromValue()
1853 calendarType = calendarSink.nextCalendarType; in initializeData()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalInfo.java435 String nextCalendarType; field in DateIntervalInfo.DateIntervalSink
454 nextCalendarType = getCalendarTypeFromPath(value.getAliasString()); in put()
498 String tmpCalendarType = nextCalendarType; in getAndResetNextCalendarType()
499 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()