Home
last modified time | relevance | path

Searched refs:DEC (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dtime_util.cpp39 milliseconds = strtol(time, nullptr, DEC); in ParseToMilliseconds()
64 (int32_t)(strtol(buffer, nullptr, DEC)); in ParseToMilliseconds()
H A Djs_fwk_common.h92 constexpr uint8_t DEC = 10; member
H A Djs_fwk_common.cpp205 int16_t intValue = static_cast<int16_t>(strtol(strValue, nullptr, DEC)); in IntegerOf()
1059 long value = strtol(token, nullptr, DEC); in ParseRgbaColor()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dpicker_view_component.cpp39 uint32_t year = (picker.GetSelectYear() == nullptr) ? 0 : strtol(picker.GetSelectYear(), nullptr, DEC); in OnDatePickerStoped()
40 uint32_t month = (picker.GetSelectMonth() == nullptr) ? 0 : strtol(picker.GetSelectMonth(), nullptr, DEC); in OnDatePickerStoped()
41 uint32_t day = (picker.GetSelectDay() == nullptr) ? 0 : strtol(picker.GetSelectDay(), nullptr, DEC); in OnDatePickerStoped()
72 uint32_t hour = (picker.GetSelectHour() == nullptr) ? 0 : strtol(picker.GetSelectHour(), nullptr, DEC); in OnTimePickerStoped()
73 uint32_t minute = (picker.GetSelectMinute() == nullptr) ? 0 : strtol(picker.GetSelectMinute(), nullptr, DEC); in OnTimePickerStoped()
H A Dimage_animator_component.cpp271 imageAnimator_->SetRepeatTimes(strtol(iteration, nullptr, DEC)); in ParseToIteration()
H A Dcomponent.cpp1099 isOpacity ? (strtod(value, nullptr) * ALPHA_MAX) : static_cast<int32_t>(strtol(value, nullptr, DEC)); in GetAnimatorValue()
1947 return strtol(style->GetStrValue(), nullptr, DEC); in GetStylePixelValue()
1962 return strtol(style->GetStrValue(), nullptr, DEC); in GetStyleDegValue()
H A Dchart_component.cpp975 uint16_t size = strtol(sizeVal, nullptr, DEC); in GetSizeVal()
H A Dcanvas_component.cpp550 component->fontStyle_.fontSize = strtol(mallocSubFont, nullptr, DEC); in FontSetter()
/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp51 const int DEC = 10; member
268 int ret = (strtol(segB[i].c_str(), nullptr, DEC) < strtol(segA[i].c_str(), nullptr, DEC)) ? 1 : 0; in CompareVersion()
/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/
H A Dtransition_impl.cpp341 long value = strtol(iterations, nullptr, DEC); in GetNumIterations()

Completed in 17 milliseconds