Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/phonenumbermatched_fuzzer/
H A Dphonenumbermatched_fuzzer.cpp38 phoneNumberRule.GetBorderRules(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H A Dphone_number_rule.h40 std::vector<BorderRule*> GetBorderRules();
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dphone_number_rule.cpp189 std::vector<BorderRule*> PhoneNumberRule::GetBorderRules() in GetBorderRules() function in OHOS::Global::I18n::PhoneNumberRule
H A Dphone_number_matched.cpp409 std::vector<BorderRule*> rules = phoneNumberRule->GetBorderRules(); in HandleBorderRule()