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.java2712 int otheritems = (lenient ? 1 : 0) in hashCode() local
2717 return (int) t ^ (int)(t >> 32) ^ otheritems; in hashCode()