Home | History | Annotate | Download | only in telephony

Lines Matching defs:resultLen

1071         int resultLen = (numberLenEffective + 1) / 2;  // Encoded numbers require only 4 bits each.
1074 resultLen += extraBytes;
1076 byte[] result = new byte[resultLen];
1091 if (includeLength) result[offset++] = (byte)(resultLen - 1);