Home
last modified time | relevance | path

Searched defs:start_month (Results 1 – 3 of 3) sorted by relevance

/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/
Dlocal_timezone_defs.hpp64 static month_type start_month(year_type y) in start_month() function
121 static month_type start_month(year_type) {return Mar;} in start_month() function
165 static month_type start_month(year_type) {return Oct;} in start_month() function
/external/sdv/vsomeip/third_party/boost/date_time/test/posix_time/
Dtestdst_rules.cpp23 static month_type start_month(year_type) {return boost::date_time::Oct;} in start_month() function
/external/rust/android-crates-io/crates/plotters/src/coord/ranged1d/types/
Ddatetime.rs313 let mut start_month = start_date.month(); in bold_key_points() localVariable
449 let start_month = self.0.start.date_ceil().month(); in index_of() localVariable
550 let mut start_month = start_date.month(); in key_points() localVariable