Home
last modified time | relevance | path

Searched defs:isLeapMonth (Results 1 – 21 of 21) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DChineseCalendar.java178 public ChineseCalendar(int year, int month, int isLeapMonth, int date) { in ChineseCalendar()
201 public ChineseCalendar(int year, int month, int isLeapMonth, int date, int hour, in ChineseCalendar()
236 public ChineseCalendar(int era, int year, int month, int isLeapMonth, int date) in ChineseCalendar()
261 public ChineseCalendar(int era, int year, int month, int isLeapMonth, int date, int hour, in ChineseCalendar()
995 int isLeapMonth = useMonth ? saveIsLeapMonth : 0; in handleComputeMonthStart() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DChineseCalendar.java175 public ChineseCalendar(int year, int month, int isLeapMonth, int date) { in ChineseCalendar()
197 public ChineseCalendar(int year, int month, int isLeapMonth, int date, int hour, in ChineseCalendar()
231 public ChineseCalendar(int era, int year, int month, int isLeapMonth, int date) in ChineseCalendar()
255 public ChineseCalendar(int era, int year, int month, int isLeapMonth, int date, int hour, in ChineseCalendar()
975 int isLeapMonth = useMonth ? saveIsLeapMonth : 0; in handleComputeMonthStart() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DChineseTestCase.java34 boolean isLeapMonth, int dayOfMonth, int dayOfWeek) { in ChineseTestCase()
DDangiTest.java236 int isLeapMonth = cal.get(Calendar.IS_LEAP_MONTH); in TestResolution() local
384 static public String ymdToString(int year, int month, int isLeapMonth, int day) { in ymdToString()
DChineseTest.java373 int isLeapMonth = cal.get(Calendar.IS_LEAP_MONTH); in TestResolution() local
530 static public String ymdToString(int year, int month, int isLeapMonth, int day) { in ymdToString()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DChineseTestCase.java37 boolean isLeapMonth, int dayOfMonth, int dayOfWeek) { in ChineseTestCase()
DDangiTest.java239 int isLeapMonth = cal.get(Calendar.IS_LEAP_MONTH); in TestResolution() local
387 static public String ymdToString(int year, int month, int isLeapMonth, int day) { in ymdToString()
DChineseTest.java376 int isLeapMonth = cal.get(Calendar.IS_LEAP_MONTH); in TestResolution() local
533 static public String ymdToString(int year, int month, int isLeapMonth, int day) { in ymdToString()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DChineseDateFormatSymbols.java38 String[] isLeapMonth; field in ChineseDateFormatSymbols
DSimpleDateFormat.java1670 …int isLeapMonth = (formatData.leapMonthPatterns != null && formatData.leapMonthPatterns.length >= … in subFormat() local
3026 int isLeapMonth = 0; in matchString() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DChineseDateFormatSymbols.java40 String[] isLeapMonth; field in ChineseDateFormatSymbols
DSimpleDateFormat.java1661 …int isLeapMonth = (formatData.leapMonthPatterns != null && formatData.leapMonthPatterns.length >= … in subFormat() local
2942 int isLeapMonth = 0; in matchString() local
/third_party/icu/icu4c/source/i18n/
Dchnsecal.cpp346 int32_t isLeapMonth = useMonth ? saveIsLeapMonth : 0; in handleComputeMonthStart() local
706 UBool isLeapMonth = isLeapYear && in computeChineseFields() local
Dsmpdtfmt.cpp1624 …int32_t isLeapMonth = (fSymbols->fLeapMonthPatterns != NULL && fSymbols->fLeapMonthPatternsCount >… in subFormat() local
2987 int32_t isLeapMonth = 0; in matchString() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dchnsecal.cpp346 int32_t isLeapMonth = useMonth ? saveIsLeapMonth : 0; in handleComputeMonthStart() local
706 UBool isLeapMonth = isLeapYear && in computeChineseFields() local
Dsmpdtfmt.cpp1582 …int32_t isLeapMonth = (fSymbols->fLeapMonthPatterns != NULL && fSymbols->fLeapMonthPatternsCount >… in subFormat() local
2894 int32_t isLeapMonth = 0; in matchString() local
/third_party/node/deps/icu-small/source/i18n/
Dchnsecal.cpp350 int32_t isLeapMonth = useMonth ? saveIsLeapMonth : 0; in handleComputeMonthStart() local
722 UBool isLeapMonth = hasLeapMonthBetweenWinterSolstices && in computeChineseFields() local
Dsmpdtfmt.cpp1588 …int32_t isLeapMonth = (fSymbols->fLeapMonthPatterns != nullptr && fSymbols->fLeapMonthPatternsCoun… in subFormat() local
2938 int32_t isLeapMonth = 0; in matchString() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDateFormatTest.java4182 public int isLeapMonth; in TestMonthPatterns() field in DateFormatTest.ChineseCalTestDate
4280 int isLeapMonth = rootChineseCalendar.get(Calendar.IS_LEAP_MONTH); in TestMonthPatterns() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java4279 public int isLeapMonth; in TestMonthPatterns() field in DateFormatTest.ChineseCalTestDate
4377 int isLeapMonth = rootChineseCalendar.get(Calendar.IS_LEAP_MONTH); in TestMonthPatterns() local
/third_party/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp4126 int32_t isLeapMonth; member
4233 … int32_t isLeapMonth = rootChineseCalendar->get(UCAL_IS_LEAP_MONTH, status); in TestMonthPatterns() local