/external/icu4c/i18n/ |
coptccal.h | 34 * the 1st month of the Coptic year. 40 * the 2nd month of the Coptic year. 46 * the 3rd month of the Coptic year. 52 * the 4th month of the Coptic year. 58 * the 5th month of the Coptic year. 64 * the 6th month of the Coptic year. 70 * the 7th month of the Coptic year. 76 * the 8th month of the Coptic year. 82 * the 9th month of the Coptic year. 88 * the 10th month of the Coptic year. [all...] |
persncal.h | 40 * months are 30 days long. The last month is 29 days long in normal years, 59 * Constant for Farvardin, the 1st month of the Persian year. 65 * Constant for Ordibehesht, the 2nd month of the Persian year. 71 * Constant for Khordad, the 3rd month of the Persian year. 77 * Constant for Tir, the 4th month of the Persian year. 83 * Constant for Mordad, the 5th month of the Persian year. 89 * Constant for Shahrivar, the 6th month of the Persian year. 95 * Constant for Mehr, the 7th month of the Persian year. 101 * Constant for Aban, the 8th month of the Persian year. 107 * Constant for Azar, the 9th month of the Persian year. [all...] |
islamcal.h | 42 * Each month of the calendar starts when the new moon's crescent is visible 50 * and 30-day months, with a leap day added to the last month of 11 out of 61 * start of a month in the religious calendar to differ from the civil calendar 66 * of a lunar month with a fairly high degree of certainty. However, these 73 * which approach is used to determine the start of a month. By default, the 104 * Constant for Muharram, the 1st month of the Islamic year. 110 * Constant for Safar, the 2nd month of the Islamic year. 116 * Constant for Rabi' al-awwal (or Rabi' I), the 3rd month of the Islamic year. 122 * Constant for Rabi' al-thani or (Rabi' II), the 4th month of the Islamic year. 128 * Constant for Jumada al-awwal or (Jumada I), the 5th month of the Islamic year. [all...] |
indiancal.h | 37 * Month Length Start date (Gregorian) 77 * Constant for Chaitra, the 1st month of the Indian year. 82 * Constant for Vaisakha, the 2nd month of the Indian year. 87 * Constant for Jyaistha, the 3rd month of the Indian year. 92 * Constant for Asadha, the 4th month of the Indian year. 97 * Constant for Sravana, the 5th month of the Indian year. 102 * Constant for Bhadra the 6th month of the Indian year 107 * Constant for the Asvina, the 7th month of the Indian year. 112 * Constant for Kartika, the 8th month of the Indian year. 117 * Constant for Agrahayana, the 9th month of the Indian year. [all...] |
gregocal.cpp | 81 { 0, 0, 11, 11}, // MONTH 111 * MONTH 0 0 11 11 220 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date, 229 set(UCAL_MONTH, month); 235 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date, 244 set(UCAL_MONTH, month); 252 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date, 262 set(UCAL_MONTH, month); 367 int32_t eyear, month, dayOfMonth, dayOfYear; local 381 month = getGregorianMonth() [all...] |
japancal.h | 192 * Called by computeJulianDay. Returns the default month (0-based) for the year, 193 * taking year and era into account. Will return the first month of the given era, if 201 * Called by computeJulianDay. Returns the default day (1-based) for the month, 203 * era, if the current month is an ascension year and month. 205 * @param mon the month in the year 208 virtual int32_t getDefaultDayInMonth(int32_t eyear, int32_t month);
|
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
CalendarTest.java | 57 cal.set(Calendar.MONTH, Calendar.MARCH); 67 cal.set(Calendar.MONTH, Calendar.OCTOBER); 69 cal.set(Calendar.MONTH, Calendar.NOVEMBER); 71 assertTrue("Incorrect month: " + cal.get(Calendar.MONTH), cal 72 .get(Calendar.MONTH) == Calendar.NOVEMBER); 129 // WEEK_OF_YEAR has priority over MONTH/DATE 134 cal.set(Calendar.MONTH, Calendar.JANUARY); 140 // WEEK_OF_YEAR has priority over MONTH/DATE 144 cal.set(Calendar.MONTH, Calendar.JANUARY) [all...] |
/dalvik/libcore/xml/src/main/java/javax/xml/datatype/ |
DatatypeConstants.java | 42 * Value for first month of year. 47 * Value for second month of year. 52 * Value for third month of year. 57 * Value for fourth month of year. 62 * Value for fifth month of year. 67 * Value for sixth month of year. 72 * Value for seventh month of year. 77 * Value for eighth month of year. 82 * Value for ninth month of year. 87 * Value for tenth month of year [all...] |
/external/icu4c/samples/translit/answers/ |
main_3.cpp | 66 for (int32_t month = Calendar::JANUARY; 67 month <= Calendar::DECEMBER; 68 ++month) { 72 cal->set(1999, month, 4);
|
main_4.cpp | 70 for (int32_t month = Calendar::JANUARY; 71 month <= Calendar::DECEMBER; 72 ++month) { 76 cal->set(1999, month, 4);
|
/external/icu4c/samples/translit/ |
main.cpp | 72 for (int32_t month = Calendar::JANUARY; 73 month <= Calendar::DECEMBER; 74 ++month) { 78 cal->set(1999, month, 4);
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.35-1.js | 78 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() ); 87 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() ); 104 this.month = 0; 121 d.month = MonthFromTime(t); 129 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) ); 134 function SetUTCMonth( t, month, date ) { 136 var MONTH = Number( month ); 139 var RESULT4 = MakeDay(YearFromTime(T), MONTH, DATE );
|
/frameworks/base/core/java/android/widget/ |
DatePicker.java | 38 * A view for selecting a month / year / day based on a calendar like layout. 70 * @param monthOfYear The month that was set (0-11) for compatibility 72 * @param dayOfMonth The day of the month that was set. 100 mMonthPicker = (NumberPicker) findViewById(R.id.month); 106 * If the user is in a locale where the month names are numeric, 107 * use just the number instead of the "month" character for 121 /* We display the month 1-12 but store it 0-11 so always 125 // Adjust max day of the month 154 init(cal.get(Calendar.YEAR), cal.get(Calendar.MONTH), cal.get(Calendar.DAY_OF_MONTH), null); 216 } else if ((c == DateFormat.MONTH || c == 'L') && !didMonth) [all...] |
/packages/apps/Gallery3D/src/com/cooliris/media/ |
TimeBar.java | 98 // Create textures for month names. 197 // Markers for a full month would be for example: Jan 5 10 15 20 25 251 // Detect month rollovers and emit a month marker. 252 final int month = time.get(Calendar.MONTH); local 254 if (month != lastMonth) { 255 lastMonth = month; 257 marker = new Marker(dx, time.getTimeInMillis(), year, month, dayBlock, Marker.TYPE_MONTH, increment); 262 marker = new Marker(dx, time.getTimeInMillis(), year, month, dayBlock, Marker.TYPE_DAY, increment) 402 Texture month = mMonthLabels[anchor.month]; local 510 public final int month; field in class:TimeBar.Marker [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
Calendar.java | 31 * {@code YEAR}, {@code MONTH}, {@code DAY}, 56 * fields, as well as their meaning. For example, the first month of the year 57 * has value {@code MONTH} == {@code JANUARY} for all calendars. 65 * {@code GregorianCalendar} interprets {@code MONTH} == 71 * values between 1 and the length of the month. 83 * the first week of the month or year as a reference point. The first week of a 84 * month or year is defined as the earliest seven day period beginning on 86 * {@code getMinimalDaysInFirstWeek()} days of that month or year. Weeks 96 * {@code Date} (such as only year and month but no day in the month), o [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/ |
shell.js | 259 * year-month-day mode: dt = new Date(2000, 5, 1, ...); 279 ResultArray[MONTH] = MonthFromTime(t); 426 var month = MonthFromTime(t); 428 if ( month == 0 ) { 431 if ( month == 1 ) { 434 if ( month == 2 ) { 437 if ( month == 3 ) { 440 if ( month == 4 ) { 443 if ( month == 5 ) { 446 if ( month == 6 ) [all...] |
/external/v8/src/ |
dateparser.cc | 37 int month = kNone; local 45 month = comp_[1]; 49 month = comp_[0]; 54 month = named_month_; 73 if (!Smi::IsValid(year) || !IsMonth(month) || !IsDay(day)) return false; 76 output->set(MONTH, Smi::FromInt(month - 1)); // 0-based 160 // Word longer than keyword is only allowed for month names.
|
/external/v8/test/mjsunit/ |
to_number_order.js | 52 var month = { valueOf: function() { x += 2; return 2; } }; 60 new Date(year, month, date, hours, minutes, seconds, ms); 65 Date(year, month, date, hours, minutes, seconds, ms); 69 Date.UTC(year, month, date, hours, minutes, seconds, ms); 110 new Date().setMonth(month, date, hours, minutes, seconds, ms); 114 new Date().setUTCMonth(month, date, hours, minutes, seconds, ms); 118 new Date().setFullYear(year, month, date, hours, minutes, seconds, ms); 122 new Date().setUTCFullYear(year, month, date, hours, minutes, seconds, ms);
|
/packages/apps/Calendar/res/values/ |
donottranslate.xml | 20 <!-- Order of month year label in month view -->
|
/external/icu4c/i18n/unicode/ |
gregocal.h | 100 * cout << "MONTH: " << calendar->get( UCAL_MONTH, success ) << endl; 122 * cout << "MONTH: " << calendar->get( UCAL_MONTH, success ) << endl; 235 * @param month The value used to set the MONTH time field in the calendar. Month 242 GregorianCalendar(int32_t year, int32_t month, int32_t date, UErrorCode& success); 249 * @param month The value used to set the MONTH time field in the calendar. Month 258 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, UErrorCode& success) [all...] |
/cts/tests/tests/text/src/android/text/format/cts/ |
TimeTest.java | 80 time.month = 2; 86 assertEquals(3, cal.get(Calendar.MONTH)); 88 assertEquals(expectedMonth, time.month); 92 time.month = 2; 95 assertEquals(expectedMonth, time.month); 127 final int month = 5; local 130 time.set(date, month, year); 132 assertEquals(month, time.month); 147 assertEquals(time.month, anotherTime.month) 675 final int month = 6; local [all...] |
/external/webkit/JavaScriptCore/wtf/ |
DateMath.h | 80 double dateToDaysFrom1970(int year, int month, int day); 118 , month(0) 138 , month(inTm.tm_mon) 169 ret.tm_mon = month; 191 month = rhs.month; 209 int month; member in struct:JSC::GregorianDateTime
|
/external/bluetooth/glib/glib/ |
gdate.h | 52 typedef guint8 GDateDay; /* day of the month */ 63 /* actual week and month values */ 114 guint month : 4; member in struct:_GDate 124 GDateMonth month, 136 gboolean g_date_valid_month (GDateMonth month) G_GNUC_CONST; 141 GDateMonth month, 182 GDateMonth month); 189 GDateMonth month, 214 guint8 g_date_get_days_in_month (GDateMonth month,
|
/external/libxml2/include/libxml/ |
nanoftp.h | 32 * @month: the month 44 const char *month, int day, int hour,
|
/external/wpa_supplicant/ |
os_win32.c | 55 int os_mktime(int year, int month, int day, int hour, int min, int sec, 62 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 || 69 tm.tm_mon = month - 1;
|