HomeSort by relevance Sort by last modified time
    Searched refs:weekdays (Results 1 - 25 of 36) sorted by null

1 2

  /libcore/ojluni/src/main/java/java/text/
DateFormatSymbols.java 173 * The element <code>weekdays[0]</code> is ignored.
176 String weekdays[] = null; field in class:DateFormatSymbols
496 return Arrays.copyOf(weekdays, weekdays.length);
506 weekdays = Arrays.copyOf(newWeekdays, newWeekdays.length);
710 hashCode = 11 * hashCode + Arrays.hashCode(weekdays);
734 && Arrays.equals(weekdays, that.weekdays)
799 // Weekdays.
800 weekdays = localeData.longWeekdayNames
    [all...]
SimpleDateFormat.java 1389 final String[] weekdays; local
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/data/
Weekdays.java 46 public final class Weekdays {
71 /** An instance with all weekdays in the weekly repeat cycle. */
72 public static final Weekdays ALL = Weekdays.fromBits(ALL_DAYS);
74 /** An instance with no weekdays in the weekly repeat cycle. */
75 public static final Weekdays NONE = Weekdays.fromBits(0);
77 /** Maps calendar weekdays to the bit masks that represent them in this class. */
94 private Weekdays(int bits) {
101 * @return a Weekdays instance representing the same repeat schedule as the {@code bits
321 final String[] weekdays = longNames ? dfs.getWeekdays() : dfs.getShortWeekdays(); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
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 class:DateFormatSymbols
    [all...]
SimpleDateFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormatSymbols.java 145 * {@icu} Constant for width; only supported for weekdays.
418 * The element <code>weekdays[0]</code> is ignored.
421 String weekdays[] = null; field in class:DateFormatSymbols
903 return duplicate(weekdays);
921 returnValue = weekdays;
    [all...]
SimpleDateFormat.java     [all...]
  /external/icu/icu4c/source/i18n/unicode/
dtfmtsym.h 340 * @param weekdays the new weekday strings. (not adopted; caller retains ownership)
344 void setWeekdays(const UnicodeString* weekdays, int32_t count);
376 * @param weekdays The new weekday strings. (not adopted; caller retains ownership)
382 void setWeekdays(const UnicodeString* weekdays, int32_t count, DtContextType context, DtWidthType width);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDateFormatSymbols.java 278 final String[] weekdays = en.getWeekdays(); local
279 fr.setWeekdays(weekdays);
281 count = weekdays.length;
287 if(! weekdays[i].equals(weekdays1[i])) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDateFormatSymbols.java 277 final String[] weekdays = en.getWeekdays(); local
278 fr.setWeekdays(weekdays);
280 count = weekdays.length;
286 if(! weekdays[i].equals(weekdays1[i])) {
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
ExpandedAlarmViewHolder.java 95 final List<Integer> weekdays = DataModel.getDataModel().getWeekdayOrder().getCalendarDays(); local
101 final int weekday = weekdays.get(i);
219 final List<Integer> weekdays = DataModel.getDataModel().getWeekdayOrder().getCalendarDays(); local
220 for (int i = 0; i < weekdays.size(); i++) {
222 if (alarm.daysOfWeek.isBitOn(weekdays.get(i))) {
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1396 class weekdays(aetools.ComponentItem): class in inherits:aetools.ComponentItem
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1396 class weekdays(aetools.ComponentItem): class in inherits:aetools.ComponentItem
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1396 class weekdays(aetools.ComponentItem): class in inherits:aetools.ComponentItem
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsdtfmsy.cpp 282 const UnicodeString *weekdays = en.getWeekdays(count); local
283 fr.setWeekdays(weekdays, count);
  /external/v8/src/
objects-printer.cc 828 static const char* const weekdays[] = { member in namespace:v8::internal
843 weekdays[weekday()->IsSmi() ? Smi::cast(weekday())->value() + 1 : 0],
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-lang-2.6.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.jar 

Completed in 2091 milliseconds

1 2