Home
last modified time | relevance | path

Searched refs:day (Results 376 - 400 of 414) sorted by relevance

1...<<11121314151617

/third_party/icu/icu4c/source/i18n/
H A Dtimezone.cpp721 // the given time in day is local standard time. in getOffset()
733 double day = ClockMath::floorDivide(date, U_MILLIS_PER_DAY, &millis); in getOffset() local
735 Grego::dayToFields(day, year, month, dom, dow); in getOffset()
/third_party/mbedtls/library/
H A Dx509_crt.c1790 crt->valid_from.day, crt->valid_from.hour, in mbedtls_x509_crt_info()
1797 crt->valid_to.day, crt->valid_to.hour, in mbedtls_x509_crt_info()
/third_party/node/deps/icu-small/source/i18n/
H A Dtimezone.cpp721 // the given time in day is local standard time. in getOffset()
733 double day = ClockMath::floorDivide(date, U_MILLIS_PER_DAY, &millis); in getOffset() local
735 Grego::dayToFields(day, year, month, dom, dow); in getOffset()
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/
H A Dmain.go22 // Once a day regres will also test another, larger set of tests, and post the
1610 day int
1615 d.year, d.month, d.day = t.Date()
/third_party/python/Lib/test/
H A Dtest_httpservers.py1240 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(now)
1243 day,
H A Dtest_dataclasses.py791 day: int
4030 day: 'int'
4045 day: 'int'
/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc5463 return day(); in DoGetField()
5512 int year, month, day; in GetUTCField() local
5513 date_cache->YearMonthDayFromDays(days, &year, &month, &day); in GetUTCField()
5517 return Smi::FromInt(day); in GetUTCField()
5570 int year, month, day; in SetCachedFields() local
5571 date_cache->YearMonthDayFromDays(days, &year, &month, &day); in SetCachedFields()
5579 set_day(Smi::FromInt(day), SKIP_WRITE_BARRIER); in SetCachedFields()
/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_order_test.cpp291 date.day = DEFAULT_MONTH_DAY.at(YEARINDEX); in HWTEST_F()
353 date.day = DEFAULT_MONTH_DAY.at(YEARINDEX); in HWTEST_F()
415 date.day = DEFAULT_MONTH_DAY.at(YEARINDEX); in HWTEST_F()
H A Ddate_picker_column_test_ng.cpp1354 auto dayNode = allChildNode["day"]; in HWTEST_F()
1423 auto dayNode = allChildNode["day"]; in HWTEST_F()
1493 auto dayNode = allChildNode["day"]; in HWTEST_F()
1560 auto dayNode = allChildNode["day"]; in HWTEST_F()
1629 auto dayNode = allChildNode["day"]; in HWTEST_F()
1888 startDate.day = 3, endDate.day = 2; in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/
H A Dcalendar_picker_test_ng.cpp297 json->Put("day", 29); in HWTEST_F()
340 json->Put("day", 29); in HWTEST_F()
384 json->Put("day", 29); in HWTEST_F()
811 json->Put("day", 29); in HWTEST_F()
818 json->Put("day", 1); in HWTEST_F()
826 json->Put("day", 1); in HWTEST_F()
853 json->Put("day", 1); in HWTEST_F()
880 json->Put("day", 29); in HWTEST_F()
907 json->Put("day", 1); in HWTEST_F()
914 json->Put("day", 3 in HWTEST_F()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DCalendarRegressionTest.java511 int sec = 0, min = 0, hr = 0, day = 1, month = 10, year = 1997; in Test4096231()
544 cal3.set(year, month, day, hr, min, sec); in Test4096231()
613 logln(testDesc + " => 1st day of week=" + in Test4103271()
1017 b.setFirstDayOfWeek((a.getFirstDayOfWeek() % 7) + 1); // Next day in Test4136399()
1019 errln("Calendar hash code ignores first day of week"); in Test4136399()
1273 * GregorianCalendar.getActualMaximum() does not account for first day of
1299 logln("First day of week = " + firstInWeek + in Test4166109()
1726 // Set the calendar to the first day of the last week in Test4288792()
1730 // to advance through the week. For each day, call in Test4288792()
1750 // Now advance the calendar one more day in Test4288792()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DCalendarRegressionTest.java514 int sec = 0, min = 0, hr = 0, day = 1, month = 10, year = 1997; in Test4096231()
547 cal3.set(year, month, day, hr, min, sec); in Test4096231()
616 logln(testDesc + " => 1st day of week=" + in Test4103271()
1020 b.setFirstDayOfWeek((a.getFirstDayOfWeek() % 7) + 1); // Next day in Test4136399()
1022 errln("Calendar hash code ignores first day of week"); in Test4136399()
1276 * GregorianCalendar.getActualMaximum() does not account for first day of
1302 logln("First day of week = " + firstInWeek + in Test4166109()
1729 // Set the calendar to the first day of the last week in Test4288792()
1733 // to advance through the week. For each day, call in Test4288792()
1753 // Now advance the calendar one more day in Test4288792()
[all...]
/third_party/python/Lib/test/test_zoneinfo/
H A Dtest_zoneinfo.py101 dt.day,
427 dt.day,
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_pattern.cpp59 constexpr char TEXTCLOCK_DAY[] = "textclock.day";
329 dateTime.day = static_cast<uint32_t>(timeZoneTime->tm_mday); in GetCurrentFormatDateTime()
699 oneElement = true; // year,month or day need Chinese suffix when Chinese system in SpliceDateTime()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_lookup_test.cc648 EXPECT_EQ(d, al.cs.day()); \
940 EXPECT_EQ(tp, convert(civil_second(2009, 1, 44, 18, 31, 30), tz)); // day in TEST()
1284 // At the end of December 2011, Samoa jumped forward by one day, in TEST()
1288 // A one-day, non-DST offset change in TEST()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc4837 V(day, Day) \ in InitializeGlobal_harmony_temporal()
4964 V(day, Day) \ in InitializeGlobal_harmony_temporal()
5042 V(day, Day) \ in InitializeGlobal_harmony_temporal()
5276 V(day, Day) in InitializeGlobal_harmony_temporal()
5362 V(day, Day, 1) \ in InitializeGlobal_harmony_temporal()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc1367 day().IsSmi() ? Smi::ToInt(day()) : -1, in JSDatePrint()
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h2268 void (*setSelectDate)(ArkUINodeHandle node, ArkUI_Uint32 year, ArkUI_Uint32 month, ArkUI_Uint32 day);
2565 void (*setStartDate)(ArkUINodeHandle node, ArkUI_Uint32 year, ArkUI_Uint32 month, ArkUI_Uint32 day);
2568 void (*setEndDate)(ArkUINodeHandle node, ArkUI_Uint32 year, ArkUI_Uint32 month, ArkUI_Uint32 day);
2571 void (*setSelectedDate)(ArkUINodeHandle node, ArkUI_Uint32 year, ArkUI_Uint32 month, ArkUI_Uint32 day);
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp498 bool IsValidDate(uint32_t year, uint32_t month, uint32_t day) in IsValidDate() argument
507 if (day < 1 || day > daysInMonth[month - 1]) { in IsValidDate()
7670 auto day = StringToInt(date[NUM_2].c_str(), NUM_1); in SetDatePickerStart() local
7671 fullImpl->getNodeModifiers()->getDatePickerModifier()->setStartDate(node->uiNodeHandle, year, month, day); in SetDatePickerStart()
7705 auto day = StringToInt(date[NUM_2].c_str(), NUM_31); in SetDatePickerEnd() local
7706 fullImpl->getNodeModifiers()->getDatePickerModifier()->setEndDate(node->uiNodeHandle, year, month, day); in SetDatePickerEnd()
7740 auto day = StringToInt(date[NUM_2].c_str()); in SetDatePickerSelected() local
7741 fullImpl->getNodeModifiers()->getDatePickerModifier()->setSelectedDate(node->uiNodeHandle, year, month, day); in SetDatePickerSelected()
10145 g_numberValues[SELECTED_DAY_INDEX].u32 = selectedDate.day; in GetSelectedDate()
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h608 ArkUI_Uint32 day; member
3968 void (*setSelectDate)(ArkUINodeHandle node, ArkUI_Uint32 year, ArkUI_Uint32 month, ArkUI_Uint32 day);
4288 void (*setStartDate)(ArkUINodeHandle node, ArkUI_Uint32 year, ArkUI_Uint32 month, ArkUI_Uint32 day);
4291 void (*setEndDate)(ArkUINodeHandle node, ArkUI_Uint32 year, ArkUI_Uint32 month, ArkUI_Uint32 day);
4294 void (*setSelectedDate)(ArkUINodeHandle node, ArkUI_Uint32 year, ArkUI_Uint32 month, ArkUI_Uint32 day);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_view.cpp237 // left day arrow in CreateTitleNode()
263 // right day arrow in CreateTitleNode()
384 calendarDay.day = static_cast<int32_t>(today.GetDay()); in CreateCalendarNode()
900 PickerDate selectedDay(selectedMonth.year, selectedMonth.month, jsonInfo->GetInt("day")); in OnSelectedChangeEvent()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
H A DTimeZoneTest.java932 // test the day-of-month API in TestAlternateRules()
960 // test the day-of-week-after-day-in-month API in TestAlternateRules()
1374 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) {return 0;} in TestCoverage()
1461 // int year, month, day, hour, minute, second, offsetHours in TestFebruary()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateTimeGeneratorTest.java609 // get a pattern for an abbreviated month and day in DayMonthTest()
1477 // day in TestAllFieldPatterns()
1478 new AllFieldsTestItem( 'd', new int[]{1,2}, "d" ), // day of month in TestAllFieldPatterns()
1479 new AllFieldsTestItem( 'D', new int[]{1,2,3}, "D" ), // day of year in TestAllFieldPatterns()
1480 new AllFieldsTestItem( 'F', new int[]{1}, "F" ), // day of week in month in TestAllFieldPatterns()
1481 new AllFieldsTestItem( 'g', new int[]{7}, "g" ), // modified julian day in TestAllFieldPatterns()
1483 new AllFieldsTestItem( 'E', new int[]{1,2,3,4,5,6}, "Eec" ), // day of week in TestAllFieldPatterns()
1484 new AllFieldsTestItem( 'e', new int[]{1,2,3,4,5,6}, "Eec" ), // local day of week in TestAllFieldPatterns()
1485 new AllFieldsTestItem( 'c', new int[]{1,2,3,4,5,6}, "Eec" ), // standalone local day of week in TestAllFieldPatterns()
1486 // day perio in TestAllFieldPatterns()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneTest.java928 // test the day-of-month API in TestAlternateRules()
956 // test the day-of-week-after-day-in-month API in TestAlternateRules()
1346 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) {return 0;} in TestCoverage()
1433 // int year, month, day, hour, minute, second, offsetHours in TestFebruary()

Completed in 126 milliseconds

1...<<11121314151617