Home
last modified time | relevance | path

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

/dports/editors/helix/helix-0.5.0/cargo-crates/ropey-1.3.1/examples/
H A Dgraphemes_step.rs54 fn next_grapheme_boundary(slice: &RopeSlice, char_idx: usize) -> usize { in next_grapheme_boundary() function
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/ropey-1.3.1/examples/
H A Dgraphemes_step.rs54 fn next_grapheme_boundary(slice: &RopeSlice, char_idx: usize) -> usize { in next_grapheme_boundary() function
/dports/editors/helix/helix-0.5.0/helix-core/src/
H A Dgraphemes.rs126 pub fn next_grapheme_boundary(slice: RopeSlice, char_idx: usize) -> usize { in next_grapheme_boundary() function