Home
last modified time | relevance | path

Searched refs:isValidPhoneNumber (Results 1 - 6 of 6) sorted by relevance

/base/global/i18n/frameworks/intl/test/fuzztest/phonenumberformat_fuzzer/
H A Dphonenumberformat_fuzzer.cpp34 formatter.isValidPhoneNumber(input); in DoSomethingInterestingWithMyAPI()
/base/global/i18n/frameworks/intl/include/
H A Dphone_number_format.h40 bool isValidPhoneNumber(const std::string &number) const;
/base/global/i18n/frameworks/intl/src/
H A Dphone_number_format.cpp168 bool PhoneNumberFormat::isValidPhoneNumber(const std::string &number) const in isValidPhoneNumber() function in OHOS::Global::I18n::PhoneNumberFormat
/base/global/i18n/frameworks/intl/test/unittest/
H A Di18n_test.cpp539 bool isValid = formatter->isValidPhoneNumber(fakePhoneNumber);
H A Dintl_test_extent.cpp251 bool flag = phoneNumberFormat->isValidPhoneNumber("+8618622350085"); in HWTEST_F()
/base/global/i18n/interfaces/js/kits/src/
H A Di18n_addon.cpp831 bool isValid = obj->phonenumberfmt_->isValidPhoneNumber(buf.data()); in IsValidPhoneNumber()

Completed in 10 milliseconds