Searched refs:timestampEndIdx (Results 1 – 1 of 1) sorted by relevance
698 int timestampEndIdx = line.indexOf(timestampEnd); in extractTimestamp() local699 if (timestampEndIdx == -1) { in extractTimestamp()703 int timestampBegIdx = timestampEndIdx - 1; in extractTimestamp()711 double timestamp = Double.parseDouble(line.substring(timestampBegIdx, timestampEndIdx)); in extractTimestamp()