Home
last modified time | relevance | path

Searched refs:charErrorBufferLength (Results 1 – 25 of 26) sorted by relevance

12

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetDecoderICU.java36 int charErrorBufferLength; field in CharsetDecoderICU
213 charErrorBufferLength = 0; in implReset()
312 if (charErrorBufferLength > 0) { in decode()
321 } while (i < charErrorBufferLength); in decode()
323 charErrorBufferLength = (byte) j; in decode()
332 } while (i < charErrorBufferLength); in decode()
335 charErrorBufferLength = 0; in decode()
695 cnv.charErrorBufferLength= 0; in toUWriteUChars()
698 cnv.charErrorBufferArray[cnv.charErrorBufferLength++]=ucharsArray[ucharsBegin++]; in toUWriteUChars()
DCharsetCompoundText.java587 this.charErrorBufferLength = decoder.charErrorBufferLength; in decodeLoop()
590 decoder.charErrorBufferLength = 0; in decodeLoop()
DCharsetUTF8.java130 …charErrorBufferArray[charErrorBufferLength++] = (char) ((char32 & UConverterConstants.HALF_MASK) +… in decodeLoop()
254 …charErrorBufferArray[charErrorBufferLength++] = (char) ((char32 & UConverterConstants.HALF_MASK) +… in decodeLoop()
DCharsetUTF32.java157 charErrorBufferLength = 1; in decodeLoop()
DCharsetISO2022.java1077 charErrorBufferArray[charErrorBufferLength++] = in decodeLoop()
1287 … charErrorBufferArray[charErrorBufferLength++] = (char)(0xdc00+(char)(targetUniChar&0x3ff)); in decodeLoop()
1518 if (cnv.charErrorBufferLength > 0) { in decodeLoopIBM()
1521 charErrorBufferLength = cnv.charErrorBufferLength; in decodeLoopIBM()
1522 cnv.charErrorBufferLength = 0; in decodeLoopIBM()
DCharsetUTF16.java237 charErrorBufferLength = 1; 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.java327 charErrorBufferLength = 1; in fastSingle()
458 charErrorBufferLength = 1; in singleByteMode()
DCharsetUTF7.java250 charErrorBufferArray[charErrorBufferLength++] = b; in decodeLoop()
DCharsetBOCU1.java1026 charErrorBufferLength = 1; in afterGetTrail()
/external/icu/icu4c/source/common/
Ducnv_u7.cpp533 cnv->charErrorBufferLength=1; in _UTF7FromUnicodeWithOffsets()
583 cnv->charErrorBufferLength=1; in _UTF7FromUnicodeWithOffsets()
613 cnv->charErrorBufferLength=1; in _UTF7FromUnicodeWithOffsets()
636 cnv->charErrorBufferLength=1; in _UTF7FromUnicodeWithOffsets()
645 cnv->charErrorBufferLength=2; in _UTF7FromUnicodeWithOffsets()
668 cnv->charErrorBufferLength=1; in _UTF7FromUnicodeWithOffsets()
677 cnv->charErrorBufferLength=2; in _UTF7FromUnicodeWithOffsets()
706 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=toBase64[bits]; in _UTF7FromUnicodeWithOffsets()
717 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=MINUS; in _UTF7FromUnicodeWithOffsets()
1232 cnv->charErrorBufferLength=1; in _IMAPFromUnicodeWithOffsets()
[all …]
Ducnv_cb.cpp117 errBuffLen = args->converter->charErrorBufferLength; in ucnv_cbFromUWriteUChars()
136 args->converter->charErrorBufferLength = 0; in ucnv_cbFromUWriteUChars()
150 args->converter->charErrorBufferLength = (int8_t)( in ucnv_cbFromUWriteUChars()
Ducnvhz.cpp51 …args->converter->charErrorBuffer[(int)args->converter->charErrorBufferLength++] = (unsigned char) …
422 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (char) targetUniChar; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
426 …args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] =(char) (targetUniChar … in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
427 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (char) targetUniChar; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
439 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (char) targetUniChar; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
Ducnv2022.cpp462 if( converter->charErrorBufferLength==0){ in setInitialStateFromUnicodeKR()
464 converter->charErrorBufferLength = 4; in setInitialStateFromUnicodeKR()
635 cnv->charErrorBufferLength = 3; in _ISO2022Open()
709 converter->charErrorBufferLength = 3; in _ISO2022Reset()
2350 if(myConverterData->currentConverter->charErrorBufferLength > 0) { in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2354 myConverterData->currentConverter->charErrorBufferLength); in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2356 saveConv->charErrorBufferLength = myConverterData->currentConverter->charErrorBufferLength; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2357 myConverterData->currentConverter->charErrorBufferLength = 0; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2451 …args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (unsigned char) (targ… in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2466 …args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (unsigned char) (targ… in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
[all …]
Ducnv_u8.cpp339 cnv->charErrorBufferLength = 1; in ucnv_fromUnicode_UTF8()
397 cnv->charErrorBuffer[cnv->charErrorBufferLength++] = *tempPtr; in ucnv_fromUnicode_UTF8()
462 cnv->charErrorBufferLength = 1; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
534 cnv->charErrorBuffer[cnv->charErrorBufferLength++] = *tempPtr; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
Ducnv_u32.cpp299 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_BE()
404 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC()
784 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_LE()
898 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC()
Ducnvisci.cpp852 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
854 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
868 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] =\
876 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
880 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
883 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
Ducnv_cnv.cpp85 cnv->charErrorBufferLength=(int8_t)length; in ucnv_fromUWriteBytes()
Ducnv_bld.h216 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer */ member
Ducnv.cpp616 converter->invalidUCharLength = converter->charErrorBufferLength = 0; in _reset()
1133 length=cnv->charErrorBufferLength; in ucnv_outputOverflowFromUnicode()
1144 cnv->charErrorBufferLength=(int8_t)j; in ucnv_outputOverflowFromUnicode()
1161 cnv->charErrorBufferLength=0; in ucnv_outputOverflowFromUnicode()
1231 if( cnv->charErrorBufferLength>0 && in ucnv_fromUnicode()
2117 } else if(targetCnv->charErrorBufferLength>0) { in ucnv_convertEx()
Ducnvbocu.cpp599 cnv->charErrorBufferLength=(int8_t)length; in _Bocu1FromUnicodeWithOffsets()
831 cnv->charErrorBufferLength=(int8_t)length; in _Bocu1FromUnicode()
Ducnv_ct.cpp450 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = tmpTargetBuffer[i]; in UConverter_fromUnicode_CompoundText_OFFSETS()
Ducnvmbcs.cpp3606 cnv->charErrorBufferLength=1; in ucnv_MBCSDoubleFromUnicodeWithOffsets()
4714 cnv->charErrorBufferLength=(int8_t)length; in ucnv_MBCSFromUnicodeWithOffsets()
4784 cnv->charErrorBufferLength=1; in ucnv_MBCSFromUnicodeWithOffsets()
4800 cnv->charErrorBufferLength=siLength; in ucnv_MBCSFromUnicodeWithOffsets()
5546 cnv->charErrorBufferLength=1; in ucnv_DBCSFromUTF8()
Ducnvscsu.cpp1475 cnv->charErrorBufferLength=(int8_t)length; in _SCSUFromUnicodeWithOffsets()
1923 cnv->charErrorBufferLength=(int8_t)length; in _SCSUFromUnicode()
Ducnv_lmb.cpp1072 args->converter->charErrorBufferLength = (int8_t)bytes_written; in _LMBCSFromUnicode()

12