Home
last modified time | relevance | path

Searched refs:HEX_ADECIMAL (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp49 constexpr int HEX_ADECIMAL = 16; variable
935 outValue = static_cast<uint32_t>(strtol(temp.c_str(), nullptr, HEX_ADECIMAL)); in GetSymbol()