OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outputstart
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/java/android/util/
Base64InputStream.java
35
private int
outputStart
;
71
outputStart
= 0;
93
return outputEnd -
outputStart
;
97
if (
outputStart
>= outputEnd) {
100
if (
outputStart
>= outputEnd) {
103
long bytes = Math.min(n, outputEnd-
outputStart
);
104
outputStart
+= bytes;
109
if (
outputStart
>= outputEnd) {
112
if (
outputStart
>= outputEnd) {
115
return coder.output[
outputStart
++] & 0xff
[
all
...]
Completed in 110 milliseconds