Home
last modified time | relevance | path

Searched refs:getBlockedRegionName (Results 1 - 5 of 5) sorted by relevance

/base/global/i18n/frameworks/intl/test/unittest/mock/include/
H A Dphone_number_format_mock.h26 virtual bool getBlockedRegionName(const std::string& regionCode, const std::string& language) override;
/base/global/i18n/frameworks/intl/test/fuzztest/phonenumberformat_fuzzer/
H A Dphonenumberformat_fuzzer.cpp38 formatter.getBlockedRegionName(input, input); in DoSomethingInterestingWithMyAPI()
/base/global/i18n/frameworks/intl/test/unittest/mock/src/
H A Dphone_number_format_mock.cpp26 bool PhoneNumberFormatMock::getBlockedRegionName(const std::string& regionCode, const std::string& language) in getBlockedRegionName() function in OHOS::Global::I18n::PhoneNumberFormatMock
/base/global/i18n/frameworks/intl/src/
H A Dphone_number_format.cpp271 if (getBlockedRegionName(regionCode, displayLocale.getLanguage())) { in getLocationName()
326 bool PhoneNumberFormat::getBlockedRegionName( in getBlockedRegionName() function in OHOS::Global::I18n::PhoneNumberFormat
333 GetBlockedRegionName getBlockedRegionName = (GetBlockedRegionName)dlsym(i18nUtilHandle, "GetBlockedRegionName"); in getBlockedRegionName() local
335 if (getBlockedRegionName) { in getBlockedRegionName()
336 ret = getBlockedRegionName(language.c_str(), regionCode.c_str()); in getBlockedRegionName()
/base/global/i18n/frameworks/intl/include/
H A Dphone_number_format.h47 virtual bool getBlockedRegionName(const std::string& regionCode, const std::string& language);

Completed in 3 milliseconds