Searched refs:maxSupportedSection (Results 1 – 1 of 1) sorted by relevance
333 final int maxSupportedSection = 3; in encodeSmdxSubjectAndReasonCode() local344 if (subjectCodeToken.length > maxSupportedSection in encodeSmdxSubjectAndReasonCode()345 || reasonCodeToken.length > maxSupportedSection) { in encodeSmdxSubjectAndReasonCode()352 result = result << (maxSupportedSection - subjectCodeToken.length) * bitsPerSection; in encodeSmdxSubjectAndReasonCode()363 result = result << (maxSupportedSection - reasonCodeToken.length) * bitsPerSection; in encodeSmdxSubjectAndReasonCode()