Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
H A DdeclarationEmitAliasFromIndirectFile.js5 weekdays: {
11 weekdays: {
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormatSymbols.java145 * {@icu} Constant for width; only supported for weekdays.
417 * The element <code>weekdays[0]</code> is ignored.
420 String weekdays[] = null; field in DateFormatSymbols
921 return duplicate(weekdays); in getWeekdays()
939 returnValue = weekdays; in getWeekdays()
988 weekdays = duplicate(newWeekdays); in setWeekdays()
1028 weekdays = duplicate(newWeekdays); in setWeekdays()
1499 && Utility.arrayEquals(weekdays, that.weekdays) in equals()
1585 this.weekdays in initializeData()
[all...]
H A DSimpleDateFormat.java1745 safeAppend(formatData.weekdays, value, buf); in subFormat()
3485 if ((newStart = matchString(text, start, Calendar.DAY_OF_WEEK, formatData.weekdays, null, cal)) > 0) { // try EEEE wide in subParse()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateFormatSymbols.java142 * <strong>[icu]</strong> Constant for width; only supported for weekdays.
407 * The element <code>weekdays[0]</code> is ignored.
410 String weekdays[] = null; field in DateFormatSymbols
884 return duplicate(weekdays); in getWeekdays()
901 returnValue = weekdays; in getWeekdays()
949 weekdays = duplicate(newWeekdays); in setWeekdays()
988 weekdays = duplicate(newWeekdays); in setWeekdays()
1444 && Utility.arrayEquals(weekdays, that.weekdays) in equals()
1529 this.weekdays in initializeData()
[all...]
H A DSimpleDateFormat.java1736 safeAppend(formatData.weekdays, value, buf); in subFormat()
3389 if ((newStart = matchString(text, start, Calendar.DAY_OF_WEEK, formatData.weekdays, null, cal)) > 0) { // try EEEE wide in subParse()
/third_party/icu/icu4c/source/i18n/unicode/
H A Ddtfmtsym.h343 * @param weekdays the new weekday strings. (not adopted; caller retains ownership)
347 void setWeekdays(const UnicodeString* weekdays, int32_t count);
379 * @param weekdays The new weekday strings. (not adopted; caller retains ownership)
385 void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType width);
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ddtfmtsym.h343 * @param weekdays the new weekday strings. (not adopted; caller retains ownership)
347 void setWeekdays(const UnicodeString* weekdays, int32_t count);
379 * @param weekdays The new weekday strings. (not adopted; caller retains ownership)
385 void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType width);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Ddtfmtsym.h343 * @param weekdays the new weekday strings. (not adopted; caller retains ownership)
347 void setWeekdays(const UnicodeString* weekdays, int32_t count);
379 * @param weekdays The new weekday strings. (not adopted; caller retains ownership)
385 void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType width);
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDateFormatSymbols.java296 final String[] weekdays = en.getWeekdays(); in TestSymbols()
297 fr.setWeekdays(weekdays); in TestSymbols()
299 count = weekdays.length; in TestSymbols()
305 if(! weekdays[i].equals(weekdays1[i])) { in TestSymbols()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestDateFormatSymbols.java299 final String[] weekdays = en.getWeekdays(); in TestSymbols()
300 fr.setWeekdays(weekdays); in TestSymbols()
302 count = weekdays.length; in TestSymbols()
308 if(! weekdays[i].equals(weekdays1[i])) { in TestSymbols()
/third_party/icu/icu4c/source/test/intltest/
H A Dtsdtfmsy.cpp283 const UnicodeString *weekdays = en.getWeekdays(count); in TestSymbols() local
284 fr.setWeekdays(weekdays, count); in TestSymbols()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc1352 static const char* const weekdays[] = {"???", "Sun", "Mon", "Tue", member
1364 weekdays[weekday().IsSmi() ? Smi::ToInt(weekday()) + 1 : 0], in JSDatePrint()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 29 milliseconds