Searched refs:IS_LEAP_MONTH (Results 1 – 15 of 15) sorted by relevance
54 "EXTENDED_YEAR=4601,MONTH=6,DATE=28,IS_LEAP_MONTH=0", // ch59 "EXTENDED_YEAR=4601,MONTH=6,DATE=29,IS_LEAP_MONTH=0", // ch64 "EXTENDED_YEAR=4601,MONTH=7,DATE=1,IS_LEAP_MONTH=0", // ch69 "EXTENDED_YEAR=4601,MONTH=7,DATE=2,IS_LEAP_MONTH=0", // ch74 "EXTENDED_YEAR=4598,MONTH=10,DATE=18,IS_LEAP_MONTH=0", // ch79 "EXTENDED_YEAR=4636,MONTH=3,DATE=21,IS_LEAP_MONTH=0", // ch85 "EXTENDED_YEAR=4627,MONTH=3,DATE=29,IS_LEAP_MONTH=0", // ch90 "EXTENDED_YEAR=4627,MONTH=4,DATE=1,IS_LEAP_MONTH=0", // ch95 "EXTENDED_YEAR=4627,MONTH=4,DATE=30,IS_LEAP_MONTH=0", // ch100 "EXTENDED_YEAR=4627,MONTH=4,DATE=1,IS_LEAP_MONTH=1", // ch[all …]
188 …public static final Field IS_LEAP_MONTH = new Field("is leap month", ChineseCalendar.IS_LEAP_MONTH… field in ChineseDateFormat.Field223 if (calendarField == ChineseCalendar.IS_LEAP_MONTH) { in ofCalendarField()224 return IS_LEAP_MONTH; in ofCalendarField()240 if (this.getName().equals(IS_LEAP_MONTH.getName())) { in readResolve()241 return IS_LEAP_MONTH; in readResolve()
1603 cal.get(Calendar.IS_LEAP_MONTH): 0; in subFormat()2700 cal.set(Calendar.IS_LEAP_MONTH, isLeapMonth); in matchString()2888 cal.set(Calendar.IS_LEAP_MONTH, 1); in subParse()2891 cal.set(Calendar.IS_LEAP_MONTH, 0); in subParse()
85 int L = cal.get(Calendar.IS_LEAP_MONTH); in TestMapping()112 cal.set(Calendar.IS_LEAP_MONTH, cisleapmonth); in TestMapping()141 (cal.get(Calendar.IS_LEAP_MONTH)==1?"(leap)":"") + in TestZeroDOM()192 Calendar.IS_LEAP_MONTH, 1, in TestResolution()200 Calendar.IS_LEAP_MONTH, 1, // Should ignore in TestResolution()210 Calendar.IS_LEAP_MONTH, 1, in TestResolution()230 int isLeapMonth = cal.get(Calendar.IS_LEAP_MONTH); in TestResolution()240 cal.set(Calendar.IS_LEAP_MONTH, expIsLeapMonth); in TestResolution()352 cal.set(Calendar.IS_LEAP_MONTH, test[2]); in doRollAddDangi()360 || cal.get(Calendar.IS_LEAP_MONTH) != test[8] || cal.get(DATE) != test[9]) { in doRollAddDangi()[all …]
105 int L = cal.get(Calendar.IS_LEAP_MONTH); in TestMapping()133 cal.set(Calendar.IS_LEAP_MONTH, cisleapmonth); in TestMapping()163 (cal.get(Calendar.IS_LEAP_MONTH)==1?"(leap)":"") + in TestZeroDOM()315 Calendar.IS_LEAP_MONTH, 1, in TestResolution()323 Calendar.IS_LEAP_MONTH, 1, // Should ignore in TestResolution()345 Calendar.IS_LEAP_MONTH, 1, in TestResolution()365 int isLeapMonth = cal.get(Calendar.IS_LEAP_MONTH); in TestResolution()375 cal.set(Calendar.IS_LEAP_MONTH, expIsLeapMonth); in TestResolution()489 cal.set(Calendar.IS_LEAP_MONTH, test[2]); in doRollAdd()498 cal.get(Calendar.IS_LEAP_MONTH) != test[8] || in doRollAdd()[all …]
39 set(Calendar.IS_LEAP_MONTH, isLeapMonth?1:0); in ChineseTestCase()51 (get(Calendar.IS_LEAP_MONTH)==1?"(leap)":"") + "/" + in toString()
430 (cal.get(Calendar.IS_LEAP_MONTH)==1?"(leap)":"") + "/" + in ymdToString()
1358 field != Calendar.IS_LEAP_MONTH ) { in Test4173516()
213 this.set(IS_LEAP_MONTH, isLeapMonth); in ChineseCalendar()271 this.set(IS_LEAP_MONTH, isLeapMonth); in ChineseCalendar()497 { RESOLVE_REMAP | DAY_OF_MONTH, IS_LEAP_MONTH },595 if (get(IS_LEAP_MONTH) == 1) { in roll()889 internalSet(IS_LEAP_MONTH, isLeapMonth?1:0); in computeChineseFields()990 int saveIsLeapMonth = internalGet(IS_LEAP_MONTH); in handleComputeMonthStart()1002 isLeapMonth != internalGet(IS_LEAP_MONTH)) { in handleComputeMonthStart()1008 internalSet(IS_LEAP_MONTH, saveIsLeapMonth); in handleComputeMonthStart()
951 public static final int IS_LEAP_MONTH = 22; field in Calendar1676 (1 << IS_LEAP_MONTH); in initInternal()4351 case IS_LEAP_MONTH: in getLimit()
162 com.ibm.icu.util.ChineseCalendar.IS_LEAP_MONTH, /* 22 */
3399 if (keys.contains(ChineseDateFormat.Field.IS_LEAP_MONTH)) { in TestFormatToCharacterIterator()3405 if (keys.contains(ChineseDateFormat.Field.IS_LEAP_MONTH)) { in TestFormatToCharacterIterator()3489 int ccalField = ChineseDateFormat.Field.IS_LEAP_MONTH.getCalendarField(); in TestFormatToCharacterIteratorCoverage()3490 if (ccalField != Calendar.IS_LEAP_MONTH) { in TestFormatToCharacterIteratorCoverage()3494 if (cfield != ChineseDateFormat.Field.IS_LEAP_MONTH) { in TestFormatToCharacterIteratorCoverage()3496 + " - Expected: " + ChineseDateFormat.Field.IS_LEAP_MONTH); in TestFormatToCharacterIteratorCoverage()3808 int[] cases = { Calendar.IS_LEAP_MONTH - 1}; in TestOfCalendarField()4161 rootChineseCalendar.set( Calendar.IS_LEAP_MONTH, date.isLeapMonth ); in TestMonthPatterns()4174 rootChineseCalendar.set( Calendar.IS_LEAP_MONTH, 0 ); in TestMonthPatterns()4181 int isLeapMonth = rootChineseCalendar.get(Calendar.IS_LEAP_MONTH); in TestMonthPatterns()
240 IS_LEAP_MONTH, enumerator
2028 ChineseDateFormat.Field.IS_LEAP_MONTH in getTestObjects()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...