Home
last modified time | relevance | path

Searched defs:TextSize (Results 1 – 25 of 240) sorted by relevance

12345678910

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/text-size-1.1.0/src/
H A Dsize.rs25 pub struct TextSize { struct
29 impl fmt::Debug for TextSize { argument
35 impl TextSize { implementation
51 pub fn of<T: TextLen>(text: T) -> TextSize { in of()
58 impl TextSize { implementation
61 pub fn checked_add(self, rhs: TextSize) -> Option<TextSize> { in checked_add()
72 impl From<u32> for TextSize { implementation
86 impl TryFrom<usize> for TextSize { implementation
133 impl<A> AddAssign<A> for TextSize implementation
143 impl<S> SubAssign<S> for TextSize implementation
[all …]
H A Dtraits.rs11 fn text_len(self) -> TextSize; in text_len()
17 fn text_len(self) -> TextSize { in text_len()
25 fn text_len(self) -> TextSize { in text_len()
33 fn text_len(self) -> TextSize { in text_len()
H A Drange.rs47 pub fn new(start: TextSize, end: TextSize) -> TextRange { in new()
68 pub fn at(offset: TextSize, len: TextSize) -> TextRange { in at()
119 pub const fn start(self) -> TextSize { in start()
125 pub const fn end(self) -> TextSize { in end()
131 pub const fn len(self) -> TextSize { in len()
376 fn start_bound(&self) -> Bound<&TextSize> { in start_bound()
380 fn end_bound(&self) -> Bound<&TextSize> { in end_bound()
H A Dserde_impls.rs6 impl Serialize for TextSize { implementation
15 impl<'de> Deserialize<'de> for TextSize { implementation
/dports/devel/texlab/texlab-3.3.0/cargo-crates/text-size-1.1.0/src/
H A Dsize.rs25 pub struct TextSize { struct
29 impl fmt::Debug for TextSize { argument
35 impl TextSize { impl
51 pub fn of<T: TextLen>(text: T) -> TextSize { in of()
58 impl TextSize { impl
61 pub fn checked_add(self, rhs: TextSize) -> Option<TextSize> { in checked_add()
72 impl From<u32> for TextSize { implementation
86 impl TryFrom<usize> for TextSize { implementation
133 impl<A> AddAssign<A> for TextSize implementation
143 impl<S> SubAssign<S> for TextSize implementation
[all …]
H A Dtraits.rs11 fn text_len(self) -> TextSize; in text_len()
17 fn text_len(self) -> TextSize { in text_len()
25 fn text_len(self) -> TextSize { in text_len()
33 fn text_len(self) -> TextSize { in text_len()
H A Drange.rs47 pub fn new(start: TextSize, end: TextSize) -> TextRange { in new()
68 pub fn at(offset: TextSize, len: TextSize) -> TextRange { in at()
119 pub const fn start(self) -> TextSize { in start()
125 pub const fn end(self) -> TextSize { in end()
131 pub const fn len(self) -> TextSize { in len()
376 fn start_bound(&self) -> Bound<&TextSize> { in start_bound()
380 fn end_bound(&self) -> Bound<&TextSize> { in end_bound()
H A Dserde_impls.rs6 impl Serialize for TextSize { implementation
15 impl<'de> Deserialize<'de> for TextSize { implementation
/dports/lang/rust/rustc-1.58.1-src/vendor/text-size/src/
H A Dsize.rs25 pub struct TextSize { struct
29 impl fmt::Debug for TextSize { argument
35 impl TextSize { implementation
51 pub fn of<T: TextLen>(text: T) -> TextSize { in of()
58 impl TextSize { implementation
61 pub fn checked_add(self, rhs: TextSize) -> Option<TextSize> { in checked_add()
72 impl From<u32> for TextSize { implementation
86 impl TryFrom<usize> for TextSize { implementation
133 impl<A> AddAssign<A> for TextSize implementation
143 impl<S> SubAssign<S> for TextSize implementation
[all …]
H A Dtraits.rs11 fn text_len(self) -> TextSize; in text_len()
17 fn text_len(self) -> TextSize { in text_len()
25 fn text_len(self) -> TextSize { in text_len()
33 fn text_len(self) -> TextSize { in text_len()
H A Drange.rs47 pub fn new(start: TextSize, end: TextSize) -> TextRange { in new()
68 pub fn at(offset: TextSize, len: TextSize) -> TextRange { in at()
119 pub const fn start(self) -> TextSize { in start()
125 pub const fn end(self) -> TextSize { in end()
131 pub const fn len(self) -> TextSize { in len()
376 fn start_bound(&self) -> Bound<&TextSize> { in start_bound()
380 fn end_bound(&self) -> Bound<&TextSize> { in end_bound()
H A Dserde_impls.rs6 impl Serialize for TextSize { implementation
15 impl<'de> Deserialize<'de> for TextSize { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/rowan-0.15.2/src/
H A Dsyntax_text.rs20 pub fn len(&self) -> TextSize { in len()
217 fn start(&self) -> Option<TextSize>; in start()
218 fn end(&self) -> Option<TextSize>; in end()
222 fn start(&self) -> Option<TextSize> { in start()
225 fn end(&self) -> Option<TextSize> { in end()
231 fn start(&self) -> Option<TextSize> { in start()
234 fn end(&self) -> Option<TextSize> { in end()
240 fn start(&self) -> Option<TextSize> { in start()
243 fn end(&self) -> Option<TextSize> { in end()
252 fn end(&self) -> Option<TextSize> { in end()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/rowan/src/
H A Dsyntax_text.rs20 pub fn len(&self) -> TextSize { in len()
217 fn start(&self) -> Option<TextSize>; in start()
218 fn end(&self) -> Option<TextSize>; in end()
222 fn start(&self) -> Option<TextSize> { in start()
225 fn end(&self) -> Option<TextSize> { in end()
231 fn start(&self) -> Option<TextSize> { in start()
234 fn end(&self) -> Option<TextSize> { in end()
240 fn start(&self) -> Option<TextSize> { in start()
243 fn end(&self) -> Option<TextSize> { in end()
252 fn end(&self) -> Option<TextSize> { in end()
[all …]
/dports/devel/texlab/texlab-3.3.0/cargo-crates/cstree-0.6.1/src/syntax/
H A Dtext.rs74 pub fn len(&self) -> TextSize { in len()
328 fn start(&self) -> Option<TextSize>; in start()
329 fn end(&self) -> Option<TextSize>; in end()
333 fn start(&self) -> Option<TextSize> { in start()
337 fn end(&self) -> Option<TextSize> { in end()
343 fn start(&self) -> Option<TextSize> { in start()
347 fn end(&self) -> Option<TextSize> { in end()
353 fn start(&self) -> Option<TextSize> { in start()
357 fn end(&self) -> Option<TextSize> { in end()
367 fn end(&self) -> Option<TextSize> { in end()
[all …]
/dports/devel/kf5-ki18n/ki18n-5.89.0/src/i18n/
H A Dklazylocalizedstring.h451 constexpr inline KLazyLocalizedString kli18n(const char (&text)[TextSize]) in kli18n()
465 …line KLazyLocalizedString kli18nc(const char (&context)[ContextSize], const char (&text)[TextSize]) in kli18nc()
507 constexpr inline KLazyLocalizedString klxi18n(const char (&text)[TextSize]) in klxi18n()
521 …ine KLazyLocalizedString klxi18nc(const char (&context)[ContextSize], const char (&text)[TextSize]) in klxi18nc()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide/src/syntax_highlighting/
H A Dinjector.rs25 fn add_impl(&mut self, text: &str, source: Option<TextSize>) { in add_impl()
64 impl ops::Add<Delta<TextSize>> for TextSize { implementation
67 fn add(self, rhs: Delta<TextSize>) -> TextSize { in add()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/
H A Dinjector.rs25 fn add_impl(&mut self, text: &str, source: Option<TextSize>) { in add_impl()
64 impl ops::Add<Delta<TextSize>> for TextSize { implementation
67 fn add(self, rhs: Delta<TextSize>) -> TextSize { in add()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dfadingindicator.h36 enum TextSize { enum
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgratextfx.pas72 function TextSize(sUTF8: string): TSize; overload; override; in TextSize() function
74 …function TextSize(sUTF8: string; AMaxWidth: integer; {%H-}ARightToLeft: boolean): TSize; overload;… in TextSize() function
626 function TBGRATextEffectFontRenderer.TextSize(sUTF8: string): TSize; in TextSize() function
643 function TBGRATextEffectFontRenderer.TextSize(sUTF8: string; in TextSize() function
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgratextfx.pas72 function TextSize(sUTF8: string): TSize; overload; override; in TextSize() function
74 …function TextSize(sUTF8: string; AMaxWidth: integer; {%H-}ARightToLeft: boolean): TSize; overload;… in TextSize() function
626 function TBGRATextEffectFontRenderer.TextSize(sUTF8: string): TSize; in TextSize() function
643 function TBGRATextEffectFontRenderer.TextSize(sUTF8: string; in TextSize() function
/dports/devel/texlab/texlab-3.3.0/src/
H A Dline_index_ext.rs7 fn offset_lsp(&self, line_col: Position) -> TextSize; in offset_lsp()
17 fn offset_lsp(&self, line_col: Position) -> TextSize { in offset_lsp()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_db/src/
H A Dline_index.rs42 fn len(&self) -> TextSize { in len()
105 pub fn offset(&self, line_col: LineCol) -> TextSize { in offset()
148 fn utf16_to_utf8_col(&self, line: u32, mut col: u32) -> TextSize { in utf16_to_utf8_col()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_db/src/
H A Dline_index.rs42 fn len(&self) -> TextSize { in len()
105 pub fn offset(&self, line_col: LineCol) -> TextSize { in offset()
148 fn utf16_to_utf8_col(&self, line: u32, mut col: u32) -> TextSize { in utf16_to_utf8_col()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/text_edit/src/
H A Dlib.rs31 pub fn insert(offset: TextSize, text: String) -> Indel { in insert()
53 pub fn insert(offset: TextSize, text: String) -> TextEdit { in insert()
131 pub fn apply_to_offset(&self, offset: TextSize) -> Option<TextSize> { in apply_to_offset()
175 pub fn insert(&mut self, offset: TextSize, text: String) { in insert()

12345678910