Searched refs:SetSystemRegion (Results 1 – 6 of 6) sorted by relevance
29 LocaleConfig::SetSystemRegion(input); in DoSomethingInterestingWithMyAPI()
121 ret = LocaleConfig::SetSystemRegion("HK");347 if (LocaleConfig::SetSystemRegion(region)) {
33 static bool SetSystemRegion(const std::string ®ion);
61 static napi_value SetSystemRegion(napi_env env, napi_callback_info info);
386 bool LocaleConfig::SetSystemRegion(const string ®ion) in SetSystemRegion() function in OHOS::Global::I18n::LocaleConfig
1252 napi_value I18nAddon::SetSystemRegion(napi_env env, napi_callback_info info) in SetSystemRegion() function in OHOS::Global::I18n::I18nAddon1286 bool success = LocaleConfig::SetSystemRegion(regionBuf.data()); in SetSystemRegionImpl()