Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DDateFormatSymbols.java275 String localPatternChars = null; field in DateFormatSymbols
672 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()