Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DDateFormatSymbols.java466 cachedHashCode = 0; in setEras()
494 cachedHashCode = 0; in setMonths()
522 cachedHashCode = 0; in setShortMonths()
542 cachedHashCode = 0; in setWeekdays()
562 cachedHashCode = 0; in setShortWeekdays()
579 cachedHashCode = 0; in setAmPmStrings()
683 cachedHashCode = 0; in setLocalPatternChars()
741 int hashCode = cachedHashCode; in hashCode()
753 cachedHashCode = hashCode; in hashCode()
813 transient volatile int cachedHashCode = 0; field in DateFormatSymbols
[all …]