Home
last modified time | relevance | path

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

/base/global/i18n/interfaces/js/kits/include/
H A Di18n_addon.h53 static napi_value GetTimePeriodName(napi_env env, napi_callback_info info);
/base/global/i18n/interfaces/js/kits/src/
H A Di18n_addon.cpp69 DECLARE_NAPI_STATIC_FUNCTION("getTimePeriodName", GetTimePeriodName), in InitI18nUtil()
217 napi_value I18nAddon::GetTimePeriodName(napi_env env, napi_callback_info info) in GetTimePeriodName() function in OHOS::Global::I18n::I18nAddon
223 HILOG_ERROR_I18N("GetTimePeriodName param error"); in GetTimePeriodName()
237 HILOG_ERROR_I18N("GetTimePeriodName Failed to create SimpleDateFormat"); in GetTimePeriodName()
263 HILOG_ERROR_I18N("GetTimePeriodName can't get parameters from getTimePerioudName."); in GetParamOfGetTimePeriodName()
278 HILOG_ERROR_I18N("GetTimePeriodName can't get number from js param"); in GetParamOfGetTimePeriodName()
290 HILOG_ERROR_I18N("GetTimePeriodName can't get string from js param"); in GetParamOfGetTimePeriodName()

Completed in 4 milliseconds