Searched refs:exponentHasPlusSign (Results 1 – 4 of 4) sorted by relevance
193 public boolean exponentHasPlusSign = false; field in PatternStringParser.ParsedSubpatternInfo506 result.exponentHasPlusSign = true; in consumeExponent()633 properties.setExponentSignAlwaysShown(positive.exponentHasPlusSign); in patternInfoToProperties()
199 public boolean exponentHasPlusSign = false; field in PatternStringParser.ParsedSubpatternInfo512 result.exponentHasPlusSign = true; in consumeExponent()639 properties.setExponentSignAlwaysShown(positive.exponentHasPlusSign); in patternInfoToProperties()
48 bool exponentHasPlusSign = false; member
446 result.exponentHasPlusSign = true; in consumeExponent()569 properties.exponentSignAlwaysShown = positive.exponentHasPlusSign; in patternInfoToProperties()