Searched refs:numFullGroups (Results 1 – 1 of 1) sorted by relevance
57 int numFullGroups = aLen/3; in byteArrayToBase64() local58 int numBytesInPartialGroup = aLen - 3*numFullGroups; in byteArrayToBase64()65 for (int i=0; i<numFullGroups; i++) { in byteArrayToBase64()154 int numFullGroups = numGroups; in base64ToByteArray() local158 numFullGroups--; in base64ToByteArray()167 for (int i=0; i<numFullGroups; i++) { in base64ToByteArray()