Searched refs:currentMatchIndex (Results 1 – 1 of 1) sorted by relevance
347 std::string::size_type currentMatchIndex = 0; in FilterPeriod() local350 MatchedDateTimeInfo currentMatch = matches[currentMatchIndex]; in FilterPeriod()364 matches[currentMatchIndex].SetEnd(match.GetEnd()); in FilterPeriod()370 currentMatchIndex = matchIndex; in FilterPeriod()375 currentMatchIndex = matchIndex; in FilterPeriod()390 std::string::size_type currentMatchIndex = 0; in FilterDateTimePunc() local393 MatchedDateTimeInfo currentMatch = matches[currentMatchIndex]; in FilterDateTimePunc()407 matches[currentMatchIndex].SetEnd(match.GetEnd()); in FilterDateTimePunc()410 matches[currentMatchIndex].SetType(currentType); in FilterDateTimePunc()413 currentMatchIndex = matchIndex; in FilterDateTimePunc()[all …]