Home
last modified time | relevance | path

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

/dports/editors/helix/helix-0.5.0/helix-core/src/
H A Dgraphemes.rs35 pub fn nth_prev_grapheme_boundary(slice: RopeSlice, char_idx: usize, n: usize) -> usize { in nth_prev_grapheme_boundary() function
79 nth_prev_grapheme_boundary(slice, char_idx, 1) in prev_grapheme_boundary()
H A Dmovement.rs9 next_grapheme_boundary, nth_next_grapheme_boundary, nth_prev_grapheme_boundary,
39 Direction::Backward => nth_prev_grapheme_boundary(slice, pos, count), in move_horizontally()
/dports/editors/helix/helix-0.5.0/helix-term/src/
H A Dcommands.rs3549 graphemes::nth_prev_grapheme_boundary(text, pos, count), in delete_char_backward()