Home
last modified time | relevance | path

Searched defs:months (Results 1 – 25 of 41) sorted by relevance

12

/third_party/icu/icu4c/source/test/perf/DateFmtPerf/
Ddatedata.h29 static int months[] = { variable
/third_party/icu/icu4c/source/samples/cal/
Dcal.c237 UChar *months [MONTH_COUNT]; in cal() local
375 static void free_months(UChar *months[]) in free_months()
539 print_year(UCalendar *c, in print_year()
/third_party/skia/third_party/externals/icu/source/samples/cal/
Dcal.c237 UChar *months [MONTH_COUNT]; in cal() local
375 static void free_months(UChar *months[]) in free_months()
539 print_year(UCalendar *c, in print_year()
/third_party/musl/src/time/
D__secs_to_tm.c16 int months; in __secs_to_tm() local
/third_party/musl/porting/uniproton/kernel/src/time/
D__secs_to_tm.c16 int months; in __secs_to_tm() local
/third_party/musl/porting/liteos_a/kernel/src/time/
D__secs_to_tm.c16 int months; in __secs_to_tm() local
/third_party/musl/porting/liteos_m/kernel/src/time/
D__secs_to_tm.c16 int months; in __secs_to_tm() local
/third_party/toybox/toys/pending/
Dcrontab.c49 char months[]={"jan""feb""mar""apr""may""jun""jul" in getindex() local
/third_party/node/deps/v8/src/temporal/
Dtemporal-parser.h91 int64_t months; // DurationMonths production member
/third_party/icu/icu4c/source/test/intltest/
Dtsdtfmsy.cpp229 const UnicodeString *months = en.getMonths(count); in TestSymbols() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DIntlTestDateFormatSymbols.java179 final String[] months = en.getMonths(); in TestSymbols() local
/third_party/node/lib/
Dutil.js199 const months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', variable
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatSymbols.java176 final String[] months = en.getMonths(); in TestSymbols() local
/third_party/icu/icu4c/source/i18n/
Dislamcal.cpp622 int32_t months = (int32_t)uprv_floor((double)days / CalendarAstronomer::SYNODIC_MONTH); in handleComputeFields() local
Dhebrwcal.cpp397 int32_t months = (int32_t)ClockMath::floorDivide((235 * (int64_t)year - 234), (int64_t)19); in startOfYear() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DHebrewCalendar.java587 int months = (235 * year - 234) / 19; // # of months before year in startOfYear() local
DIslamicCalendar.java831 int months = (int)Math.floor(days / CalendarAstronomer.SYNODIC_MONTH); in handleComputeFields() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DHebrewCalendar.java614 int months = (int)floorDivide((235 * (long)year - 234), 19); in startOfYear() local
DIslamicCalendar.java859 int months = (int)Math.floor(days / CalendarAstronomer.SYNODIC_MONTH); in handleComputeFields() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dhebrwcal.cpp397 int32_t months = (int32_t)ClockMath::floorDivide((235 * (int64_t)year - 234), (int64_t)19); in startOfYear() local
Dislamcal.cpp622 int32_t months = (int32_t)uprv_floor((double)days / CalendarAstronomer::SYNODIC_MONTH); in handleComputeFields() local
/third_party/rust/crates/humantime/src/
Dduration.rs307 let months = ydays / 2_630_016; // 30.44d in fmt() localVariable
/third_party/node/deps/icu-small/source/i18n/
Dhebrwcal.cpp401 int32_t months = (int32_t)ClockMath::floorDivide((235 * (int64_t)year - 234), (int64_t)19); in startOfYear() local
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstxmlhelper.c85 gint years = -1, months = -1, days = -1, hours = -1, minutes = -1, seconds = in _mpd_helper_parse_duration() local
1182 gint years, months, days, hours, minutes, seconds, milliseconds; in gst_xml_helper_set_prop_duration() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DICUDurationTest.java81 ICUTestDuration(int sgn, int y, int months, int d, int h, int m, float s) { in ICUTestDuration()

12