Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_rule_init.cpp100 subDetectsMap[kv.first] = rulesEngine4; in Init()
133 if (subDetectsMap.find(match.GetRegex()) != subDetectsMap.end()) { in GetMatchedInfo()
134 RulesEngine subRulesEngine = subDetectsMap[match.GetRegex()]; in GetMatchedInfo()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/include/
H A Ddate_rule_init.h49 std::unordered_map<std::string, RulesEngine> subDetectsMap; variable