Searched refs:unpackLen (Results 1 – 2 of 2) sorted by relevance
237 uint16_t unpackLen = SmsCommonUtils::Unpack7bitCharForCBPdu( in Decode2gCbMsg7bit() local241 if (cbHeader_->dcs.iso639Lang[0] && unpackLen >= GsmCbCodec::CB_IOS639_LANG_SIZE) { in Decode2gCbMsg7bit()242 unpackLen = unpackLen - GsmCbCodec::CB_IOS639_LANG_SIZE; in Decode2gCbMsg7bit()245 if (offset + unpackLen >= (MAX_PAGE_PDU_LEN * SMS_BYTE_BIT / GSM_CODE_BIT) + 1) { in Decode2gCbMsg7bit()249 for (uint8_t i = 0; i < unpackLen; i++) { in Decode2gCbMsg7bit()
185 uint16_t unpackLen = 0; in Decode3g7Bit() local187 unpackLen = SmsCommonUtils::Unpack7bitChar( in Decode3g7Bit()189 for (uint16_t position = 0; position < unpackLen; position++) { in Decode3g7Bit()