/third_party/typescript/tests/baselines/reference/ |
D | declarationEmitAliasFromIndirectFile.types | 3 >Locale : { weekdays: { shorthand: [string, string, string, string, string, string, string]; … 5 weekdays: { 6 >weekdays : { shorthand: [string, string, string, string, string, string, string]; longhand: [strin… 17 >CustomLocale : { weekdays: { shorthand: [string, string, string, string, string, string, string… 19 weekdays: { 20 >weekdays : { shorthand: [string, string, string, string, string, string, string]; longhand: [strin…
|
D | declarationEmitAliasFromIndirectFile.symbols | 5 weekdays: { 6 >weekdays : Symbol(weekdays, Decl(locale.d.ts, 0, 22)) 19 weekdays: { 20 >weekdays : Symbol(weekdays, Decl(locale.d.ts, 6, 28))
|
D | declarationEmitAliasFromIndirectFile.js | 5 weekdays: { property 11 weekdays: { property
|
/third_party/typescript/tests/cases/compiler/ |
D | declarationEmitAliasFromIndirectFile.ts | 5 weekdays: { 11 weekdays: {
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | DateFormatSymbols.java | 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 = dfs.weekdays; in initializeData() 1883 weekdays = new String[8]; in initializeData() 1884 weekdays[0] = ""; // 1-based in initializeData() 1885 System.arraycopy(lWeekdays, 0, weekdays, 1, lWeekdays.length); in initializeData()
|
D | SimpleDateFormat.java | 1736 safeAppend(formatData.weekdays, value, buf); in subFormat() 3389 … ((newStart = matchString(text, start, Calendar.DAY_OF_WEEK, formatData.weekdays, null, cal)) > 0)… in subParse()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateFormatSymbols.java | 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 = dfs.weekdays; in initializeData() 1941 weekdays = new String[8]; in initializeData() 1942 weekdays[0] = ""; // 1-based in initializeData() 1943 System.arraycopy(lWeekdays, 0, weekdays, 1, lWeekdays.length); in initializeData()
|
D | SimpleDateFormat.java | 1745 safeAppend(formatData.weekdays, value, buf); in subFormat() 3485 … ((newStart = matchString(text, start, Calendar.DAY_OF_WEEK, formatData.weekdays, null, cal)) > 0)… in subParse()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 347 void setWeekdays(const UnicodeString* weekdays, int32_t count); 385 …void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType …
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | dtfmtsym.h | 347 void setWeekdays(const UnicodeString* weekdays, int32_t count); 385 …void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType …
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | dtfmtsym.h | 347 void setWeekdays(const UnicodeString* weekdays, int32_t count); 385 …void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType …
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | IntlTestDateFormatSymbols.java | 299 final String[] weekdays = en.getWeekdays(); in TestSymbols() local 300 fr.setWeekdays(weekdays); in TestSymbols() 302 count = weekdays.length; in TestSymbols() 308 if(! weekdays[i].equals(weekdays1[i])) { in TestSymbols()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDateFormatSymbols.java | 296 final String[] weekdays = en.getWeekdays(); in TestSymbols() local 297 fr.setWeekdays(weekdays); in TestSymbols() 299 count = weekdays.length; in TestSymbols() 305 if(! weekdays[i].equals(weekdays1[i])) { in TestSymbols()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tsdtfmsy.cpp | 283 const UnicodeString *weekdays = en.getWeekdays(count); in TestSymbols() local 284 fr.setWeekdays(weekdays, count); in TestSymbols()
|
/third_party/gstreamer/gstplugins_good/gst/flv/ |
D | gstflvmux.c | 1146 static const gchar *weekdays[] = { in gst_flv_mux_create_metadata() local 1161 s = g_strdup_printf ("%s %s %d %02d:%02d:%02d %d", weekdays[tm.tm_wday], in gst_flv_mux_create_metadata()
|
/third_party/node/ |
D | onboarding.md | 55 notifications on typical weekdays), so be prepared
|
/third_party/node/deps/v8/src/diagnostics/ |
D | objects-printer.cc | 1352 static const char* const weekdays[] = {"???", "Sun", "Mon", "Tue", variable 1364 weekdays[weekday().IsSmi() ? Smi::ToInt(weekday()) + 1 : 0], in JSDatePrint()
|
/third_party/node/doc/contributing/ |
D | releases.md | 136 When preparing a security release, contact Build at least two weekdays in
|
/third_party/tzdata/ |
D | NEWS | 2184 weekdays; formerly it rejected them due to a bug. Conversely, zic
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 29897 var weekdays = ["SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT"]; 29909 wd1Index = weekdays.indexOf(wd1); 29911 wd2Index = weekdays.indexOf(wd2); 29934 return weekdays.includes(v);
|