Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dphone_number_rule.cpp66 for (auto it = positiveRules.begin(); it != positiveRules.end(); ++it) { in ~PhoneNumberRule()
179 positiveRules.push_back(new PositiveRule(content, handle, insensitive)); in SetRules()
201 return positiveRules; in GetPositiveRules()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H A Dphone_number_rule.h58 std::vector<PositiveRule*> positiveRules; variable