Home
last modified time | relevance | path

Searched refs:GetISO3Country (Results 1 - 4 of 4) sorted by relevance

/base/global/i18n/frameworks/intl/include/
H A Dutils.h41 std::string GetISO3Country(const std::string& country);
/base/global/i18n/frameworks/intl/test/unittest/
H A Di18n_test.cpp1452 * @tc.desc: Test I18n GetISO3Country
1457 std::string country = GetISO3Country("CN");
1459 country = GetISO3Country("US");
1461 country = GetISO3Country("zh-CN");
1463 country = GetISO3Country("en-US");
1465 country = GetISO3Country("ZX");
1467 country = GetISO3Country("zh");
1469 country = GetISO3Country("sdfsdf");
/base/global/i18n/frameworks/intl/src/
H A Dutils.cpp185 std::string GetISO3Country(const string& country) in GetISO3Country() function
/base/global/i18n/interfaces/js/kits/src/
H A Di18n_addon.cpp465 std::string country = GetISO3Country(regionTag); in GetThreeLetterRegion()

Completed in 7 milliseconds