Searched refs:resultLen (Results 1 – 2 of 2) sorted by relevance
185 static boolean shiftRight(int[] result, int resultLen, int[] source, int intCount, int count) { in shiftRight() argument191 System.arraycopy(source, intCount, result, 0, resultLen); in shiftRight()192 i = resultLen; in shiftRight()197 for (i = 0; i < resultLen - 1; i++) { in shiftRight()
59 int resultLen = 4*((aLen + 2)/3); in byteArrayToBase64() local60 StringBuffer result = new StringBuffer(resultLen); in byteArrayToBase64()