Home | History | Annotate | Download | only in creals

Lines Matching refs:start_pos

546           int start_pos = 0, point_pos;
548 while (s.charAt(start_pos) == ' ') ++start_pos;
550 point_pos = s.indexOf('.', start_pos);
557 String whole = s.substring(start_pos, point_pos);