/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/flutter/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/boost/boost/date_time/gregorian/ |
D | greg_duration_types.hpp | 29 typedef date_time::months_duration<greg_durations_config> months; typedef
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
D | __secs_to_tm.c | 16 int months; in __secs_to_tm() local
|
/third_party/musl/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/musl/porting/liteos_a/kernel/src/time/ |
D | __secs_to_tm.c | 16 int months; in __secs_to_tm() local
|
/third_party/boost/boost/date_time/ |
D | strings_from_facet.hpp | 45 collection_type months; in gather_month_strings() local
|
D | date_iterator.hpp | 17 enum date_resolutions {day, week, months, year, decade, century, NumDateResolutions}; enumerator
|
/third_party/toybox/toys/pending/ |
D | crontab.c | 49 char months[]={"jan""feb""mar""apr""may""jun""jul" in getindex() local
|
/third_party/node/lib/ |
D | util.js | 176 const months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', variable
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tsdtfmsy.cpp | 229 const UnicodeString *months = en.getMonths(count); in TestSymbols() local
|
/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/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/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
|
/third_party/icu/icu4c/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/skia/third_party/externals/icu/source/i18n/ |
D | islamcal.cpp | 622 int32_t months = (int32_t)uprv_floor((double)days / CalendarAstronomer::SYNODIC_MONTH); in handleComputeFields() local
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | islamcal.cpp | 623 int32_t months = (int32_t)uprv_floor((double)days / CalendarAstronomer::SYNODIC_MONTH); in handleComputeFields() local
|
D | hebrwcal.cpp | 396 int32_t months = (235 * year - 234) / 19; // # of months before year 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
|
/third_party/libsoup/libsoup/ |
D | soup-date.c | 40 static const char *const months[] = { variable
|
/third_party/node/deps/icu-small/source/i18n/ |
D | hebrwcal.cpp | 397 int32_t months = (int32_t)ClockMath::floorDivide((235 * (int64_t)year - 234), (int64_t)19); in startOfYear() local
|