Home
last modified time | relevance | path

Searched refs:otheritems (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DCalendar.java1912 int otheritems = (lenient ? 1 : 0) in hashCode() local
1917 return (int) t ^ (int)(t >> 32) ^ otheritems; in hashCode()