Home
last modified time | relevance | path

Searched refs:roundingModeStart (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/math/
DMathContext.java133 int roundingModeStart = spaceIndex + 1; in MathContext() local
134 if (!s.regionMatches(roundingModeStart, "roundingMode=", 0, roundingModeLength)) { in MathContext()
137 roundingModeStart += roundingModeLength; in MathContext()
138 this.roundingMode = RoundingMode.valueOf(s.substring(roundingModeStart)); in MathContext()