Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetDecoderICU.java673 char[] ucharsArray, int ucharsBegin, int length, in toUWriteUChars() argument
681 target.put(ucharsArray[ucharsBegin++]); in toUWriteUChars()
688 target.put(ucharsArray[ucharsBegin++]); in toUWriteUChars()
698 cnv.charErrorBufferArray[cnv.charErrorBufferLength++]=ucharsArray[ucharsBegin++]; in toUWriteUChars()