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.java420 String shortWeekdays[] = null; field in DateFormatSymbols
901 returnValue = shortWeekdays; in getWeekdays()
904 returnValue = (shorterWeekdays != null)? shorterWeekdays: shortWeekdays; in getWeekdays()
949 shortWeekdays = duplicate(newWeekdays); in setWeekdays()
996 return duplicate(shortWeekdays); in getShortWeekdays()
1008 shortWeekdays = duplicate(newAbbrevWeekdays); in setShortWeekdays()
1441 && Utility.arrayEquals(shortWeekdays, that.shortWeekdays) in equals()
1526 this.shortWeekdays = dfs.shortWeekdays; in initializeData()
1884 shortWeekdays = new String[8]; in initializeData()
1885 shortWeekdays[0] = ""; // 1-based in initializeData()
[all …]
DSimpleDateFormat.java1711 safeAppend(formatData.shortWeekdays, value, buf); in subFormat()
3342 …(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.java1721 safeAppend(formatData.shortWeekdays, value, buf); in subFormat()
3358 …(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.java292 final String[] shortWeekdays = en.getShortWeekdays(); in TestSymbols() local
293 fr.setShortWeekdays(shortWeekdays); in TestSymbols()
295 count = shortWeekdays.length; in TestSymbols()
301 if(! shortWeekdays[i].equals(shortWeekdays1[i])) { in TestSymbols()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDateFormatSymbols.java293 final String[] shortWeekdays = en.getShortWeekdays(); in TestSymbols() local
294 fr.setShortWeekdays(shortWeekdays); in TestSymbols()
296 count = shortWeekdays.length; in TestSymbols()
302 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()