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

/opengrok-sun/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-sun/src/org/opensolaris/opengrok/configuration/
H A DProject.java44 private int tabSize; field in class:Project
77 return tabSize;
102 * @param tabSize the size of tabs in this project
104 public void setTabSize(int tabSize) { argument
105 this.tabSize = tabSize;
115 return tabSize > 0;
H A DConfiguration.java122 private int tabSize; field in class:Configuration
138 return tabSize;
149 * @param tabSize tabsize to set.
153 public void setTabSize(int tabSize) { argument
154 this.tabSize = tabSize;

Completed in 10 milliseconds