Searched refs:SetIntegerOptionProperties (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/global/i18n/interfaces/js/kits/src/ |
H A D | intl_addon.cpp | 1005 void SetIntegerOptionProperties(napi_env env, napi_value &result, std::map<std::string, std::string… in SetIntegerOptionProperties() function 1128 SetIntegerOptionProperties(env, result, options, "minimumIntegerDigits"); in GetNumberResolvedOptions() 1129 SetIntegerOptionProperties(env, result, options, "minimumFractionDigits"); in GetNumberResolvedOptions() 1130 SetIntegerOptionProperties(env, result, options, "maximumFractionDigits"); in GetNumberResolvedOptions() 1131 SetIntegerOptionProperties(env, result, options, "minimumSignificantDigits"); in GetNumberResolvedOptions() 1132 SetIntegerOptionProperties(env, result, options, "maximumSignificantDigits"); in GetNumberResolvedOptions()
|
/ohos5.0/base/global/i18n/interfaces/js/kits/include/ |
H A D | intl_addon.h | 46 void SetIntegerOptionProperties(napi_env env, napi_value &result,
|