Searched refs:GetSupportedRegions (Results 1 – 6 of 6) sorted by relevance
44 static napi_value GetSupportedRegions(napi_env env, napi_callback_info info);
40 static napi_value GetSupportedRegions(napi_env env, napi_callback_info info);
69 DECLARE_NAPI_FUNCTION("getSupportedRegions", GetSupportedRegions), in Export()221 napi_value EnrollIntellVoiceEngineNapi::GetSupportedRegions(napi_env env, napi_callback_info info) in GetSupportedRegions() function in OHOS::IntellVoiceNapi::EnrollIntellVoiceEngineNapi
66 DECLARE_NAPI_FUNCTION("getSupportedRegions", GetSupportedRegions), in Export()219 napi_value WakeupIntellVoiceEngineNapi::GetSupportedRegions(napi_env env, napi_callback_info info) in GetSupportedRegions() function in OHOS::IntellVoiceNapi::WakeupIntellVoiceEngineNapi
160 static const std::unordered_set<std::string>& GetSupportedRegions();
418 const unordered_set<string>& LocaleConfig::GetSupportedRegions() in GetSupportedRegions() function in OHOS::Global::I18n::LocaleConfig484 const unordered_set<string> ®ions = GetSupportedRegions(); in GetRelatedLocales()