Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H A Dphone_number_matched.h50 std::vector<MatchedNumberInfo> GetPossibleNumberInfos(std::string& country,
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dphone_number_matched.cpp56 std::vector<MatchedNumberInfo> matchedNumberInfoList = GetPossibleNumberInfos(country, in GetMatchedPhoneNumber()
297 std::vector<MatchedNumberInfo> PhoneNumberMatched::GetPossibleNumberInfos(std::string& country, in GetPossibleNumberInfos() function in OHOS::Global::I18n::PhoneNumberMatched