Home
last modified time | relevance | path

Searched refs:currentMatchIndex (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_time_filter.cpp347 std::string::size_type currentMatchIndex = 0; in FilterPeriod() local
350 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() local
393 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 …]