/third_party/icu/icu4c/source/test/perf/DateFmtPerf/ |
D | datedata.h | 29 static int months[] = { variable
|
/third_party/icu/icu4c/source/samples/cal/ |
D | cal.c | 237 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/ |
D | cal.c | 237 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.c | 16 int months; in __secs_to_tm() local
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
D | __secs_to_tm.c | 16 int months; in __secs_to_tm() local
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
D | __secs_to_tm.c | 16 int months; in __secs_to_tm() local
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
D | __secs_to_tm.c | 16 int months; in __secs_to_tm() local
|
/third_party/toybox/toys/pending/ |
D | crontab.c | 49 char months[]={"jan""feb""mar""apr""may""jun""jul" in getindex() local
|
/third_party/node/deps/v8/src/temporal/ |
D | temporal-parser.h | 91 int64_t months; // DurationMonths production member
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tsdtfmsy.cpp | 229 const UnicodeString *months = en.getMonths(count); in TestSymbols() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | IntlTestDateFormatSymbols.java | 179 final String[] months = en.getMonths(); in TestSymbols() local
|
/third_party/node/lib/ |
D | util.js | 199 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/ |
D | IntlTestDateFormatSymbols.java | 176 final String[] months = en.getMonths(); in TestSymbols() local
|
/third_party/icu/icu4c/source/i18n/ |
D | islamcal.cpp | 622 int32_t months = (int32_t)uprv_floor((double)days / CalendarAstronomer::SYNODIC_MONTH); in handleComputeFields() local
|
D | hebrwcal.cpp | 397 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/ |
D | HebrewCalendar.java | 587 int months = (235 * year - 234) / 19; // # of months before year in startOfYear() local
|
D | IslamicCalendar.java | 831 int months = (int)Math.floor(days / CalendarAstronomer.SYNODIC_MONTH); in handleComputeFields() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | HebrewCalendar.java | 614 int months = (int)floorDivide((235 * (long)year - 234), 19); in startOfYear() local
|
D | IslamicCalendar.java | 859 int months = (int)Math.floor(days / CalendarAstronomer.SYNODIC_MONTH); in handleComputeFields() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | hebrwcal.cpp | 397 int32_t months = (int32_t)ClockMath::floorDivide((235 * (int64_t)year - 234), (int64_t)19); in startOfYear() local
|
D | islamcal.cpp | 622 int32_t months = (int32_t)uprv_floor((double)days / CalendarAstronomer::SYNODIC_MONTH); in handleComputeFields() local
|
/third_party/rust/crates/humantime/src/ |
D | duration.rs | 307 let months = ydays / 2_630_016; // 30.44d in fmt() localVariable
|
/third_party/node/deps/icu-small/source/i18n/ |
D | hebrwcal.cpp | 401 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/ |
D | gstxmlhelper.c | 85 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/ |
D | ICUDurationTest.java | 81 ICUTestDuration(int sgn, int y, int months, int d, int h, int m, float s) { in ICUTestDuration()
|