Home
last modified time | relevance | path

Searched refs:tab_width (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/codespan/codespan-reporting/tests/
H A Dterm.rs709 tab_width: 3, in tab_width_3_no_color()
719 tab_width: 6, in tab_width_6_no_color()
775 tab_width: 2, in tab_width_2_no_color()
785 tab_width: 3, in tab_width_3_no_color()
795 tab_width: 6, in tab_width_6_no_color()
/third_party/cups-filters/filter/
H A Dtexttotext.c106 int tab_width = 8; /* Turn tabs to spaces with given in main() local
435 tab_width = i; in main()
438 i, tab_width); in main()
440 fprintf(stderr, "DEBUG: Tab width: %d\n", tab_width); in main()
785 for (; column % tab_width != 0 && column < text_width; column ++) in main()
/third_party/rust/crates/codespan/codespan-reporting/src/term/
H A Drenderer.rs672 let tab_width = self.config.tab_width; in char_metrics()
678 unicode_width: match (ch, tab_width) { in char_metrics()
680 ('\t', _) => tab_width - (unicode_column % tab_width), in char_metrics()
H A Dconfig.rs15 pub tab_width: usize,
34 tab_width: 4, in default()
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Dformatter.h41 size_t tab_width = 2u; member
H A Dformatter.cc206 state.repeat(' ', style_.tab_width); in format()
222 count += (line[i] == '\t') ? style_.tab_width : 1; in format()
/third_party/python/Lib/distutils/command/
H A Dcheck.py129 settings.tab_width = 4

Completed in 6 milliseconds