Searched refs:rightMonth (Results 1 – 2 of 2) sorted by relevance
767 double rightMonth = (right.isLeapMonth ? right.month + addingValue : right.month); in LunarDateCompare() local768 if (GreatNotEqual(leftMonth, rightMonth)) { in LunarDateCompare()771 if (LessNotEqual(leftMonth, rightMonth)) { in LunarDateCompare()
1522 double rightMonth = (right.isLeapMonth ? right.month + addingValue : right.month); in LunarDateCompare() local1523 if (GreatNotEqual(leftMonth, rightMonth)) { in LunarDateCompare()1526 if (LessNotEqual(leftMonth, rightMonth)) { in LunarDateCompare()