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

/libcore/ojluni/src/main/java/java/text/
H A DDateFormatSymbols.java275 String localPatternChars = null; field in class:DateFormatSymbols
670 return localPatternChars;
680 localPatternChars = newLocalPatternChars.toString();
750 hashCode = 11 * hashCode + Objects.hashCode(localPatternChars);
780 && ((localPatternChars != null
781 && localPatternChars.equals(that.localPatternChars))
782 || (localPatternChars == null
783 && that.localPatternChars == null)))) {
838 localPatternChars
[all...]

Completed in 341 milliseconds