Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/phonenumbermatched_fuzzer/
H A Dphonenumbermatched_fuzzer.cpp39 phoneNumberRule.GetCodesRules(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H A Dphone_number_rule.h41 std::vector<CodeRule*> GetCodesRules();
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dphone_number_rule.cpp194 std::vector<CodeRule*> PhoneNumberRule::GetCodesRules() in GetCodesRules() function in OHOS::Global::I18n::PhoneNumberRule
H A Dphone_number_matched.cpp425 std::vector<CodeRule*> rules = phoneNumberRule->GetCodesRules(); in HandleCodesRule()