Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_number_decode.cpp179 uint8_t loFourBit = (*it & LO_FOUR); in BCDSectionConvertToString() local
181 if (!BcdToChar(loFourBit, c, bcdExtType)) { in BCDSectionConvertToString()
183 … "occur error in BcdToChar(bcd:'%{public}d',bcdExtType:'%{public}d')", loFourBit, bcdExtType); in BCDSectionConvertToString()
193 … "occur error in BcdToChar(bcd:'%{public}d',bcdExtType:'%{public}d')", loFourBit, bcdExtType); in BCDSectionConvertToString()