HomeSort by relevance Sort by last modified time
    Searched refs:month (Results 76 - 100 of 1124) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/icu/icu4c/source/i18n/
dtrule.cpp 22 DateTimeRule::DateTimeRule(int32_t month,
26 : fMonth(month), fDayOfMonth(dayOfMonth), fDayOfWeek(0), fWeekInMonth(0), fMillisInDay(millisInDay),
30 DateTimeRule::DateTimeRule(int32_t month,
35 : fMonth(month), fDayOfMonth(0), fDayOfWeek(dayOfWeek), fWeekInMonth(weekInMonth), fMillisInDay(millisInDay),
39 DateTimeRule::DateTimeRule(int32_t month,
46 fMonth(month), fDayOfMonth(dayOfMonth), fDayOfWeek(dayOfWeek), fWeekInMonth(0), fMillisInDay(millisInDay),
ethpccal.cpp 106 int32_t eyear, month, day, era, year; local
107 jdToCE(julianDay, getJDEpochOffset(), eyear, month, day);
125 internalSet(UCAL_MONTH, month);
127 internalSet(UCAL_DAY_OF_YEAR, (30 * month) + day);
199 EthiopicCalendar::ethiopicToJD(int32_t year, int32_t month, int32_t date)
201 return ceToJD(year, month, date, JD_EPOCH_OFFSET_AMETE_MIHRET);
persncal.h 42 * months are 30 days long. The last month is 29 days long in normal years,
61 * Constant for Farvardin, the 1st month of the Persian year.
67 * Constant for Ordibehesht, the 2nd month of the Persian year.
73 * Constant for Khordad, the 3rd month of the Persian year.
79 * Constant for Tir, the 4th month of the Persian year.
85 * Constant for Mordad, the 5th month of the Persian year.
91 * Constant for Shahrivar, the 6th month of the Persian year.
97 * Constant for Mehr, the 7th month of the Persian year.
103 * Constant for Aban, the 8th month of the Persian year.
109 * Constant for Azar, the 9th month of the Persian year.
    [all...]
  /external/python/cpython3/Misc/
coverity_model.c 155 ymd_to_ord(int year, int month, int day)
160 __coverity_tainted_data_sanitize__(month);
167 normalize_date(int *year, int *month, int *day)
170 __coverity_tainted_data_sanitize__(*month);
177 weekday(int year, int month, int day)
182 __coverity_tainted_data_sanitize__(month);
  /external/icu/android_icu4j/src/main/java/android/icu/util/
ChineseCalendar.java 25 * calendar is a lunisolar calendar: Each month starts on a new moon, and
27 * guarantee that month 11 always contains the winter solstice. In order
29 * months are numbered the same as the month they follow. The decision of
30 * which month is a leap month depends on the relative movements of the sun
168 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
175 public ChineseCalendar(int year, int month, int isLeapMonth, int date) {
176 this(year, month, isLeapMonth, date, 0, 0, 0)
859 int month = synodicMonthsBetween(firstMoon, thisMoon); local
    [all...]
HebrewHoliday.java 30 public HebrewHoliday(int month, int date, String name)
32 this(month, date, 1, name);
38 public HebrewHoliday(int month, int date, int length, String name)
40 super(name, new SimpleDateRule(month, date, gCalendar));
TaiwanCalendar.java 139 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
144 public TaiwanCalendar(int year, int month, int date) {
145 super(year, month, date);
154 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
161 public TaiwanCalendar(int year, int month, int date, int hour,
164 super(year, month, date, hour, minute, second)
    [all...]
VTimeZone.java 81 public int getOffset(int era, int year, int month, int day, int dayOfWeek,
83 return tz.getOffset(era, year, month, day, dayOfWeek, milliseconds);
420 // Month length in regular year
847 int month = ruleFields[0]; local
857 if (ruleFields.length != 10 || month == -1 || dayOfWeek == 0) {
862 int firstDay = 31; // max possible number of dates in a month
869 days[i] = days[i] > 0 ? days[i] : MONTHLENGTH[month] + days[i] + 1;
1711 int month = -1, dom = 0, dow = 0, dtype = -1; local
1924 int year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ChineseCalendar.java 24 * calendar is a lunisolar calendar: Each month starts on a new moon, and
26 * guarantee that month 11 always contains the winter solstice. In order
28 * months are numbered the same as the month they follow. The decision of
29 * which month is a leap month depends on the relative movements of the sun
170 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
178 public ChineseCalendar(int year, int month, int isLeapMonth, int date) {
179 this(year, month, isLeapMonth, date, 0, 0, 0)
878 int month = synodicMonthsBetween(firstMoon, thisMoon); local
    [all...]
HebrewHoliday.java 30 public HebrewHoliday(int month, int date, String name)
32 this(month, date, 1, name);
39 public HebrewHoliday(int month, int date, int length, String name)
41 super(name, new SimpleDateRule(month, date, gCalendar));
TaiwanCalendar.java 149 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
155 public TaiwanCalendar(int year, int month, int date) {
156 super(year, month, date);
165 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field.
173 public TaiwanCalendar(int year, int month, int date, int hour,
176 super(year, month, date, hour, minute, second)
    [all...]
VTimeZone.java 85 public int getOffset(int era, int year, int month, int day, int dayOfWeek,
87 return tz.getOffset(era, year, month, day, dayOfWeek, milliseconds);
451 // Month length in regular year
878 int month = ruleFields[0]; local
888 if (ruleFields.length != 10 || month == -1 || dayOfWeek == 0) {
893 int firstDay = 31; // max possible number of dates in a month
900 days[i] = days[i] > 0 ? days[i] : MONTHLENGTH[month] + days[i] + 1;
1742 int month = -1, dom = 0, dow = 0, dtype = -1; local
1955 int year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
ChineseTestCase.java 27 * @param month the MONTH (1-based) field of tested calendar on
29 * @param isLeapMonth if true, treat month as a leap month
36 int era, int year, int month,
43 set(Calendar.MONTH, month - 1);
56 "/" + (get(Calendar.MONTH)+1) +
  /external/icu/icu4c/source/test/cintltst/
ccaltst.h 89 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day);
91 static void verify2(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day,
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
ChineseTestCase.java 24 * @param month the MONTH (1-based) field of tested calendar on
26 * @param isLeapMonth if true, treat month as a leap month
33 int era, int year, int month,
40 set(Calendar.MONTH, month - 1);
53 "/" + (get(Calendar.MONTH)+1) +
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
CalendarViewBindingAdapter.java 45 public void onSelectedDayChange(CalendarView view, int year, int month,
48 onDayChange.onSelectedDayChange(view, year, month, dayOfMonth);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
SimpleMonthView.java 31 public void drawMonthDay(Canvas canvas, int year, int month, int day,
39 if (isOutOfRange(year, month, day)) {
  /external/icu/icu4c/source/samples/translit/answers/
main_3.cpp 70 for (int32_t month = Calendar::JANUARY;
71 month <= Calendar::DECEMBER;
72 ++month) {
76 cal->set(1999, month, 4);
main_4.cpp 74 for (int32_t month = Calendar::JANUARY;
75 month <= Calendar::DECEMBER;
76 ++month) {
80 cal->set(1999, month, 4);
  /external/icu/icu4c/source/samples/translit/
main.cpp 76 for (int32_t month = Calendar::JANUARY;
77 month <= Calendar::DECEMBER;
78 ++month) {
82 cal->set(1999, month, 4);
  /external/pdfium/core/fxcrt/
cfx_datetime.h 28 uint8_t month,
35 month_(month),
57 void SetDate(int32_t year, uint8_t month, uint8_t day) {
59 month_ = month;
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DatePickerDialogTask.java 36 public DatePickerDialogTask(int year, int month, int day) {
38 mMonth = month - 1;
47 public void onDateSet(DatePicker view, int year, int month, int day) {
52 result.put("month", month + 1);
67 result.put("month", mMonth + 1);
82 result.put("month", mMonth + 1);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPDateTime.java 22 * <li> month - The month in the range 1..12.
23 * <li> day - The day of the month in the range 1..31.
33 * fields (year, month, and day).
43 /** @return Returns The month in the range 1..12. */
46 /** @param month Sets the month 1..12 */
47 void setMonth(int month);
49 /** @return Returns the day of the month in the range 1..31. */
  /libcore/ojluni/src/main/java/java/util/
Date.java 48 * functions. It allowed the interpretation of dates as year, month, day, hour,
97 * year, month, date, hours, minutes, and seconds values, the
102 * <li>A month is represented by an integer from 0 to 11; 0 is January,
104 * <li>A date (day of month) is represented by an integer from 1 to 31
184 * specified by the <code>year</code>, <code>month</code>, and
188 * @param month the month between 0-11.
189 * @param date the day of the month between 1-31.
192 * replaced by <code>Calendar.set(year + 1900, month, date)</code>
193 * or <code>GregorianCalendar(year + 1900, month, date)</code>
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
dtrule.h 26 * a rule specified by month, day of month, day of week and
39 DOM = 0, /**< The exact day of month,
45 DOW_LEQ_DOM /**< The last occurence of the day of week on or before the day of month,
60 * Constructs a <code>DateTimeRule</code> by the day of month and
64 * @param month The rule month, for example, <code>Calendar::JANUARY</code>
65 * @param dayOfMonth The day of month, 1-based.
71 DateTimeRule(int32_t month, int32_t dayOfMonth,
79 * @param month The rule month, for example, <code>Calendar::JANUARY</code>
    [all...]

Completed in 1289 milliseconds

1 2 34 5 6 7 8 91011>>