Home
last modified time | relevance | path

Searched refs:negativeRules (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.cpp61 for (auto it = negativeRules.begin(); it != negativeRules.end(); ++it) { in ~PhoneNumberRule()
177 negativeRules.push_back(new NegativeRule(content, insensitive)); in SetRules()
206 return negativeRules; in GetNegativeRules()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H A Dphone_number_rule.h57 std::vector<NegativeRule*> negativeRules; variable