Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetDecoderICU.java35 char[] charErrorBufferArray = new char[128]; field in CharsetDecoderICU
320 charErrorBufferArray[j++] = charErrorBufferArray[i++]; in decode()
328 target.put(charErrorBufferArray[i++]); in decode()
698 cnv.charErrorBufferArray[cnv.charErrorBufferLength++]=ucharsArray[ucharsBegin++]; in toUWriteUChars()
DCharsetUTF8.java149charErrorBufferArray[charErrorBufferLength++] = (char) ((char32 & UConverterConstants.HALF_MASK) +… in decodeLoop()
284charErrorBufferArray[charErrorBufferLength++] = (char) ((char32 & UConverterConstants.HALF_MASK) +… in decodeLoop()
DCharsetCompoundText.java585 this.charErrorBufferArray = decoder.charErrorBufferArray; in decodeLoop()
DCharsetUTF32.java156 charErrorBufferArray[0] = (char) char32; in decodeLoop()
DCharsetUTF16.java236 charErrorBufferArray[0] = trail; in decodeTrail()
DCharsetISCII.java1014 … this.charErrorBufferArray[this.charErrorBufferLength++] = PNJ_HA; in decodeLoop()
1017 … this.charErrorBufferArray[this.charErrorBufferLength++] = PNJ_SIGN_VIRAMA; in decodeLoop()
1018 … this.charErrorBufferArray[this.charErrorBufferLength++] = PNJ_HA; in decodeLoop()
1168 charErrorBufferArray[charErrorBufferLength++] = (char)targetUniChar; in WriteToTargetToU()
DCharsetSCSU.java326 charErrorBufferArray[0] = (char)(0xdc00 | (c&0x3ff)); in fastSingle()
457 charErrorBufferArray[0] = (char)(0xdc00 | (c&0x3ff)); in singleByteMode()
DCharsetISO2022.java1077 charErrorBufferArray[charErrorBufferLength++] = in decodeLoop()
1287charErrorBufferArray[charErrorBufferLength++] = (char)(0xdc00+(char)(targetUniChar&0x3ff)); in decodeLoop()
1519 charErrorBufferArray = cnv.charErrorBufferArray.clone(); in decodeLoopIBM()
DCharsetUTF7.java250 charErrorBufferArray[charErrorBufferLength++] = b; in decodeLoop()
DCharsetBOCU1.java1025 charErrorBufferArray[0] = UTF16.getTrailSurrogate(c); in afterGetTrail()
DCharsetMBCS.java1866 charErrorBufferLength = UTF16.append(charErrorBufferArray, 0, c); in toUWriteCodePoint()
2219 charErrorBufferArray[0] = unicodeCodeUnits[offset]; in cnvMBCSToUnicodeWithOffsets()
2254 charErrorBufferArray[0] = c; in cnvMBCSToUnicodeWithOffsets()
2566 charErrorBufferArray[0] = c; in cnvMBCSSingleToUnicodeWithOffsets()