Home | History | Annotate | Download | only in calculator2

Lines Matching defs:getDecimalSeparator

393         decimalPointButton.setText(getDecimalSeparator());
1521 private String getDecimalSeparator() {
1522 final char defaultSeparator = DecimalFormatSymbols.getInstance().getDecimalSeparator();