Searched refs:getCityName (Results 1 - 5 of 5) sorted by relevance
/base/global/i18n/frameworks/intl/test/unittest/mock/include/ |
H A D | phone_number_format_mock.h | 27 virtual std::string getCityName(const std::string& language, const std::string& phonenumber,
|
/base/global/i18n/frameworks/intl/test/fuzztest/phonenumberformat_fuzzer/ |
H A D | phonenumberformat_fuzzer.cpp | 39 formatter.getCityName(input, input, input); in DoSomethingInterestingWithMyAPI()
|
/base/global/i18n/frameworks/intl/test/unittest/mock/src/ |
H A D | phone_number_format_mock.cpp | 35 std::string PhoneNumberFormatMock::getCityName(const std::string& language, const std::string& phonenumber, in getCityName() function in OHOS::Global::I18n::PhoneNumberFormatMock
|
/base/global/i18n/frameworks/intl/include/ |
H A D | phone_number_format.h | 48 virtual std::string getCityName(const std::string& language, const std::string& phonenumber,
|
/base/global/i18n/frameworks/intl/src/ |
H A D | phone_number_format.cpp | 282 return getCityName(locale, formatted_number.substr(1), locName); in getLocationName() 343 std::string PhoneNumberFormat::getCityName( in getCityName() function in OHOS::Global::I18n::PhoneNumberFormat
|
Completed in 3 milliseconds