Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_number_decode.h66 inline constexpr static uint8_t LO_FOUR = 0x0f; variable
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_number_decode.cpp179 uint8_t loFourBit = (*it & LO_FOUR); in BCDSectionConvertToString()