Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/lib/line-index/src/
Dlib.rs24 pub enum WideEncoding { enum
31 impl WideEncoding { implementation
184 pub fn to_wide(&self, enc: WideEncoding, line_col: LineCol) -> Option<WideLineCol> { in to_wide()
201 pub fn to_utf8(&self, enc: WideEncoding, line_col: WideLineCol) -> Option<LineCol> { in to_utf8()