Searched refs:tabSize (Results 1 - 3 of 3) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/analysis/
H A DExpandTabsReader.java37 private final int tabSize; field in class:ExpandTabsReader
55 * @param tabSize the size of tabs
57 ExpandTabsReader(Reader in, int tabSize) { argument
59 this.tabSize = tabSize;
93 int spaces = tabSize - (pos % tabSize);
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DProject.java47 private int tabSize; field in class:Project
88 return tabSize;
117 * @param tabSize the size of tabs in this project
119 public void setTabSize(int tabSize) { argument
120 this.tabSize = tabSize;
130 return tabSize > 0;
H A DConfiguration.java136 private int tabSize; field in class:Configuration
206 return tabSize;
213 * @param tabSize tabsize to set.
217 public void setTabSize(int tabSize) { argument
218 this.tabSize = tabSize;

Completed in 26 milliseconds