Searched refs:end_year (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/plotters/src/coord/ranged1d/types/ |
D | datetime.rs | 274 let end_year = end_date.year(); in bold_key_points() localVariable 285 let total_month = (end_year - start_year) * 12 + end_month as i32 - start_month as i32; in bold_key_points() 290 end_year: i32, in bold_key_points() 296 while end_year > start_year || (end_year == start_year && end_month >= start_month) { in bold_key_points() 318 end_year, in bold_key_points() 328 end_year, in bold_key_points() 338 end_year, in bold_key_points() 350 end_year, in bold_key_points() 391 let (end_year, end_month) = { in size() 395 ((end_year - start_year).max(0) * 12 in size() [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/ |
D | parser.c | 1572 static bool end_year(upb_json_parser *p, const char *ptr) { in end_year() function 2980 { CHECK_RETURN_TOP(end_year(parser, p)); } in parse()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | parser.rl | 1570 static bool end_year(upb_json_parser *p, const char *ptr) { 2625 %{ CHECK_RETURN_TOP(end_year(parser, p)); }
|