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.java464 cachedHashCode = 0; in setEras()
492 cachedHashCode = 0; in setMonths()
520 cachedHashCode = 0; in setShortMonths()
540 cachedHashCode = 0; in setWeekdays()
560 cachedHashCode = 0; in setShortWeekdays()
577 cachedHashCode = 0; in setAmPmStrings()
681 cachedHashCode = 0; in setLocalPatternChars()
739 int hashCode = cachedHashCode; in hashCode()
751 cachedHashCode = hashCode; in hashCode()
811 transient volatile int cachedHashCode = 0; field in DateFormatSymbols
[all …]