Home | History | Annotate | Download | only in asn1

Lines Matching refs:length

15      * Find out possible longest length...
18 * @return length calculation or MAX_VALUE.
64 int length)
68 if (length > 127)
71 int val = length;
90 int length = 1;
96 length++;
101 int pos = stack.length;
112 length += stack.length - pos;
116 return length;