HomeSort by relevance Sort by last modified time
    Searched defs:DAY_OF_MONTH (Results 1 - 25 of 72) sorted by null

1 2 3

  /libcore/ojluni/src/test/java/time/tck/java/time/temporal/
TCKChronoField.java 66 import static java.time.temporal.ChronoField.DAY_OF_MONTH;
127 {DAY_OF_MONTH, DAYS, MONTHS},
160 {DAY_OF_MONTH, true, false},
205 {DAY_OF_MONTH, LocalDate.of(2000, 2, 29), true, 29},
206 {DAY_OF_MONTH, LocalDateTime.of(2000, 2, 29, 5, 4, 3, 200), true, 29},
228 {DAY_OF_MONTH, LocalTime.of(5, 4, 3, 200), false, -1},
255 assertEquals(DAY_OF_MONTH.range(), ValueRange.of(1, 28, 31));
256 assertEquals(DAY_OF_MONTH.rangeRefinedBy(LocalDate.of(2000, 2, 29)), ValueRange.of(1, 29));
  /libcore/ojluni/src/main/java/java/time/temporal/
ChronoField.java 394 DAY_OF_MONTH("DayOfMonth", DAYS, MONTHS, ValueRange.of(1, 28, 31), "day"),
493 * These map onto the {@code YEAR}, {@code MONTH_OF_YEAR} and {@code DAY_OF_MONTH} fields.
496 * the {@code ERA}, {@code YEAR_OF_ERA}, {@code MONTH_OF_YEAR} and {@code DAY_OF_MONTH} fields.
529 * These map onto the {@code YEAR}, {@code MONTH_OF_YEAR} and {@code DAY_OF_MONTH} fields.
532 * the {@code ERA}, {@code YEAR_OF_ERA}, {@code MONTH_OF_YEAR} and {@code DAY_OF_MONTH} fields.
    [all...]
  /libcore/ojluni/src/main/java/java/text/
DateFormat.java     [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DateFormat.java     [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
Calendar.java 66 * <code>JANUARY</code>, <code>DAY_OF_MONTH</code> == 32 as February 1. A
70 * <code>GregorianCalendar</code> always produces <code>DAY_OF_MONTH</code>
110 * MONTH + DAY_OF_MONTH
172 * call to <code>set(Calendar.DAY_OF_MONTH, 30)</code> before the call to
194 * <code>DAY_OF_MONTH</code>. No adjustment is made to smaller fields
208 * <code>DAY_OF_MONTH</code> cannot be 31 in September in a
210 * <code>DAY_OF_MONTH</code> to 30, the closest possible value. Although
223 * time. <code>DAY_OF_MONTH</code> is a larger field than
231 * <code>GregorianCalendar</code>, the <code>DAY_OF_MONTH</code> cannot
397 * {@link #DAY_OF_MONTH}, and {@link #DAY_OF_YEAR} fields ar
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/chrono/
TCKThaiBuddhistChronology.java 59 import static java.time.temporal.ChronoField.DAY_OF_MONTH;
511 assertEquals(ThaiBuddhistChronology.INSTANCE.range(DAY_OF_MONTH), DAY_OF_MONTH.range());
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormat.java     [all...]
  /libcore/ojluni/src/main/java/java/util/
Calendar.java 61 * <code>DAY_OF_MONTH</code>, <code>HOUR</code>, and so on, and for
111 * <code>DAY_OF_MONTH == 32</code> as February 1.
116 * <code>DAY_OF_MONTH</code> values between 1 and the length of the month. A
160 * YEAR + MONTH + DAY_OF_MONTH
179 * JANUARY</code>, <code>DAY_OF_MONTH = 1</code>, etc.
227 * call to <code>set(Calendar.DAY_OF_MONTH, 30)</code> before the call to
250 * <code>DAY_OF_MONTH</code>. No adjustment is made to smaller fields
264 * <code>DAY_OF_MONTH</code> cannot be 31 in September in a
266 * <code>DAY_OF_MONTH</code> to 30, the closest possible value. Although
279 * time. <code>DAY_OF_MONTH</code> is a larger field tha
    [all...]
  /external/error_prone/jFormatString/
jFormatString-3.0.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /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/
Calendar.java 81 * <code>JANUARY</code>, <code>DAY_OF_MONTH</code> == 32 as February 1. A
85 * <code>GregorianCalendar</code> always produces <code>DAY_OF_MONTH</code>
126 * MONTH + DAY_OF_MONTH
207 * call to <code>set(Calendar.DAY_OF_MONTH, 30)</code> before the call to
229 * <code>DAY_OF_MONTH</code>. No adjustment is made to smaller fields
243 * <code>DAY_OF_MONTH</code> cannot be 31 in September in a
245 * <code>DAY_OF_MONTH</code> to 30, the closest possible value. Although
258 * time. <code>DAY_OF_MONTH</code> is a larger field than
266 * <code>GregorianCalendar</code>, the <code>DAY_OF_MONTH</code> cannot
432 * {@link #DAY_OF_MONTH}, and {@link #DAY_OF_YEAR} fields ar
2925 int day_of_month = (internalGet(DAY_OF_MONTH) + amount*7 - local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Calendar.java 80 * <code>JANUARY</code>, <code>DAY_OF_MONTH</code> == 32 as February 1. A
84 * <code>GregorianCalendar</code> always produces <code>DAY_OF_MONTH</code>
125 * MONTH + DAY_OF_MONTH
206 * call to <code>set(Calendar.DAY_OF_MONTH, 30)</code> before the call to
228 * <code>DAY_OF_MONTH</code>. No adjustment is made to smaller fields
242 * <code>DAY_OF_MONTH</code> cannot be 31 in September in a
244 * <code>DAY_OF_MONTH</code> to 30, the closest possible value. Although
257 * time. <code>DAY_OF_MONTH</code> is a larger field than
265 * <code>GregorianCalendar</code>, the <code>DAY_OF_MONTH</code> cannot
431 * {@link #DAY_OF_MONTH}, and {@link #DAY_OF_YEAR} fields ar
3022 int day_of_month = (internalGet(DAY_OF_MONTH) + amount*7 - local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /external/caliper/lib/
joda-time-2.1.jar 
gson-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.8.1/
joda-time-2.8.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 
  /prebuilts/devtools/tools/lib/
gson-2.2.4.jar 
  /prebuilts/gradle-plugin/com/google/code/gson/gson/2.3/
gson-2.3.jar 
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
gson-2.8.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.2.4/
gson-2.2.4.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.3/
gson-2.3.jar 

Completed in 659 milliseconds

1 2 3