Lines Matching full:start_pos
6109 int start_pos = (minus ? 1 : 0);6111 if (start_pos == len) {6113 } else if (data[start_pos] > '9') {6118 if (data[start_pos] != 'I' && data[start_pos] != 0xa0) {6121 } else if (len - start_pos < 10 && AreDigits(data, start_pos, len)) {6124 int d = ParseDecimalInteger(data, start_pos, len);