Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/
H A Ddate.rs234 let num_months = rhs.try_as_usize_unit(int)?; in sub() localVariable
240 let num_months = num_years * 12; in sub() localVariable