HomeSort by relevance Sort by last modified time
    Searched refs:MONTH (Results 226 - 250 of 327) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateIntervalFormatTest.java     [all...]
DateFormatRegressionTest.java 515 // choose a date that is the FIRST of some month
941 int month = cal.get(Calendar.MONTH); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateIntervalFormatTest.java     [all...]
DateFormatRegressionTest.java 511 // choose a date that is the FIRST of some month
937 int month = cal.get(Calendar.MONTH); local
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/http/
HttpFields.java 106 int month = gc.get(Calendar.MONTH); local
121 buf.append(MONTHS[month]);
146 int month = gc.get(Calendar.MONTH); local
162 buf.append(MONTHS[month]);
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /frameworks/base/core/java/android/widget/
SimpleMonthView.java 57 * A calendar-like view displaying a specified month and the appropriate selectable day numbers
58 * within the specified month.
110 /** The day of month for the selected day, or -1 if no day is selected. */
114 * The day of month for today, or -1 if the today is not in the current
115 * month.
122 /** The number of days (ex. 28) in the current month. */
127 * month.
131 /** The day of month for the first (inclusive) enabled day. */
134 /** The day of month for the last (inclusive) enabled day. */
577 * if possible, or the first day of the month if not
    [all...]
  /frameworks/base/obex/javax/obex/
ObexHelper.java 265 temp.set(Calendar.MONTH, Integer.parseInt(dateString.substring(
461 temp = dateHeader.get(Calendar.MONTH);
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/
jFormatString-3.0.0.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/util/
MeasureUnit.java 498 * Constant for unit of duration: month
500 public static final TimeUnit MONTH = (TimeUnit) MeasureUnit.internalGetInstance("duration", "month");
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
calendar.h 55 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>,
91 * <code>UDate</code> (such as only year and month but no day in the month),
100 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc.
111 * MONTH + DAY_OF_MONTH
112 * MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
113 * MONTH + DAY_OF_WEEK_IN_MONTH + DAY_OF_WEEK
152 * month, day-of-month <em>and</em> day-of-week in some cases.
176 * month up in the date <code>December 12, <b>1996</b></code> results i
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
MeasureUnit.java 540 * Constant for unit of duration: month
543 public static final TimeUnit MONTH = (TimeUnit) MeasureUnit.internalGetInstance("duration", "month");
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
FormatTests.java     [all...]
SerializableTest.java 527 int month = cal.get(Calendar.MONTH); local
531 a_offset = tza_a.getOffset(era, year, month, day, dow, mid);
532 b_offset = tza_b.getOffset(era, year, month, day, dow, mid);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
FormatTests.java     [all...]
SerializableTest.java 523 int month = cal.get(Calendar.MONTH); local
527 a_offset = tza_a.getOffset(era, year, month, day, dow, mid);
528 b_offset = tza_b.getOffset(era, year, month, day, dow, mid);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRuleTest.java 144 offset = rbtz1.getOffset(cal.get(Calendar.ERA), cal.get(Calendar.YEAR), cal.get(Calendar.MONTH),
165 offset = rbtz1.getOffset(cal.get(Calendar.ERA), cal.get(Calendar.YEAR), cal.get(Calendar.MONTH),
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java 140 offset = rbtz1.getOffset(cal.get(Calendar.ERA), cal.get(Calendar.YEAR), cal.get(Calendar.MONTH),
161 offset = rbtz1.getOffset(cal.get(Calendar.ERA), cal.get(Calendar.YEAR), cal.get(Calendar.MONTH),
    [all...]
  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java     [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java     [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidedActionsStylist.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 133 * One of the Agenda/Day/Week/Month view types
141 final int MONTH = 4;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 

Completed in 884 milliseconds

1 2 3 4 5 6 7 8 91011>>