Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetMatch.java46 InputStream inputStream = fInputStream; in getReader()
89 if (fInputStream != null) { in getString()
197 if (det.fInputStream == null) { in CharsetMatch()
203 fInputStream = det.fInputStream; in CharsetMatch()
217 if (det.fInputStream == null) { in CharsetMatch()
223 fInputStream = det.fInputStream; in CharsetMatch()
237 private InputStream fInputStream = null; // User's input stream, or null if the user field in CharsetMatch
DCharsetDetector.java114 fInputStream = in; in setText()
115 fInputStream.mark(kBufSize); in setText()
123 int bytesRead = fInputStream.read(fRawInput, fRawLength, remainingLength); in setText()
130 fInputStream.reset(); in setText()
447 InputStream fInputStream; // User's input stream, or null if the user field in CharsetDetector
/external/skia/experimental/PdfViewer/
DSkPdfConfig.h92 SkPdfInputStream fInputStream; member
98 SkPdfInputStream fInputStream; member
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp122 SkAutoTDelete<SkStream> fInputStream; member in SkWEBPImageDecoder
327 this->fInputStream.reset(streamDeleter.detach()); in onBuildTileIndex()
393 if (!webp_idecode(this->fInputStream, &config)) { in onDecodeSubset()