/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | dtitvinf.cpp | 234 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()
|
D | dtfmtsym.cpp | 1510 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/ |
D | dtitvinf.cpp | 236 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()
|
D | dtfmtsym.cpp | 1517 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/ |
D | dtitvinf.cpp | 237 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()
|
D | dtfmtsym.cpp | 1513 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/ |
D | dtitvinf.cpp | 237 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()
|
D | dtfmtsym.cpp | 1513 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/ |
D | DateIntervalInfo.java | 426 String nextCalendarType; field in DateIntervalInfo.DateIntervalSink 445 nextCalendarType = getCalendarTypeFromPath(value.getAliasString()); in put() 489 String tmpCalendarType = nextCalendarType; in getAndResetNextCalendarType() 490 nextCalendarType = null; in getAndResetNextCalendarType()
|
D | DateFormatSymbols.java | 1577 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/ |
D | DateIntervalInfo.java | 436 String nextCalendarType; field in DateIntervalInfo.DateIntervalSink 455 nextCalendarType = getCalendarTypeFromPath(value.getAliasString()); in put() 499 String tmpCalendarType = nextCalendarType; in getAndResetNextCalendarType() 500 nextCalendarType = null; in getAndResetNextCalendarType()
|
D | DateFormatSymbols.java | 1619 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()
|