HomeSort by relevance Sort by last modified time
    Searched defs:THURSDAY (Results 1 - 9 of 9) sorted by null

  /external/icu4c/i18n/unicode/
calendar.h 217 THURSDAY,
    [all...]
  /frameworks/base/core/java/android/text/format/
Time.java 128 public static final int THURSDAY = 4;
632 * closest Thursday yearDay.
646 * the week with the year's first Thursday in it.
651 * contains the Nth Thursday of the year.
657 // Get the year day for the closest Thursday
  /dalvik/libcore/luni/src/main/java/java/util/
Calendar.java 433 * Value of the {@code DAY_OF_WEEK} field indicating Thursday.
435 public static final int THURSDAY = 5;
540 * {@code THURSDAY}, {@code FRIDAY}, and
547 * @see #THURSDAY
    [all...]