Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_operator_rule.h39 inline constexpr static int32_t HEX_ = 16; variable
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_operator_rule.cpp40 … std::from_chars(std::addressof(*(it - 1)), std::addressof(*(it + 1)), res, IccOperatorRule::HEX_); in readOneByte()