Home
last modified time | relevance | path

Searched refs:SetSystemRegionImpl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/i18n/interfaces/js/kits/include/
H A Di18n_system_addon.h73 static napi_value SetSystemRegionImpl(napi_env env, napi_callback_info info, bool throwError);
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Di18n_system_addon.cpp187 return I18nSystemAddon::SetSystemRegionImpl(env, info, false); in SetSystemRegion()
192 return I18nSystemAddon::SetSystemRegionImpl(env, info, true); in SetSystemRegionWithError()
629 napi_value I18nSystemAddon::SetSystemRegionImpl(napi_env env, napi_callback_info info, bool throwEr… in SetSystemRegionImpl() function in OHOS::Global::I18n::I18nSystemAddon