Home
last modified time | relevance | path

Searched refs:floor_char_boundary (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Duinput.rs150 fn floor_char_boundary(str: &String, upper_bound: usize) -> usize { in floor_char_boundary() method
170 let new_len = Self::floor_char_boundary(&name, UINPUT_MAX_NAME_SIZE - UINPUT_SUFFIX_SIZE); in init()