Searched refs:I18nIndexUtilConstructor (Results 1 – 2 of 2) sorted by relevance
86 static napi_value I18nIndexUtilConstructor(napi_env env, napi_callback_info info);
933 …s status = napi_define_class(env, "IndexUtil", NAPI_AUTO_LENGTH, I18nIndexUtilConstructor, nullptr, in InitI18nIndexUtil()1348 napi_value I18nAddon::I18nIndexUtilConstructor(napi_env env, napi_callback_info info) in I18nIndexUtilConstructor() function in OHOS::Global::I18n::I18nAddon