Searched refs:maxSupportedSection (Results 1 – 1 of 1) sorted by relevance
332 final int maxSupportedSection = 3; in encodeSmdxSubjectAndReasonCode() local343 if (subjectCodeToken.length > maxSupportedSection in encodeSmdxSubjectAndReasonCode()344 || reasonCodeToken.length > maxSupportedSection) { in encodeSmdxSubjectAndReasonCode()351 result = result << (maxSupportedSection - subjectCodeToken.length) * bitsPerSection; in encodeSmdxSubjectAndReasonCode()362 result = result << (maxSupportedSection - reasonCodeToken.length) * bitsPerSection; in encodeSmdxSubjectAndReasonCode()