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

/openjdk7/jdk/src/share/classes/java/text/
H A DSimpleDateFormat.java534 transient boolean useDateFormatSymbols; field in class:SimpleDateFormat
608 useDateFormatSymbols = true;
957 boolean useDateFormatSymbols = useDateFormatSymbols();
978 subFormat(tag, count, delegate, toAppendTo, useDateFormatSymbols);
1073 boolean useDateFormatSymbols)
1097 if (!useDateFormatSymbols && field != CalendarBuilder.ISO_DAY_OF_WEEK) {
1107 if (useDateFormatSymbols) {
1132 if (useDateFormatSymbols) {
1162 if (useDateFormatSymbols) {
1071 subFormat(int patternCharIndex, int count, FieldDelegate delegate, StringBuffer buffer, boolean useDateFormatSymbols) argument
2118 private boolean useDateFormatSymbols() { method in class:SimpleDateFormat
[all...]

Completed in 31 milliseconds