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

/libcore/ojluni/src/main/java/java/text/
H A DSimpleDateFormat.java528 transient boolean useDateFormatSymbols; field in class:SimpleDateFormat
602 useDateFormatSymbols = true;
938 boolean useDateFormatSymbols = useDateFormatSymbols();
959 subFormat(tag, count, delegate, toAppendTo, useDateFormatSymbols);
1063 boolean useDateFormatSymbols)
1087 if (!useDateFormatSymbols && field != CalendarBuilder.ISO_DAY_OF_WEEK) {
1097 if (useDateFormatSymbols) {
1123 current = formatMonth(count, value, maxIntCount, buffer, useDateFormatSymbols,
1130 current = formatMonth(count, value, maxIntCount, buffer, useDateFormatSymbols,
1061 subFormat(int patternCharIndex, int count, FieldDelegate delegate, StringBuffer buffer, boolean useDateFormatSymbols) argument
1272 formatWeekday(int count, int value, boolean useDateFormatSymbols, boolean standalone) argument
1292 formatMonth(int count, int value, int maxIntCount, StringBuffer buffer, boolean useDateFormatSymbols, boolean standalone) argument
2158 parseMonth(String text, int count, int value, int start, int field, ParsePosition pos, boolean useDateFormatSymbols, boolean standalone, CalendarBuilder out) argument
2201 parseWeekday(String text, int start, int field, boolean useDateFormatSymbols, boolean standalone, CalendarBuilder out) argument
2239 private boolean useDateFormatSymbols() { method in class:SimpleDateFormat
[all...]

Completed in 93 milliseconds