HomeSort by relevance Sort by last modified time
    Searched full:roundingmodestart (Results 1 - 1 of 1) sorted by null

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

Completed in 2573 milliseconds