Searched refs:intLength (Results 1 – 2 of 2) sorted by relevance
54 final int intLength = (int) length & 0xffff; in alignedLengthOf() local55 return alignedLengthOf(intLength); in alignedLengthOf()
2066 int intLength = intValues.length + 1; in createPropRequest() local2068 intLength += 1; in createPropRequest()2070 int[] values = new int[intLength]; in createPropRequest()