Searched refs:timestampBegIdx (Results 1 – 1 of 1) sorted by relevance
757 int timestampBegIdx = timestampEndIdx - 1; in extractTimestamp() local758 for (; timestampBegIdx >= 0; --timestampBegIdx) { in extractTimestamp()759 char ch = line.charAt(timestampBegIdx); in extractTimestamp()765 double timestamp = Double.parseDouble(line.substring(timestampBegIdx, timestampEndIdx)); in extractTimestamp()