Home
last modified time | relevance | path

Searched defs:Month (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/
Dmonth.rs41 pub enum Month { enum
68 impl Month { implementation
76 pub const fn succ(&self) -> Month { in succ()
100 pub const fn pred(&self) -> Month { in pred()
167 impl TryFrom<u8> for Month { implementation
189 impl num_traits::FromPrimitive for Month { implementation
197 fn from_u64(n: u64) -> Option<Month> { in from_u64()
202 fn from_i64(n: i64) -> Option<Month> { in from_i64()
207 fn from_u32(n: u32) -> Option<Month> { in from_u32()
272 impl ser::Serialize for Month { implementation
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/date/
H A Dmonth.rs10 pub(crate) enum Month { enum
25 impl Month { implementation
118 impl fmt::Debug for Month { implementation
124 impl fmt::Display for Month { implementation
132 impl convert::TryFrom<u8> for Month { implementation
/aosp_15_r20/prebuilts/go/linux-x86/src/time/
Dtime.go313 type Month int type
526 func (t Time) Month() Month { func
1104 func daysIn(m Month, year int) int {
1516 func Date(year int, month Month, day, hour, min, sec, nsec int, loc *Location) Time {
/aosp_15_r20/external/rust/android-crates-io/crates/darling/tests/
Daccrue_errors.rs67 struct Month { struct
81 let s_err = Month::from_derive_input(&input).unwrap_err(); in error_in_enum_fields() argument
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/
H A DMonth.java30 public enum Month implements com.google.protobuf.ProtocolMessageEnum { enum
391 private Month(int value) { in Month() method in Month
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/format/
Dmod.rs117 Month, enumerator
528 impl FromStr for Month { implementation
/aosp_15_r20/external/icu/libicu/cts_headers/
H A Dhebrwcal.h91 enum Month { enum
/aosp_15_r20/external/googleapis/google/type/
H A Dmonth.proto26 enum Month { enum
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dhebrwcal.h91 enum Month { enum
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/type/
H A Dmonth.proto26 enum Month { enum
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dhebrwcal.h91 enum Month { enum
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
H A DEnumUtilsTest.java578 enum Month { enum
583 Month(final int id) { in Month() method in Month
/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/
H A DMonth.java75 public enum Month implements TemporalAccessor, TemporalAdjuster { enum
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/time/
DMonth.java106 public enum Month implements TemporalAccessor, TemporalAdjuster { enum
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/17/libcore/ojluni/src/main/java/java/time/
DMonth.java106 public enum Month implements TemporalAccessor, TemporalAdjuster { enum
/aosp_15_r20/libcore/ojluni/src/main/java/java/time/
H A DMonth.java106 public enum Month implements TemporalAccessor, TemporalAdjuster { enum
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Register/Intel/
H A DMicrocode.h27 UINT32 Month:8; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Register/Intel/
H A DMicrocode.h27 UINT32 Month : 8; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Register/Intel/
H A DMicrocode.h27 UINT32 Month:8; member
/aosp_15_r20/external/llvm-libc/src/time/
H A Dtime_utils.h24 enum Month : int { enum
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Iso/
H A DIsoItem.h21 Byte Month; member
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dpoclass.h176 UCHAR Month; member
324 UINT8 Month; member
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/
H A Dvalue.rs35 Month(date::Month), enumerator
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Uefi/
H A DUefiBaseType.h74 UINT8 Month; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Uefi/
H A DUefiBaseType.h69 UINT8 Month; member

12345678910>>...16