Searched refs:bitsPerSection (Results 1 – 1 of 1) sorted by relevance
369 final int bitsPerSection = 4; in encodeSmdxSubjectAndReasonCode() local386 result = result << (maxSupportedSection - subjectCodeToken.length) * bitsPerSection; in encodeSmdxSubjectAndReasonCode()393 result = (result << bitsPerSection) + num; in encodeSmdxSubjectAndReasonCode()397 result = result << (maxSupportedSection - reasonCodeToken.length) * bitsPerSection; in encodeSmdxSubjectAndReasonCode()403 result = (result << bitsPerSection) + num; in encodeSmdxSubjectAndReasonCode()