Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h58 constexpr int32_t STRTOL_BASE = 10; member
667 int64_t result = std::strtol(param.c_str(), &pEnd, STRTOL_BASE); in ParseResourceInputNumberParam()

Completed in 2 milliseconds