/third_party/icu/icu4c/source/test/perf/DateFmtPerf/ |
H A D | datedata.h | 29 static int months[] = { variable
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
H A D | __secs_to_tm.c | 16 int months; in __secs_to_tm() local
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
H A D | __secs_to_tm.c | 16 int months; in __secs_to_tm() local
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
H A D | __secs_to_tm.c | 16 int months; in __secs_to_tm() local
|
/third_party/musl/src/time/ |
H A D | __secs_to_tm.c | 16 int months; in __secs_to_tm() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
H A D | ICUDurationTest.java | 81 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 D | ICUDurationTest.java | 84 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 D | hebrwcal.cpp | 397 int32_t months = (int32_t)ClockMath::floorDivide((235 * (int64_t)year - 234), (int64_t)19); in startOfYear() local
|
/third_party/notofonts/scripts/ |
H A D | issue-stats.py | 83 months = [ variable
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tsdtfmsy.cpp | 229 const UnicodeString *months = en.getMonths(count); in TestSymbols() local
|
H A D | dtfmttst.cpp | 4952 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 D | temporal-parser.h | 91 int64_t months; // DurationMonths production member
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | hebrwcal.cpp | 397 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 D | crontab.c | 49 char months[]={"jan""feb""mar""apr""may""jun""jul" in getindex() local
|
H A D | crond.c | 59 static char months[]={"jan""feb""mar""apr""may""jun""jul" variable
|
/third_party/icu/icu4c/source/samples/cal/ |
H A D | cal.c | 237 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 D | hebrwcal.cpp | 401 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 D | cal.c | 237 UChar *months [MONTH_COUNT]; in cal() local 375 free_months(UChar *months[]) free_months() argument [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | parseutils.c | 145 static const char *months[12] = { variable
|
/third_party/ffmpeg/libavformat/ |
H A D | avidec.c | 346 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 D | DateFormatSymbols.java | 367 String months[] = null; field in DateFormatSymbols [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | DateFormatSymbols.java | 357 String months[] = null; field in DateFormatSymbols [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsinfo.c | 329 static const char *months[] in ntfsinfo_time_to_str() local
|
H A D | ntfsrecover.c | 417 const char *months[] in showdate() local
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-temporal-objects.cc | 89 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...] |