Searched refs:SetSystemLocaleImpl (Results 1 – 2 of 2) sorted by relevance
74 static napi_value SetSystemLocaleImpl(napi_env env, napi_callback_info info, bool throwError);
209 return I18nSystemAddon::SetSystemLocaleImpl(env, info, false); in SetSystemLocale()214 return I18nSystemAddon::SetSystemLocaleImpl(env, info, true); in SetSystemLocaleWithError()670 napi_value I18nSystemAddon::SetSystemLocaleImpl(napi_env env, napi_callback_info info, bool throwEr… in SetSystemLocaleImpl() function in OHOS::Global::I18n::I18nSystemAddon