OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:missingbytesinlastgroup
(Results
1 - 1
of
1
) sorted by null
/libcore/ojluni/src/main/java/java/util/prefs/
Base64.java
153
int
missingBytesInLastGroup
= 0;
157
missingBytesInLastGroup
++;
161
missingBytesInLastGroup
++;
163
byte[] result = new byte[3*numGroups -
missingBytesInLastGroup
];
178
if (
missingBytesInLastGroup
!= 0) {
183
if (
missingBytesInLastGroup
== 1) {
188
// assert inCursor == s.length()-
missingBytesInLastGroup
;
Completed in 194 milliseconds