Searched defs:positiveSign (Results 1 – 1 of 1) sorted by relevance
104 private final char positiveSign; field in DecimalStyle168 char positiveSign = '+'; in create() local245 public DecimalStyle withPositiveSign(char positiveSign) { in withPositiveSign()