Home
last modified time | relevance | path

Searched refs:numFullGroups (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/prefs/
DBase64.java57 int numFullGroups = aLen/3; in byteArrayToBase64() local
58 int numBytesInPartialGroup = aLen - 3*numFullGroups; in byteArrayToBase64()
65 for (int i=0; i<numFullGroups; i++) { in byteArrayToBase64()
154 int numFullGroups = numGroups; in base64ToByteArray() local
158 numFullGroups--; in base64ToByteArray()
167 for (int i=0; i<numFullGroups; i++) { in base64ToByteArray()