Home
last modified time | relevance | path

Searched refs:u32_to_usize (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/regex/src/
H A Dcompile.rs674 let min = u32_to_usize(min); in c_repeat_range_min_or_more()
696 let (min, max) = (u32_to_usize(min), u32_to_usize(max)); in c_repeat_range()
1211 fn u32_to_usize(n: u32) -> usize { in fmt() functions

Completed in 3 milliseconds