Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java1891 …boolean throwException, boolean flush, boolean backedByArray) throws BufferOverflowException, Exce… in smBufDecode() argument
1892 smBufDecode(decoder, encoding, source, target, throwException, flush, backedByArray, -1); in smBufDecode()
1896 boolean throwException, boolean flush, boolean backedByArray, int targetLimit) in smBufDecode() argument
1900 if (backedByArray) { in smBufDecode()
2026 …boolean throwException, boolean flush, boolean backedByArray) throws Exception, BufferOverflowExce… in smBufEncode() argument
2031 … boolean throwException, boolean flush, boolean backedByArray, int targetLimit) throws Exception, in smBufEncode() argument
2037 if (backedByArray) { in smBufEncode()
2640 …setDecoder decoder, String encoding, ByteBuffer source, CharBuffer target, boolean backedByArray) { in smBufDecode() argument
2642 smBufDecode(decoder, encoding, source, target, false, false, backedByArray); in smBufDecode()
2651 …etEncoder encoder, String encoding, CharBuffer source, ByteBuffer target, boolean backedByArray) { in smBufEncode() argument