/external/icu4c/test/testdata/ |
calendar.txt | 26 // "0/1/1912/june/4 == gregorian year=1912, ERA=AD, same month, same day 29 "ERA=1,YEAR=1,MONTH=JUNE,DATE=4", // tw 30 "ERA=1,YEAR=1912,MONTH=,DATE=" // greg 34 "ERA=1,YEAR=3,MONTH=FEBRUARY,DATE=12", // tw 35 "ERA=1,YEAR=1914,MONTH=,DATE=" // greg 39 "ERA=1,YEAR=96,MONTH=FEBRUARY,DATE=12", // tw 40 "ERA=1,YEAR=2007,MONTH=,DATE=" // greg 43 // [before minguo]2 1[month] 24[day] -> 1910-1-24 46 "ERA=0,YEAR=2,MONTH=JANUARY,DATE=24", // tw 47 "ERA=1,YEAR=1910,MONTH=JANUARY,DATE=24", // gre [all...] |
/external/bison/doc/ |
stamp-vti | 2 @set UPDATED-MONTH May 2006
|
version.texi | 2 @set UPDATED-MONTH May 2006
|
/external/grub/docs/ |
stamp-vti | 2 @set UPDATED-MONTH May 2005
|
version.texi | 2 @set UPDATED-MONTH May 2005
|
mdate-sh | 76 # until we find a month. This cannot work with files whose owner is a 78 # will be owned by a user whose name is a month. So we first look at 85 # Find which argument is the month. 86 month= 88 until test $month 94 Jan) month=January; nummonth=1;; 95 Feb) month=February; nummonth=2;; 96 Mar) month=March; nummonth=3;; 97 Apr) month=April; nummonth=4;; 98 May) month=May; nummonth=5; [all...] |
/external/libffi/doc/ |
stamp-vti | 2 @set UPDATED-MONTH February 2008
|
version.texi | 2 @set UPDATED-MONTH February 2008
|
/frameworks/base/core/java/android/util/ |
DayOfMonthCursor.java | 20 * Helps control and display a month view of a calendar that has a current 23 * <li>Keeps track of current month, day, year</li> 29 * This should be used by anyone who presents a month view to users and wishes 31 * mind about when to flip the month, we can change it here only. 42 * @param month The initial month. 48 public DayOfMonthCursor(int year, int month, int dayOfMonth, int weekStartDay) { 49 super(year, month, weekStartDay); 73 * @return 0 if the selection is in the current month, otherwise -1 or +1 96 * Move up one box, potentially flipping to the previous month [all...] |
MonthDisplayHelper.java | 22 * Helps answer common questions that come up when displaying a month in a 32 // holds current month, year, helps compute display 43 * @param month The month. 46 public MonthDisplayHelper(int year, int month, int weekStartDay) { 55 mCalendar.set(Calendar.MONTH, month); 66 public MonthDisplayHelper(int year, int month) { 67 this(year, month, Calendar.SUNDAY); 76 return mCalendar.get(Calendar.MONTH); [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
DayOfMonthCursor.java | 22 * Helps control and display a month view of a calendar that has a current 25 * <li>Keeps track of current month, day, year</li> 31 * This should be used by anyone who presents a month view to users and wishes 33 * mind about when to flip the month, we can change it here only. 44 * @param month The initial month. 50 public DayOfMonthCursor(int year, int month, int dayOfMonth, int weekStartDay) { 51 super(year, month, weekStartDay); 75 * @return 0 if the selection is in the current month, otherwise -1 or +1 98 * Move up one box, potentially flipping to the previous month [all...] |
/external/bison/build-aux/ |
mdate-sh | 85 # until we find a month. This cannot work with files whose owner is a 87 # will be owned by a user whose name is a month. So we first look at 94 # Find which argument is the month. 95 month= 97 until test $month 103 Jan) month=January; nummonth=1;; 104 Feb) month=February; nummonth=2;; 105 Mar) month=March; nummonth=3;; 106 Apr) month=April; nummonth=4;; 107 May) month=May; nummonth=5; [all...] |
/external/libffi/ |
mdate-sh | 85 # until we find a month. This cannot work with files whose owner is a 87 # will be owned by a user whose name is a month. So we first look at 94 # Find which argument is the month. 95 month= 97 until test $month 103 Jan) month=January; nummonth=1;; 104 Feb) month=February; nummonth=2;; 105 Mar) month=March; nummonth=3;; 106 Apr) month=April; nummonth=4;; 107 May) month=May; nummonth=5; [all...] |
/external/icu4c/i18n/unicode/ |
simpletz.h | 52 * count from the end of the month backwards. For example, if Daylight Savings 53 * Time starts or ends at the last Sunday a month, use <code>dayOfWeekInMonth = -1</code> 140 * @param savingsStartMonth The daylight savings starting month. Month is 143 * day-of-week-in-month. See setStartRule() for a 149 * @param savingsEndMonth The daylight savings ending month. Month is 151 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month. 181 * @param savingsStartMonth The daylight savings starting month. Month i [all...] |
dtrule.h | 24 * a rule specified by month, day of month, day of week and 37 DOM = 0, /**< The exact day of month, 43 DOW_LEQ_DOM /**< The last occurence of the day of week on or before the day of month, 58 * Constructs a <code>DateTimeRule</code> by the day of month and 62 * @param month The rule month, for example, <code>Calendar::JANUARY</code> 63 * @param dayOfMonth The day of month, 1-based. 69 DateTimeRule(int32_t month, int32_t dayOfMonth, 77 * @param month The rule month, for example, <code>Calendar::JANUARY</code> [all...] |
/dalvik/libcore/support/src/test/java/tests/support/ |
Support_TimeZone.java | 47 * let's assume this timezone has daylight savings from the 4th month till 48 * the 10th month of the year to ame things simple. 57 int month = cal.get(Calendar.MONTH); local 59 if (month > 4 && month < 10) {
|
/packages/wallpapers/Basic/res/xml/ |
polar_clock_palettes.xml | 19 day="#FF999999" month="#FF777777" /> 25 day="#FF706080" month="#FF403050" /> 31 day="#FF00AA00" month="#FF006600" /> 37 day="#FF000000" month="#FF000000" /> 43 day="#FFDCA3A3" month="#FF7f9f7f" /> 49 day="#FF000033" month="#FF000011" />
|
/frameworks/base/core/java/android/app/ |
DatePickerDialog.java | 43 private static final String MONTH = "month"; 64 * @param monthOfYear The month that was set (0-11) for compatibility 66 * @param dayOfMonth The day of the month that was set. 75 * @param monthOfYear The initial month of the dialog. 92 * @param monthOfYear The initial month of the dialog. 131 /* Sometimes the full month is displayed causing the title 149 int month, int day) { 150 updateTitle(year, month, day); 160 private void updateTitle(int year, int month, int day) 180 int month = savedInstanceState.getInt(MONTH); local [all...] |
/external/icu4c/i18n/ |
gregoimp.h | 145 * Return the number of days in the given month. 147 * @param month 0-based month, with 0==Jan 148 * @return the number of days in the given month 150 static inline int8_t monthLength(int32_t year, int32_t month); 153 * Return the length of a previous month of the Gregorian calendar. 155 * @param m the 0-based month number 156 * @return the number of days in the month previous to the given month 161 * Convert a year, month, and day-of-month, given in the prolepti [all...] |
indiancal.cpp | 62 { 0, 0, 11, 11}, // MONTH 106 * Return the length (in days) of the given month. 109 * @param month The month(0-based) in Indian calendar 111 int32_t IndianCalendar::handleGetMonthLength(int32_t eyear, int32_t month) const { 112 if (month < 0 || month > 11) { 113 eyear += ClockMath::floorDivide(month, 12, month); 116 if (isGregorianLeap(eyear + INDIAN_ERA_START) && month == 0) 163 int32_t year, month, day; local [all...] |
hebrwcal.cpp | 42 { 0, 0, 12, 12}, // MONTH 90 * The cumulative # of days to the end of each month in a non-leap year 114 * The cumulative # of days to the end of each month in a leap year 190 * need to be changed. For example, when adding one to the {@link #MONTH MONTH} field 201 * of a <tt>HebrewCalendar</tt>. Since the {@link #MONTH MONTH} field behaves 219 // We can't just do a set(MONTH, get(MONTH) + amount). The 224 int32_t month = get(UCAL_MONTH, status) local 316 int32_t month = get(UCAL_MONTH, status); local 575 int32_t month = 0; local [all...] |
dtrule.cpp | 18 DateTimeRule::DateTimeRule(int32_t month, 22 : fMonth(month), fDayOfMonth(dayOfMonth), fDayOfWeek(0), fWeekInMonth(0), fMillisInDay(millisInDay), 26 DateTimeRule::DateTimeRule(int32_t month, 31 : fMonth(month), fDayOfMonth(0), fDayOfWeek(dayOfWeek), fWeekInMonth(weekInMonth), fMillisInDay(millisInDay), 35 DateTimeRule::DateTimeRule(int32_t month, 42 fMonth(month), fDayOfMonth(dayOfMonth), fDayOfWeek(dayOfWeek), fWeekInMonth(0), fMillisInDay(millisInDay),
|
/external/icu4c/samples/translit/answers/ |
main_1.cpp | 39 for (int32_t month = Calendar::JANUARY; 40 month <= Calendar::DECEMBER; 41 ++month) { 45 cal->set(1999, month, 4);
|
/external/icu4c/test/compat/ |
tzone.pl | 8 print "Usage: tzone [year month day hour minute]\n"; 19 my $month = 0; 26 ($year, $month, $day, $hour, $minute) = @ARGV; 27 print "The date we are using is: $month-$day-$year $hour:$minute.\n"; 52 my @result = `./tzdate $year $month $day $hour $minute $USECURRENT`;
|
/frameworks/base/media/libdrm/mobile1/include/parser/ |
parser_rel.h | 82 * Input year and month, return how many days that month have 84 * \param month (in)Input the month 86 * -A positive integer, which is how many days that month have 89 int32_t drm_monthDays(int32_t year, int32_t month); 94 * \param month month of the date 103 int32_t drm_checkDate(int32_t year, int32_t month, int32_t day, int32_t hour, int32_t min, int32_t sec);
|