Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/interfaces/js/kits/include/
H A Di18n_system_addon.h79 …static bool GetNapiStringValueWithError(napi_env env, napi_value napiValue, size_t len, char* valu…
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Di18n_system_addon.cpp455 if (!GetNapiStringValueWithError(env, argv[0], len, localeBuf.data(), "0")) { in GetDisplayLanguageImpl()
461 if (!GetNapiStringValueWithError(env, argv[1], len, displayLocaleBuf.data(), "1")) { in GetDisplayLanguageImpl()
486 bool I18nSystemAddon::GetNapiStringValueWithError(napi_env env, napi_value napiValue, size_t len, c… in GetNapiStringValueWithError() function in OHOS::Global::I18n::I18nSystemAddon