Home | History | Annotate | Download | only in src

Lines Matching full:start_pos

5272     int start_pos = (minus ? 1 : 0);
5274 if (start_pos == len) {
5276 } else if (data[start_pos] > '9') {
5281 if (data[start_pos] != 'I') {
5284 } else if (len - start_pos < 10 && AreDigits(data, start_pos, len)) {
5287 int d = ParseDecimalInteger(data, start_pos, len);