Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_common_utils.cpp27 static constexpr uint8_t DIGITAL_STEP = 2; variable
207 if ((i % DIGITAL_STEP) == 0) { in DigitToBcd()
218 if ((digitLen % DIGITAL_STEP) == 1) { in DigitToBcd()