Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/phonenumbermatched_fuzzer/
H A Dphonenumbermatched_fuzzer.cpp40 phoneNumberRule.GetPositiveRules(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H A Dphone_number_rule.h42 std::vector<PositiveRule*> GetPositiveRules();
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dphone_number_rule.cpp199 std::vector<PositiveRule*> PhoneNumberRule::GetPositiveRules() in GetPositiveRules() function in OHOS::Global::I18n::PhoneNumberRule
H A Dphone_number_matched.cpp440 std::vector<PositiveRule*> rules = phoneNumberRule->GetPositiveRules(); in HandlePositiveRule()