Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/node/deps/icu-small/source/i18n/
Ddtitvinf.cpp236 UnicodeString nextCalendarType; member
239 : dateIntervalInfo(diInfo), nextCalendarType(currentCalendarType, -1, US_INV) { } in DateIntervalSink()
259 nextCalendarType.remove(); in put()
260 getCalendarTypeFromPath(aliasPath, nextCalendarType, errorCode); in put()
376 return nextCalendarType; in getNextCalendarType()
380 nextCalendarType.setToBogus(); in resetNextCalendarType()
Ddtfmtsym.cpp1517 UnicodeString nextCalendarType; member
1530 currentCalendarType(), nextCalendarType(), in CalendarDataSink()
1544 nextCalendarType.setToBogus(); in preEnumerate()
1830 } else if (nextCalendarType.isBogus()) { in processAliasFromValue()
1831 nextCalendarType = aliasCalendarType; in processAliasFromValue()
1833 } else if (nextCalendarType == aliasCalendarType) { in processAliasFromValue()
2154 calendarType = calendarSink.nextCalendarType; in initializeData()
/third_party/skia/third_party/externals/icu/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()
/third_party/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()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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.java1577 String nextCalendarType = null; field in DateFormatSymbols.CalendarDataSink
1602 nextCalendarType = null; in preEnumerate()
1788 … } else if (nextCalendarType == null || nextCalendarType.equals(aliasCalendarType)) { in processAliasFromValue()
1789 nextCalendarType = aliasCalendarType; in processAliasFromValue()
1858 calendarType = calendarSink.nextCalendarType; in initializeData()
/third_party/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.java1619 String nextCalendarType = null; field in DateFormatSymbols.CalendarDataSink
1644 nextCalendarType = null; in preEnumerate()
1830 … } else if (nextCalendarType == null || nextCalendarType.equals(aliasCalendarType)) { in processAliasFromValue()
1831 nextCalendarType = aliasCalendarType; in processAliasFromValue()
1900 calendarType = calendarSink.nextCalendarType; in initializeData()