Searched refs:GetDisplayRegion (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/ |
H A D | locale_config_test.cpp | 233 std::string displayName = LocaleConfig::GetDisplayRegion(regionTag, localeTag, false); 237 displayName = LocaleConfig::GetDisplayRegion(fakeRegionTag, localeTag, false); 241 displayName = LocaleConfig::GetDisplayRegion(regionTag, fakeLocaleTag, false); 245 displayName = LocaleConfig::GetDisplayRegion(regionTag, localeTag, false); 249 displayName = LocaleConfig::GetDisplayRegion(regionTag, localeTag, false); 253 displayName = LocaleConfig::GetDisplayRegion(regionTag, localeTag, false); 287 EXPECT_EQ(LocaleConfig::GetDisplayRegion("zh", "en-US", true), ""); 288 EXPECT_EQ(LocaleConfig::GetDisplayRegion("zh-Hans-CN", "en-US", true), "China"); 298 EXPECT_EQ(LocaleConfig::GetDisplayRegion("zh-Hans", "en-US", true), "");
|
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/localeconfigget_fuzzer/ |
H A D | localeconfigget_fuzzer.cpp | 43 LocaleConfig::GetDisplayRegion(firstInput, secondInput, true); in DoSomethingInterestingWithMyAPI() 44 LocaleConfig::GetDisplayRegion(firstInput, secondInput, false); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/global/i18n/frameworks/intl/include/ |
H A D | locale_config.h | 91 static std::string GetDisplayRegion(const std::string ®ion, const std::string &displayLocale,
|
/ohos5.0/base/global/i18n/frameworks/intl/src/ |
H A D | system_locale_manager.cpp | 110 … std::string regionDisplayName = LocaleConfig::GetDisplayRegion(*it, options.localeTag, true); in GetCountryInfoArray()
|
H A D | locale_config.cpp | 927 string LocaleConfig::GetDisplayRegion(const string ®ion, const string &displayLocale, bool sente… in GetDisplayRegion() function in OHOS::Global::I18n::LocaleConfig
|
/ohos5.0/base/global/i18n/interfaces/js/kits/src/ |
H A D | i18n_system_addon.cpp | 412 …std::string value = LocaleConfig::GetDisplayRegion(localeBuf.data(), displayLocaleBuf.data(), sent… in GetDisplayCountryImpl()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 787 std::shared_ptr<SkRegion> GetDisplayRegion(DisplayId displayId);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 10610 std::shared_ptr<SkRegion> SceneSessionManager::GetDisplayRegion(DisplayId displayId) in GetDisplayRegion() function in OHOS::Rosen::SceneSessionManager 10717 unaccountedSpace = GetDisplayRegion(displayId); in FilterSceneSessionCovered()
|