Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_rule_init.cpp134 RulesEngine subRulesEngine = subDetectsMap[match.GetRegex()]; in GetMatchedInfo() local
136 std::vector<MatchedDateTimeInfo> subMatches = subRulesEngine.Match(subMessage); in GetMatchedInfo()