Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetDecoderICU.java404 ByteBuffer replayArray = ByteBuffer.allocate(EXT_MAX_BYTES); in toUnicodeWithCallback() local
429 replayArray.put(preToUArray,0, -preToULength); in toUnicodeWithCallback()
430 source=replayArray; in toUnicodeWithCallback()
516 replayArray.put(preToUArray,0, -preToULength); in toUnicodeWithCallback()
518 replayArray.position(0); in toUnicodeWithCallback()
520 source=replayArray; in toUnicodeWithCallback()
DCharsetEncoderICU.java398 CharBuffer replayArray = CharBuffer.allocate(EXT_MAX_UCHARS); in fromUnicodeWithCallback() local
422 replayArray.put(preFromUArray, 0, -preFromULength); in fromUnicodeWithCallback()
423 source = replayArray; in fromUnicodeWithCallback()
502 replayArray.put(preFromUArray, 0, -preFromULength); in fromUnicodeWithCallback()
504 source = replayArray; in fromUnicodeWithCallback()