Home
last modified time | relevance | path

Searched refs:FindNumbers (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.cpp71 std::vector<PhoneNumberMatch*> matchList = FindNumbers(country, message); in DealWithoutFixed()
202 std::vector<PhoneNumberMatch*> PhoneNumberMatched::FindNumbers(std::string& country, in FindNumbers() function in OHOS::Global::I18n::PhoneNumberMatched
301 std::vector<PhoneNumberMatch*> matchList = FindNumbers(country, filteredString); in GetPossibleNumberInfos()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H A Dphone_number_matched.h52 …std::vector<PhoneNumberMatch*> FindNumbers(std::string& country, icu::UnicodeString& filteredStrin…