Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormatSymbols.java419 String shortWeekdays[] = null; field in DateFormatSymbols
900 returnValue = shortWeekdays; in getWeekdays()
903 returnValue = (shorterWeekdays != null)? shorterWeekdays: shortWeekdays; in getWeekdays()
948 shortWeekdays = duplicate(newWeekdays); in setWeekdays()
995 return duplicate(shortWeekdays); in getShortWeekdays()
1007 shortWeekdays = duplicate(newAbbrevWeekdays); in setShortWeekdays()
1440 && Utility.arrayEquals(shortWeekdays, that.shortWeekdays) in equals()
1525 this.shortWeekdays = dfs.shortWeekdays; in initializeData()
1883 shortWeekdays = new String[8]; in initializeData()
1884 shortWeekdays[0] = ""; // 1-based in initializeData()
[all …]
DSimpleDateFormat.java1723 safeAppend(formatData.shortWeekdays, value, buf); in subFormat()
3360 …(newStart = matchString(text, start, Calendar.DAY_OF_WEEK, formatData.shortWeekdays, null, cal)) >… in subParse()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java431 String shortWeekdays[] = null; field in DateFormatSymbols
924 returnValue = shortWeekdays; in getWeekdays()
927 returnValue = (shorterWeekdays != null)? shorterWeekdays: shortWeekdays; in getWeekdays()
973 shortWeekdays = duplicate(newWeekdays); in setWeekdays()
1022 return duplicate(shortWeekdays); in getShortWeekdays()
1035 shortWeekdays = duplicate(newAbbrevWeekdays); in setShortWeekdays()
1481 && Utility.arrayEquals(shortWeekdays, that.shortWeekdays) in equals()
1567 this.shortWeekdays = dfs.shortWeekdays; in initializeData()
1925 shortWeekdays = new String[8]; in initializeData()
1926 shortWeekdays[0] = ""; // 1-based in initializeData()
[all …]
DSimpleDateFormat.java1733 safeAppend(formatData.shortWeekdays, value, buf); in subFormat()
3376 …(newStart = matchString(text, start, Calendar.DAY_OF_WEEK, formatData.shortWeekdays, null, cal)) >… in subParse()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatSymbols.java296 final String[] shortWeekdays = en.getShortWeekdays(); in TestSymbols() local
297 fr.setShortWeekdays(shortWeekdays); in TestSymbols()
299 count = shortWeekdays.length; in TestSymbols()
305 if(! shortWeekdays[i].equals(shortWeekdays1[i])) { in TestSymbols()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDateFormatSymbols.java299 final String[] shortWeekdays = en.getShortWeekdays(); in TestSymbols() local
300 fr.setShortWeekdays(shortWeekdays); in TestSymbols()
302 count = shortWeekdays.length; in TestSymbols()
308 if(! shortWeekdays[i].equals(shortWeekdays1[i])) { in TestSymbols()
/external/icu/icu4c/source/test/intltest/
Dtsdtfmsy.cpp288 const UnicodeString *shortWeekdays = en.getShortWeekdays(count); in TestSymbols() local
289 fr.setShortWeekdays(shortWeekdays, count); in TestSymbols()