Searched defs:unitIndex (Results 1 – 3 of 3) sorted by relevance
106 double unitIndex = Math.floor(log10 / 3); in math() local
237 String unitIndex = "MB"; in addParameterComponent() local287 private CustomComboBox<String> addDropDownBox(String unitIndex) { in addDropDownBox()