Home
last modified time | relevance | path

Searched defs:months (Results 1 - 25 of 26) sorted by relevance

12

/third_party/icu/icu4c/source/test/perf/DateFmtPerf/
H A Ddatedata.h29 static int months[] = { variable
/third_party/musl/porting/liteos_a/kernel/src/time/
H A D__secs_to_tm.c16 int months; in __secs_to_tm() local
/third_party/musl/porting/uniproton/kernel/src/time/
H A D__secs_to_tm.c16 int months; in __secs_to_tm() local
/third_party/musl/porting/liteos_m/kernel/src/time/
H A D__secs_to_tm.c16 int months; in __secs_to_tm() local
/third_party/musl/src/time/
H A D__secs_to_tm.c16 int months; in __secs_to_tm() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DICUDurationTest.java81 ICUTestDuration(int sgn, int y, int months, int d, int h, int m, float s) { in ICUTestDuration() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
H A DICUDurationTest.java84 ICUTestDuration(int sgn, int y, int months, int d, int h, int m, float s) { in ICUTestDuration() argument
/third_party/icu/icu4c/source/i18n/
H A Dhebrwcal.cpp397 int32_t months = (int32_t)ClockMath::floorDivide((235 * (int64_t)year - 234), (int64_t)19); in startOfYear() local
/third_party/notofonts/scripts/
H A Dissue-stats.py83 months = [ variable
/third_party/icu/icu4c/source/test/intltest/
H A Dtsdtfmsy.cpp229 const UnicodeString *months = en.getMonths(count); in TestSymbols() local
H A Ddtfmttst.cpp4952 const UnicodeString *months = sym->getShortMonths(count); in TestDFSCreateForLocaleNonGregorianLocale() local
4971 const UnicodeString *months = sym->getShortMonths(count); in TestDFSCreateForLocaleWithCalendarInLocale() local
/third_party/node/deps/v8/src/temporal/
H A Dtemporal-parser.h91 int64_t months; // DurationMonths production member
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dhebrwcal.cpp397 int32_t months = (int32_t)ClockMath::floorDivide((235 * (int64_t)year - 234), (int64_t)19); in startOfYear() local
/third_party/toybox/toys/pending/
H A Dcrontab.c49 char months[]={"jan""feb""mar""apr""may""jun""jul" in getindex() local
H A Dcrond.c59 static char months[]={"jan""feb""mar""apr""may""jun""jul" variable
/third_party/icu/icu4c/source/samples/cal/
H A Dcal.c237 UChar *months [MONTH_COUNT]; in cal() local
375 free_months(UChar *months[]) free_months() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dhebrwcal.cpp401 int32_t months = (int32_t)ClockMath::floorDivide((235 * (int64_t)year - 234), (int64_t)19); in startOfYear() local
/third_party/skia/third_party/externals/icu/source/samples/cal/
H A Dcal.c237 UChar *months [MONTH_COUNT]; in cal() local
375 free_months(UChar *months[]) free_months() argument
[all...]
/third_party/ffmpeg/libavutil/
H A Dparseutils.c145 static const char *months[12] = { variable
/third_party/ffmpeg/libavformat/
H A Davidec.c346 static const char months[12][4] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", variable
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormatSymbols.java367 String months[] = null; field in DateFormatSymbols
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateFormatSymbols.java357 String months[] = null; field in DateFormatSymbols
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsinfo.c329 static const char *months[] in ntfsinfo_time_to_str() local
H A Dntfsrecover.c417 const char *months[] in showdate() local
/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.cc89 int64_t months; member
793 CreateTemporalDuration( Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, int64_t years, int64_t months, int64_t weeks, int64_t days, int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, int64_t microseconds, int64_t nanoseconds) CreateTemporalDuration() argument
846 CreateTemporalDuration( Isolate* isolate, int64_t years, int64_t months, int64_t weeks, int64_t days, int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, int64_t microseconds, int64_t nanoseconds) CreateTemporalDuration() argument
4693 Constructor( Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, Handle<Object> years, Handle<Object> months, Handle<Object> weeks, Handle<Object> days, Handle<Object> hours, Handle<Object> minutes, Handle<Object> seconds, Handle<Object> milliseconds, Handle<Object> microseconds, Handle<Object> nanoseconds) Constructor() argument
[all...]

Completed in 42 milliseconds

12