HomeSort by relevance Sort by last modified time
    Searched refs:MONTH (Results 76 - 99 of 99) sorted by null

1 2 34

  /libcore/luni/src/main/java/java/util/
Formatter.java 341 * <td width="25%">Localized month name (abbreviated).</td>
347 * <td width="25%">Localized month name (full).</td>
365 * <td width="25%">2-digit day of month (01-31).</td>
377 * <td width="25%">Day of month (1-31).</td>
431 * <td width="25%">2-digit month of year (01-12).</td>
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
calendar.h 54 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>,
90 * <code>UDate</code> (such as only year and month but no day in the month),
98 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc.
109 * MONTH + DAY_OF_MONTH
110 * MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
111 * MONTH + DAY_OF_WEEK_IN_MONTH + DAY_OF_WEEK
130 * month, day-of-month <em>and</em> day-of-week in some cases.
154 * month up in the date <code>December 12, <b>1996</b></code> results i
    [all...]
  /external/icu4c/i18n/unicode/
calendar.h 54 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>,
90 * <code>UDate</code> (such as only year and month but no day in the month),
98 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc.
109 * MONTH + DAY_OF_MONTH
110 * MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
111 * MONTH + DAY_OF_WEEK_IN_MONTH + DAY_OF_WEEK
130 * month, day-of-month <em>and</em> day-of-week in some cases.
154 * month up in the date <code>December 12, <b>1996</b></code> results i
    [all...]
  /external/webkit/WebKit/chromium/src/
AssertMatchingEnums.cpp 249 COMPILE_ASSERT_MATCHING_ENUM(WebInputElement::Month, HTMLInputElement::MONTH);
  /packages/apps/Email/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 168 assertEquals(cal.get(Calendar.MONTH), 1); // 0 based
183 assertEquals(cal.get(Calendar.MONTH), 1); // 0 based
618 // The last Saturday of the month
622 // The third Wednesday and Thursday of the month
626 // The 14th of the every month
636 6 /*Yearly/Month/DayOfWeek*/, 0, 0, 4 /*Tue*/, 0, 1 /*1st*/, 6 /*June*/, null);
    [all...]
  /frameworks/base/core/java/android/text/format/
DateUtils.java 195 * This is not actually a useful month name in all locales.
232 // used for formatting a start and end date that fall in the same month.
340 * Return a localized string for the month of the year.
341 * @param month One of {@link Calendar#JANUARY Calendar.JANUARY},
347 * @return Localized month of the year.
349 public static String getMonthString(int month, int abbrev) {
365 return r.getString(list[month - Calendar.JANUARY]);
369 * Return a localized string for the month of the year, for
370 * contexts where the month is not formatted together with
371 * a day of the month
    [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...]
  /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...]
  /packages/apps/Calendar/src/com/android/calendar/
MonthView.java 95 // This Time object is used to set the time for the other Month view.
155 * The first Julian day of the current month.
255 mCursor = new DayOfMonthCursor(mViewCalendar.year, mViewCalendar.month,
307 // Switch to a different month
311 time.month += 1;
313 time.month -= 1;
462 // Get the date for the beginning of the month
684 // there is a selected event nor the count of events per month
704 // column are in a different month from the current one, then the
706 // of days in this month, but that is okay because the normalize(
993 int month = mCursor.getMonth(); local
    [all...]
  /frameworks/base/services/java/com/android/server/am/
UsageStatsService.java 268 int mm = mCal.get(Calendar.MONTH) - Calendar.JANUARY +1;
  /packages/apps/Email/src/com/android/exchange/adapter/
EmailSyncAdapter.java 648 sb.append(formatTwo(calendar.get(Calendar.MONTH) + 1));
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 1369 int month = Integer.parseInt(nitzSubs[1]) - 1; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 1411 int month = Integer.parseInt(nitzSubs[1]) - 1; local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
calregts.cpp 93 "MONTH",
290 logln(UnicodeString("MONTH: ") + calendar->get(UCAL_MONTH, status));
297 //This will print out todays date for MONTH and DAY_OF_MONTH
300 logln(UnicodeString("MONTH: ") + calendar->get(UCAL_MONTH, status));
348 logln("MONTH: " + Calendar::get(Calendar::MONTH));
375 logln("MONTH: " + Calendar::get(Calendar::MONTH));
494 //cal.add(field, amount); //<-- PROBLEM SEEN WITH field = DATE,MONTH
749 cal1.set( Calendar::MONTH, 10 );
798 int32_t sec = 0, min = 0, hr = 0, day = 1, month = 10, year = 1997; local
2374 int32_t month = cal->get(UCAL_MONTH, status); local
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp 93 "MONTH",
297 logln(UnicodeString("MONTH: ") + calendar->get(UCAL_MONTH, status));
304 //This will print out todays date for MONTH and DAY_OF_MONTH
307 logln(UnicodeString("MONTH: ") + calendar->get(UCAL_MONTH, status));
355 logln("MONTH: " + Calendar::get(Calendar::MONTH));
382 logln("MONTH: " + Calendar::get(Calendar::MONTH));
501 //cal.add(field, amount); //<-- PROBLEM SEEN WITH field = DATE,MONTH
761 cal1.set( Calendar::MONTH, 10 );
815 int32_t sec = 0, min = 0, hr = 0, day = 1, month = 10, year = 1997; local
2403 int32_t month = cal->get(UCAL_MONTH, status); local
    [all...]
caltest.cpp 506 cal->roll(Calendar::MONTH, (int32_t)100, status);
529 int32_t year = 1997, month = UCAL_APRIL, date = 1;
530 gc->set(year, month, date);
538 gc->get(UCAL_MONTH, status) != month ||
744 CalendarTest::verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day)
752 m == month &&
759 errln("FAIL: " + msg + dateToString(c->getTime(status), str) + "; expected " + (int32_t)year + "/" + (int32_t)(month + 1) + "/" + (int32_t)day +
1244 int32_t month = UCAL_OCTOBER; local
    [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 1478 milliseconds

1 2 34