Searched refs:cycle_to_yo (Results 1 – 2 of 2) sorted by relevance
420 let (year_mod_400, ordinal) = internals::cycle_to_yo(cycle as u32); in from_num_days_from_ce_opt()899 let (year_mod_400, ordinal) = internals::cycle_to_yo(cycle as u32); in checked_add_signed()933 let (year_mod_400, ordinal) = internals::cycle_to_yo(cycle as u32); in checked_sub_signed()
97 pub fn cycle_to_yo(cycle: u32) -> (u32, u32) { in cycle_to_yo() function