Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetEncoderICU.java399 int replayArrayIndex = 0; in fromUnicodeWithCallback() local
424 source.position(replayArrayIndex); in fromUnicodeWithCallback()
425 … source.limit(replayArrayIndex - preFromULength); //preFromULength is negative, see declaration in fromUnicodeWithCallback()
505 source.position(replayArrayIndex); in fromUnicodeWithCallback()
506 source.limit(replayArrayIndex - preFromULength); in fromUnicodeWithCallback()
DCharsetDecoderICU.java405 int replayArrayIndex = 0; in toUnicodeWithCallback() local
432 source.limit(replayArrayIndex-preToULength); in toUnicodeWithCallback()
521 source.limit(replayArrayIndex-preToULength); in toUnicodeWithCallback()