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