/third_party/typescript/tests/baselines/reference/ |
H A D | declarationEmitAliasFromIndirectFile.js | 5 weekdays: { 11 weekdays: {
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DateFormatSymbols.java | 145 * {@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 D | SimpleDateFormat.java | 1745 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 D | DateFormatSymbols.java | 142 * <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 D | SimpleDateFormat.java | 1736 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 D | dtfmtsym.h | 343 * @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 D | dtfmtsym.h | 343 * @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 D | dtfmtsym.h | 343 * @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 D | IntlTestDateFormatSymbols.java | 296 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 D | IntlTestDateFormatSymbols.java | 299 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 D | tsdtfmsy.cpp | 283 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 D | objects-printer.cc | 1352 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 D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |