Home | History | Annotate | Download | only in creals

Lines Matching full:point_pos

546           int start_pos = 0, point_pos;
550 point_pos = s.indexOf('.', start_pos);
551 if (point_pos == -1) {
552 point_pos = len;
555 fraction = s.substring(point_pos + 1, len);
557 String whole = s.substring(start_pos, point_pos);