Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/phonenumbermatched_fuzzer/
H A Dphonenumbermatched_fuzzer.cpp34 phoneNumberMatched->GetMatchedPhoneNumber(message); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/src/
H A Dentity_recognizer.cpp54 std::vector<int> phoneNumberInfo = phoneNumberMatched->GetMatchedPhoneNumber(messageStr); in FindEntityInfo()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H A Dphone_number_matched.h38 std::vector<int> GetMatchedPhoneNumber(icu::UnicodeString& message);
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dphone_number_matched.cpp49 std::vector<int> PhoneNumberMatched::GetMatchedPhoneNumber(icu::UnicodeString& message) in GetMatchedPhoneNumber() function in OHOS::Global::I18n::PhoneNumberMatched