Home
last modified time | relevance | path

Searched refs:phoneNumberMatched (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/src/
H A Dentity_recognizer.cpp25 phoneNumberMatched = new PhoneNumberMatched(region); in EntityRecognizer()
26 if (phoneNumberMatched == nullptr) { in EntityRecognizer()
37 if (phoneNumberMatched != nullptr) { in ~EntityRecognizer()
38 delete phoneNumberMatched; in ~EntityRecognizer()
50 if (phoneNumberMatched == nullptr) { in FindEntityInfo()
54 std::vector<int> phoneNumberInfo = phoneNumberMatched->GetMatchedPhoneNumber(messageStr); in FindEntityInfo()
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/phonenumbermatched_fuzzer/
H A Dphonenumbermatched_fuzzer.cpp32 PhoneNumberMatched* phoneNumberMatched = new PhoneNumberMatched(input); in DoSomethingInterestingWithMyAPI() local
34 phoneNumberMatched->GetMatchedPhoneNumber(message); in DoSomethingInterestingWithMyAPI()
54 delete phoneNumberMatched; in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/include/
H A Dentity_recognizer.h35 PhoneNumberMatched* phoneNumberMatched; variable