Searched refs:resultLength (Results 1 – 1 of 1) sorted by relevance
1754 int resultLength = 0; in concat() local1756 resultLength += (array != null) ? array.length : 0; in concat()1759 byte[] result = new byte[resultLength]; in concat()