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

/openjdk7/jdk/src/share/classes/java/text/
H A DDateFormatSymbols.java265 String localPatternChars = null; field in class:DateFormatSymbols
576 return localPatternChars;
586 localPatternChars = newLocalPatternChars.toString();
631 && ((localPatternChars != null
632 && localPatternChars.equals(that.localPatternChars))
633 || (localPatternChars == null
634 && that.localPatternChars == null)));
670 localPatternChars = resource.getString("DateTimePatternChars");
773 dst.localPatternChars
[all...]

Completed in 23 milliseconds