Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/interfaces/js/kits/include/
H A Di18n_addon.h90 bool InitIndexUtilContext(napi_env env, napi_callback_info info, const std::string &localeTag);
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Di18n_addon.cpp1388 if (!obj->InitIndexUtilContext(env, info, localeTag)) { in I18nIndexUtilConstructor()
1395 bool I18nAddon::InitIndexUtilContext(napi_env env, napi_callback_info info, const std::string &loca… in InitIndexUtilContext() function in OHOS::Global::I18n::I18nAddon