Searched refs:localPatternChars (Results 1 – 1 of 1) sorted by relevance
275 String localPatternChars = null; field in DateFormatSymbols672 return localPatternChars; in getLocalPatternChars()682 localPatternChars = newLocalPatternChars.toString(); in setLocalPatternChars()752 hashCode = 11 * hashCode + Objects.hashCode(localPatternChars); in hashCode()782 && ((localPatternChars != null in equals()783 && localPatternChars.equals(that.localPatternChars)) in equals()784 || (localPatternChars == null in equals()785 && that.localPatternChars == null)))) { in equals()842 localPatternChars = patternChars; in initializeData()967 dst.localPatternChars = src.localPatternChars; in copyMembers()