Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_number_decode.cpp187 uint8_t hiFourBit = (*it >> SHIFT_FLAG) & HALF_BYTE; in BCDSectionConvertToString() local
188 if (hiFourBit == HALF_BYTE && (it + INC_ONE) == codeEnd) { in BCDSectionConvertToString()
191 if (!BcdToChar(hiFourBit, c, bcdExtType)) { in BCDSectionConvertToString()