HomeSort by relevance Sort by last modified time
    Searched refs:hDate (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/test/java/time/test/java/time/chrono/
TestUmmAlQuraChronology.java 415 HijrahDate hDate = HijrahChronology.INSTANCE.date(year, month, 1);
416 hDate = hDate.with(TemporalAdjusters.lastDayOfMonth());
417 assertEquals(hDate.get(ChronoField.DAY_OF_MONTH), numDays);
616 public void test_compareDates(HijrahDate hdate, LocalDate ldate, int result1, int result2) {
617 assertEquals(ldate.compareTo(hdate), result1);
618 assertEquals(hdate.compareTo(ldate), result2);
624 ChronoLocalDate hdate = HijrahChronology.INSTANCE.date(1434, 6, 28); local
625 assertEquals(hdate.get(ChronoField.ALIGNED_DAY_OF_WEEK_IN_MONTH), 3);
626 assertEquals(hdate.get(ChronoField.ALIGNED_DAY_OF_WEEK_IN_YEAR), 7)
    [all...]
  /external/pdfium/fxjs/
cfxjse_value.cpp 119 v8::Local<v8::Value> hDate = v8::Date::New(m_pIsolate, dDouble);
120 m_hValue.Reset(m_pIsolate, hDate);

Completed in 299 milliseconds