Searched refs:monthValue (Results 1 – 2 of 2) sorted by relevance
2144 int monthValue = month; in hashCode() local2146 return (yearValue & 0xFFFFF800) ^ ((yearValue << 11) + (monthValue << 6) + (dayValue)); in hashCode()2160 int monthValue = month; in toString() local2176 return buf.append(monthValue < 10 ? "-0" : "-") in toString()2177 .append(monthValue) in toString()
638 int monthValue = monthOfYear; in hashCode() local641 ^ ((yearValue << 11) + (monthValue << 6) + (dayValue)); in hashCode()