Home
last modified time | relevance | path

Searched refs:GetThreeLetterRegion (Results 1 - 2 of 2) sorted by relevance

/base/global/i18n/interfaces/js/kits/include/
H A Di18n_addon.h56 static napi_value GetThreeLetterRegion(napi_env env, napi_callback_info info);
/base/global/i18n/interfaces/js/kits/src/
H A Di18n_addon.cpp72 DECLARE_NAPI_STATIC_FUNCTION("getThreeLetterRegion", GetThreeLetterRegion) in InitI18nUtil()
436 napi_value I18nAddon::GetThreeLetterRegion(napi_env env, napi_callback_info info) in GetThreeLetterRegion() function in OHOS::Global::I18n::I18nAddon
444 HILOG_ERROR_I18N("GetThreeLetterRegion: Failed to obtain the parameter."); in GetThreeLetterRegion()
461 HILOG_ERROR_I18N("GetThreeLetterRegion: Failed to obtain the parameter."); in GetThreeLetterRegion()
470 HILOG_ERROR_I18N("GetThreeLetterRegion create string fail or empty"); in GetThreeLetterRegion()

Completed in 5 milliseconds