Searched refs:roundingModeStart (Results 1 – 1 of 1) sorted by relevance
133 int roundingModeStart = spaceIndex + 1; in MathContext() local134 if (!s.regionMatches(roundingModeStart, "roundingMode=", 0, roundingModeLength)) { in MathContext()137 roundingModeStart += roundingModeLength; in MathContext()138 this.roundingMode = RoundingMode.valueOf(s.substring(roundingModeStart)); in MathContext()