Searched refs:getByteBufferFromInputStreamAndCloseStream (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNormalizer2.java195 bytes = ICUBinary.getByteBufferFromInputStreamAndCloseStream(data);
H A DBreakDictionary.java52 @SuppressWarnings("resource") // Closed by getByteBufferFromInputStreamAndCloseStream().
54 ICUBinary.getByteBufferFromInputStreamAndCloseStream(new FileInputStream(inFile)));
H A DStringPrep.java273 this(ICUBinary.getByteBufferFromInputStreamAndCloseStream(inputStream));
H A DRuleBasedBreakIterator.java69 This.fRData = RBBIDataWrapper.get(ICUBinary.getByteBufferFromInputStreamAndCloseStream(is));
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUBinary.java473 @SuppressWarnings("resource") // Closed by getByteBufferFromInputStreamAndCloseStream().
478 buffer = getByteBufferFromInputStreamAndCloseStream(is);
645 public static ByteBuffer getByteBufferFromInputStreamAndCloseStream(InputStream is) throws IOException { method in class:ICUBinary
H A DICUResourceBundleReader.java340 @SuppressWarnings("resource") // Closed by getByteBufferFromInputStreamAndCloseStream().
345 inBytes = ICUBinary.getByteBufferFromInputStreamAndCloseStream(stream);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrie2Test.java720 trie16 = Trie2.createFromSerialized(ICUBinary.getByteBufferFromInputStreamAndCloseStream(is));
729 trie32 = Trie2.createFromSerialized(ICUBinary.getByteBufferFromInputStreamAndCloseStream(is));
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetMBCS.java214 @SuppressWarnings("resource") // Closed by getByteBufferFromInputStreamAndCloseStream().
216 b = ICUBinary.getByteBufferFromInputStreamAndCloseStream(i);
218 @SuppressWarnings("resource") // Closed by getByteBufferFromInputStreamAndCloseStream().
220 b = ICUBinary.getByteBufferFromInputStreamAndCloseStream(i);

Completed in 219 milliseconds