Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/regexrule_fuzzer/
H A Dregexrule_fuzzer.cpp38 PhoneNumberUtil* phoneNumberUtil = i18n::phonenumbers::PhoneNumberUtil::GetInstance(); in DoSomethingInterestingWithMyAPI() local
40 phoneNumberUtil->Parse(input, country, &phoneNumber); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dphone_number_matched.cpp35 phoneNumberUtil = PhoneNumberUtil::GetInstance(); in PhoneNumberMatched()
78 if (phoneNumberUtil->IsValidNumber(phoneNumber)) { in DealWithoutFixed()
155 phoneNumberUtil->ParseAndKeepRawInput(stringParse, country, &phoneNumber); in FindShortNumbers()
185 PhoneNumberUtil::ErrorType parseStatus = phoneNumberUtil->Parse(number, country, &phoneNumber); in AddPhoneNumber()
193 phoneNumberUtil->IsValidNumber(phoneNumber)) { in AddPhoneNumber()
314 if (phoneNumberUtil->IsValidNumber(delMatch->number())) { in GetPossibleNumberInfos()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H A Dphone_number_matched.h65 PhoneNumberUtil* phoneNumberUtil; variable
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp569 PhoneNumberUtil* phoneNumberUtil = i18n::phonenumbers::PhoneNumberUtil::GetInstance(); variable
573 phoneNumberUtil->ParseAndKeepRawInput(input, country, &phoneNumber);
1138 PhoneNumberUtil* phoneNumberUtil = i18n::phonenumbers::PhoneNumberUtil::GetInstance(); variable
1141 phoneNumberUtil->ParseAndKeepRawInput(input, country, &phoneNumber);