Home
last modified time | relevance | path

Searched defs:GetYear (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pdfium/xfa/fwl/
H A Dcfwl_eventselectchanged.h24 int32_t GetYear() const { return m_iYear; } in GetYear() function
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dcfx_datetime.h66 int32_t GetYear() const { return year_; } in GetYear() function
/aosp_15_r20/build/soong/compliance/project_metadata_proto/
H A Dproject_metadata.pb.go568 func (x *Date) GetYear() int32 { func
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Udf/
H A DUdfIn.h63 unsigned GetYear() const { return (Data[2] | ((unsigned)Data[3] << 8)); } in GetYear() function