Searched refs:phoneNumberUtil (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/regexrule_fuzzer/ |
H A D | regexrule_fuzzer.cpp | 38 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 D | phone_number_matched.cpp | 35 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 D | phone_number_matched.h | 65 PhoneNumberUtil* phoneNumberUtil; variable
|
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/ |
H A D | intl_test_extent.cpp | 569 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);
|