Searched defs:minValue (Results 1 - 7 of 7) sorted by relevance
/base/print/print_fwk/frameworks/helper/scan_helper/src/ |
H A D | scan_range.cpp | 50 void ScanRange::SetMinValue(const int32_t &minValue) in SetMinValue() argument
|
/base/global/i18n/frameworks/intl/src/ |
H A D | plural_rules.cpp | 47 int PluralRules::GetValidInteger(std::string &integerStr, int minValue, int maxValue, int defaultValue) in GetValidInteger() argument
|
/base/msdp/device_status/utils/common/include/ |
H A D | util.h | 85 bool AddInt(T op1, T op2, T minValue, T maxValue, T &res) in AddInt() argument
|
/base/sensors/sensor/vibration_convert/core/utils/src/ |
H A D | utils.cpp | 134 double minValue = *min_element(values.begin(), values.end()); in NormalizePercentage() local 157 double minValue = 0.0; in NormalizePercentageMin() local 171 std::vector<int32_t> NormalizePercentageRange(const std::vector<double> &values, double minValue, double maxValue) in NormalizePercentageRange() argument [all...] |
/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | date_time_format_impl.cpp | 389 void DateTimeFormatImpl::ZeroPadding(string &appendTo, uint32_t minValue, uint32_t maxValue, int32_t value) const
in ZeroPadding() argument
|
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/ |
H A D | scanhelper_fuzzer.cpp | 477 int32_t minValue = dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in TestSetMinValue() local
|
/base/telephony/core_service/services/sim/test/ |
H A D | test.cpp | 298 int minValue = static_cast<int>(min); in Among() local 305 int minValue = static_cast<int>(min); in AmongLock() local 325 int minValue = static_cast<int>(min); in AmongLockType() local 332 int minValue = static_cast<int>(min); in AmongPersoLockType() local
|
Completed in 10 milliseconds