Searched refs:GetCountryNapiValueWithError (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/global/i18n/interfaces/js/kits/include/ |
H A D | i18n_system_addon.h | 81 …static bool GetCountryNapiValueWithError(napi_env env, napi_value napiValue, size_t len, char* val…
|
/ohos5.0/base/global/i18n/interfaces/js/kits/src/ |
H A D | i18n_system_addon.cpp | 391 if (!GetCountryNapiValueWithError(env, argv[0], len, localeBuf.data(), "0")) { in GetDisplayCountryImpl() 397 if (!GetCountryNapiValueWithError(env, argv[1], len, displayLocaleBuf.data(), "1")) { in GetDisplayCountryImpl() 426 bool I18nSystemAddon::GetCountryNapiValueWithError(napi_env env, napi_value napiValue, size_t len, … in GetCountryNapiValueWithError() function in OHOS::Global::I18n::I18nSystemAddon
|