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

/opengrok-jel/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;
91 int spaces = tabSize - (pos % tabSize);
/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DProject.java44 private int tabSize; field in class:Project
77 return tabSize;
104 * @param tabSize the size of tabs in this project
106 public void setTabSize(int tabSize) { argument
107 this.tabSize = tabSize;
117 return tabSize > 0;
H A DConfiguration.java151 private int tabSize; field in class:Configuration
166 return tabSize;
173 * @param tabSize tabsize to set.
177 public void setTabSize(int tabSize) { argument
178 this.tabSize = tabSize;

Completed in 12 milliseconds