Searched refs:countryTag (Results 1 - 5 of 5) sorted by relevance
/base/global/i18n/frameworks/intl/test/unittest/mock/src/ |
H A D | phone_number_format_mock.cpp | 20 PhoneNumberFormatMock::PhoneNumberFormatMock(const std::string &countryTag, in PhoneNumberFormatMock() argument 22 : PhoneNumberFormat(countryTag, options) in PhoneNumberFormatMock()
|
/base/global/i18n/frameworks/intl/include/ |
H A D | phone_number_format.h | 38 PhoneNumberFormat(const std::string &countryTag, const std::map<std::string, std::string> &options); 42 static std::unique_ptr<PhoneNumberFormat> CreateInstance(const std::string &countryTag,
|
/base/global/i18n/frameworks/intl/test/unittest/mock/include/ |
H A D | phone_number_format_mock.h | 25 PhoneNumberFormatMock(const std::string &countryTag, const std::map<std::string, std::string> &options);
|
/base/global/i18n/frameworks/intl/src/ |
H A D | phone_number_format.cpp | 105 PhoneNumberFormat::PhoneNumberFormat(const std::string &countryTag, in PhoneNumberFormat() argument 109 if (LocaleConfig::IsValidRegion(countryTag)) { in PhoneNumberFormat() 110 country = countryTag; in PhoneNumberFormat() 112 icu::Locale locale = icu::Locale::createFromName(countryTag.c_str()); in PhoneNumberFormat() 153 std::unique_ptr<PhoneNumberFormat> PhoneNumberFormat::CreateInstance(const std::string &countryTag, in CreateInstance() argument 156 std::unique_ptr<PhoneNumberFormat> phoneNumberFormat = std::make_unique<PhoneNumberFormat>(countryTag, options); in CreateInstance()
|
/base/global/i18n/frameworks/intl/test/unittest/ |
H A D | i18n_test.cpp | 533 std::string countryTag = ""; 537 std::unique_ptr<PhoneNumberFormat> formatter = PhoneNumberFormat::CreateInstance(countryTag, options);
|
Completed in 4 milliseconds