Home
last modified time | relevance | path

Searched defs:positiveSign (Results 1 – 1 of 1) sorted by relevance

/external/threetenbp/src/main/java/org/threeten/bp/format/
DDecimalStyle.java73 private final char positiveSign; field in DecimalStyle
129 char positiveSign = '+'; in create() local
206 public DecimalStyle withPositiveSign(char positiveSign) { in withPositiveSign()