Home
last modified time | relevance | path

Searched refs:FindShortNumbers (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_matched.cpp58 std::vector<MatchedNumberInfo> shortList = FindShortNumbers(country, filteredString); in GetMatchedPhoneNumber()
86 std::vector<MatchedNumberInfo> shortResult = FindShortNumbers(country, message); in DealWithoutFixed()
126 std::vector<MatchedNumberInfo> PhoneNumberMatched::FindShortNumbers(std::string& country, in FindShortNumbers() function in OHOS::Global::I18n::PhoneNumberMatched
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H A Dphone_number_matched.h53 …std::vector<MatchedNumberInfo> FindShortNumbers(std::string& country, icu::UnicodeString& message);