Searched refs:GetNapiStringValueWithError (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/global/i18n/interfaces/js/kits/include/ |
H A D | i18n_system_addon.h | 79 …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 D | i18n_system_addon.cpp | 455 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
|