HomeSort by relevance Sort by last modified time
    Searched full:month (Results 176 - 200 of 541) sorted by null

1 2 3 4 5 6 78 91011>>

  /dalvik/libcore/support/src/test/java/tests/support/
Support_SimpleDateFormat.java 74 t_FormatWithField(2, format, date, null, Field.MONTH, 17, 18);
108 t_FormatWithField(26, format, date, null, Field.MONTH, 0, 0);
166 v.add(new FieldContainer(4, 6, Field.MONTH));
180 v.add(new FieldContainer(8, 17, Field.MONTH));
219 v.add(new FieldContainer(19, 20, Field.MONTH));
220 v.add(new FieldContainer(21, 23, Field.MONTH));
221 v.add(new FieldContainer(24, 27, Field.MONTH));
222 v.add(new FieldContainer(28, 37, Field.MONTH));
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
Support_SimpleDateFormat.java 77 t_FormatWithField(2, format, date, null, Field.MONTH, 26, 27);
111 t_FormatWithField(26, format, date, null, Field.MONTH, 0, 0);
169 v.add(new FieldContainer(4, 6, Field.MONTH));
183 v.add(new FieldContainer(8, 17, Field.MONTH));
220 v.add(new FieldContainer(17, 18, Field.MONTH));
221 v.add(new FieldContainer(19, 21, Field.MONTH));
222 v.add(new FieldContainer(22, 25, Field.MONTH));
223 v.add(new FieldContainer(26, 35, Field.MONTH));
DataFormatFieldTest.java 49 MyField field = new MyField("day of month", Calendar.ERA);
51 assertEquals("field has wrong name", "day of month", field.getName());
110 MyField field = new MyField("day of month", Calendar.ERA);
112 assertEquals("field has wrong name", "day of month", field.getName());
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DateWidgets1.java 83 mMonth = c.get(Calendar.MONTH);
120 // Month is 0 based so add 1
  /external/icu4c/i18n/
buddhcal.cpp 79 int32_t BuddhistCalendar::handleComputeMonthStart(int32_t eyear, int32_t month,
83 return GregorianCalendar::handleComputeMonthStart(eyear, month, useMonth);
  /external/icu4c/i18n/unicode/
dtitvinf.h 92 * year, month, date, day-of-week, am-pm, hour, hour-of-day, and minute.
94 * year > month > date > am-pm > hour > minute
110 * If the largest different calendar field between date1 and date2 is "month",
116 * For date skeleton, the interval patterns when year, or month, or date is
154 * calendar fields are different: ERA, YEAR, MONTH, DATE, DAY_OF_MONTH,
261 * calendar fields are different: ERA, YEAR, MONTH, DATE, DAY_OF_MONTH,
362 * ERA, YEAR, MONTH, DAY, AM_PM, HOUR, and MINUTE
459 * ERA, YEAR, MONTH, DATE, DAY_OF_MONTH, DAY_OF_WEEK,
  /frameworks/base/core/java/android/text/format/
DateUtils.java 189 * This is not actually a useful month name in all locales.
226 // used for formatting a start and end date that fall in the same month.
334 * Return a localized string for the month of the year.
335 * @param month One of {@link Calendar#JANUARY Calendar.JANUARY},
341 * @return Localized month of the year.
343 public static String getMonthString(int month, int abbrev) {
359 return r.getString(list[month - Calendar.JANUARY]);
363 * Return a localized string for the month of the year, for
364 * contexts where the month is not formatted together with
365 * a day of the month
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/
time.h 49 int tm_mday; /* day of the month */
50 int tm_mon; /* month */
  /ndk/build/platforms/android-4/arch-arm/usr/include/
time.h 49 int tm_mday; /* day of the month */
50 int tm_mon; /* month */
  /ndk/build/platforms/android-5/arch-arm/usr/include/
time.h 49 int tm_mday; /* day of the month */
50 int tm_mon; /* month */
  /ndk/build/platforms/android-5/arch-x86/usr/include/
time.h 49 int tm_mday; /* day of the month */
50 int tm_mon; /* month */
  /ndk/build/platforms/android-8/arch-arm/usr/include/
time.h 49 int tm_mday; /* day of the month */
50 int tm_mon; /* month */
  /ndk/build/platforms/android-8/arch-x86/usr/include/
time.h 49 int tm_mday; /* day of the month */
50 int tm_mon; /* month */
  /dalvik/libcore/xml/src/main/java/javax/xml/datatype/
XMLGregorianCalendar.java 85 * <a name="datetimefield-month"/>
87 * <td> month </td>
95 * <td> Independent of month, max range is 1 to 31 or {@link DatatypeConstants#FIELD_UNDEFINED}.<br/>
96 * The normative value constraint stated relative to month
197 * int month,
206 * int month,
216 * int month,
272 * <p>Set month.</p>
276 * @param month value constraints summarized in <a href="#datetimefield-month">month field of date/time field mapping table</a>
    [all...]
  /dalvik/libcore/sql/src/main/java/java/sql/
Time.java 32 * <i>Minute</i> and <i>Second</i>. The <i>Year</i>, <i>Month</i> and
36 * Any attempt to access the <i>Year</i>, <i>Month</i> or <i>Day</i>
98 * {@code Time} object does not have a <i>Month</i> component.
139 * {@code Time} object does not have a <i>Month</i> component.
  /external/bluetooth/glib/tests/
testgdateparser.c 22 d->month,
  /external/ppp/pppd/plugins/radius/
util.c 37 /* Get the month */
  /external/wpa_supplicant/
os_internal.c 50 int os_mktime(int year, int month, int day, int hour, int min, int sec,
55 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 ||
62 tm.tm_mon = month - 1;
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_internal.c 50 int os_mktime(int year, int month, int day, int hour, int min, int sec,
55 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 ||
62 tm.tm_mon = month - 1;
  /frameworks/base/docs/html/resources/tutorials/views/
hello-datepicker.jd 7 widget, which allows the user to select the month, day, and year, in a familiar interface.</p>
73 mMonth = c.get(Calendar.MONTH);
92 and the current year, month and day are acquired. Finally, the private
103 // Month is 0 based so add 1
  /cts/tests/tests/app/src/android/app/cts/
DatePickerDialogTest.java 159 // move the focus up to the '-' button under the month
161 // decrement the month (moves focus to date field)
163 // move focus down to '-' button under the month
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
WordWidget.java 79 // Pick out month names from resources
83 // Find current month and day
89 monthNames[today.month], today.monthDay);
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
WordWidget.java 68 // Pick out month names from resources
72 // Find current month and day
78 monthNames[today.month], today.monthDay);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Hints.java 142 * Determines whether the provided time is from some time today (i.e., this day, month,
156 today.get(Calendar.MONTH) == timestamp.get(Calendar.MONTH));
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.3.1-2.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
32 2. Call ToNumber(month)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
72 var MONTH = 10;
211 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );

Completed in 684 milliseconds

1 2 3 4 5 6 78 91011>>